#6DD071

Color #6DD071 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #6DD071

Tints of Pastel Green #6DD071

Color information

#6DD071 (or 0x6DD071) is unknown color: approx Pastel Green. HEX triplet: 6D, D0 and 71. RGB value is (109,208,113). Sum of RGB (Red+Green+Blue) = 109+208+113=430 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.35% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #6DD071 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DD071 is #922F8E. Grayscale: #A7A7A7. Windows color (decimal): -9580431 or 7458925. OLE color: 7458925.

HSL color Cylindrical-coordinate representation of color #6DD071: hue angle of 122.42º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DD071 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB109208113-
CMYK0.4800.460.18
HSL122.42º51.3%62.16%-
HSV(B)122.42º47.6%81.57%-
XYZ31.8449.5623.51-
YUV167.5797.286.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 25.35%
GREEN value IS 208 (81.64% from 255) = 48.37%
BLUE value IS 113 (44.53% from 255) = 26.28%
R=25.35%
G=48.37%
B=26.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1092081130.4800.460.18122.4251.362.16
Hex6DD0713002E127a333e
Octal15532016160056221726376
Binary11011011101000011100011100000101110100101111010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6DD071; }

 p { color: rgb(109,208,113); }

 H1.HeaderClassName
 {
   color: #6DD071;
 }
 .AnyTagClassName
 {
   color: #6DD071;
 }
</style>
background-color css

<style>
 a { background-color: #6DD071; }

 a { background-color: rgb(109,208,113); }

 div.DivClassName
 {
   background-color: #6DD071;
 }
 .BgClassName
 {
   background-color: #6DD071;
 }
</style>
border-color css

<style>
 span { border-color: #6DD071; }

 span { border-color: rgb(109,208,113); }

 td.TdClassName
 {
   border-color: #6DD071;
 }
 .TagClassName
 {
   border-color: #6DD071;
 }
</style>