Shades of Pastel Green #6DCC66
Tints of Pastel Green #6DCC66
RGB
CMYK
RGB Variations
Color information
#6DCC66 (or 0x6DCC66) is known color: Pastel Green. HEX triplet: 6D, CC and 66. RGB value is (109,204,102). Sum of RGB (Red+Green+Blue) = 109+204+102=415 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.27% from 415); Green value is 204 (80.08% from 255 or 49.16% from 415); Blue value is 102 (40.23% from 255 or 24.58% from 415); Max value from RGB is 204 - color contains mainly: green. Hex color #6DCC66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCC66 is #923399. Grayscale: #A4A4A4. Windows color (decimal): -9581466 or 6737005. OLE color: 6737005.
HSL color Cylindrical-coordinate representation of color #6DCC66: hue angle of 115.88º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DCC66 is Cyan = 0.47, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 109 | 204 | 102 | - |
| CMYK | 0.47 | 0 | 0.5 | 0.2 |
| HSL | 115.88º | 0.5% | 0.6% | - |
| HSV(B) | 115.88º | 0.5% | 0.8% | - |
| XYZ | 30.3 | 47.4 | 20.12 | - |
| YUV | 163.97 | 93.03 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 204 | 102 | 0.47 | 0 | 0.5 | 0.2 | 115.88 | 0.5 | 0.6 |
| Hex | 6D | CC | 66 | 2F | 0 | 32 | 14 | 74 | 32 | 3C |
| Octal | 155 | 314 | 146 | 57 | 0 | 62 | 24 | 164 | 62 | 74 |
| Binary | 1101101 | 11001100 | 1100110 | 101111 | 0 | 110010 | 10100 | 1110100 | 110010 | 111100 |
Color Harmonies of #6DCC66
Complementary color
Monochromatic Colors of #6DCC66
Black with #6DCC66
Text Example
Text Example
White with #6DCC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCC66; }
p { color: rgb(109,204,102); }
H1.HeaderClassName
{
color: #6DCC66;
}
.AnyTagClassName
{
color: #6DCC66;
}
</style>
background-color css
<style>
a { background-color: #6DCC66; }
a { background-color: rgb(109,204,102); }
div.DivClassName
{
background-color: #6DCC66;
}
.BgClassName
{
background-color: #6DCC66;
}
</style>
border-color css
<style>
span { border-color: #6DCC66; }
span { border-color: rgb(109,204,102); }
td.TdClassName
{
border-color: #6DCC66;
}
.TagClassName
{
border-color: #6DCC66;
}
</style>