Shades of Pastel Green #6DDB7F
Tints of Pastel Green #6DDB7F
RGB
CMYK
RGB Variations
Color information
#6DDB7F (or 0x6DDB7F) is known color: Pastel Green. HEX triplet: 6D, DB and 7F. RGB value is (109,219,127). Sum of RGB (Red+Green+Blue) = 109+219+127=455 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.96% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 219 - color contains mainly: green. Hex color #6DDB7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DDB7F is #922480. Grayscale: #AFAFAF. Windows color (decimal): -9577601 or 8379245. OLE color: 8379245.
HSL color Cylindrical-coordinate representation of color #6DDB7F: hue angle of 129.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDB7F is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
RGB | 109 | 219 | 127 | - |
CMYK | 0.50 | 0 | 0.42 | 0.14 |
HSL | 129.82º | 0.6% | 0.64% | - |
HSV(B) | 129.82º | 0.5% | 0.86% | - |
XYZ | 35.47 | 55.45 | 28.91 | - |
YUV | 175.62 | 100.56 | 80.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 109 | 219 | 127 | 0.50 | 0 | 0.42 | 0.14 | 129.82 | 0.6 | 0.64 |
Hex | 6D | DB | 7F | 32 | 0 | 2A | E | 82 | 3C | 40 |
Octal | 155 | 333 | 177 | 62 | 0 | 52 | 16 | 202 | 74 | 100 |
Binary | 1101101 | 11011011 | 1111111 | 110010 | 0 | 101010 | 1110 | 10000010 | 111100 | 1000000 |
Color Harmonies of #6DDB7F
Complementary color
Monochromatic Colors of #6DDB7F
Black with #6DDB7F
Text Example
Text Example
White with #6DDB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDB7F; }
p { color: rgb(109,219,127); }
H1.HeaderClassName
{
color: #6DDB7F;
}
.AnyTagClassName
{
color: #6DDB7F;
}
</style>
background-color css
<style>
a { background-color: #6DDB7F; }
a { background-color: rgb(109,219,127); }
div.DivClassName
{
background-color: #6DDB7F;
}
.BgClassName
{
background-color: #6DDB7F;
}
</style>
border-color css
<style>
span { border-color: #6DDB7F; }
span { border-color: rgb(109,219,127); }
td.TdClassName
{
border-color: #6DDB7F;
}
.TagClassName
{
border-color: #6DDB7F;
}
</style>