Shades of Pastel Green #6DCB66
Tints of Pastel Green #6DCB66
RGB
CMYK
RGB Variations
Color information
#6DCB66 (or 0x6DCB66) is known color: Pastel Green. HEX triplet: 6D, CB and 66. RGB value is (109,203,102). Sum of RGB (Red+Green+Blue) = 109+203+102=414 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.33% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCB66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCB66 is #923499. Grayscale: #A3A3A3. Windows color (decimal): -9581722 or 6736749. OLE color: 6736749.
HSL color Cylindrical-coordinate representation of color #6DCB66: hue angle of 115.84º degrees, saturation: 0.49, 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 #6DCB66 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 203 | 102 | - |
| CMYK | 0.46 | 0 | 0.50 | 0.20 |
| HSL | 115.84º | 0.49% | 0.6% | - |
| HSV(B) | 115.84º | 0.5% | 0.8% | - |
| XYZ | 30.06 | 46.92 | 20.04 | - |
| YUV | 163.38 | 93.36 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 203 | 102 | 0.46 | 0 | 0.50 | 0.20 | 115.84 | 0.49 | 0.6 |
| Hex | 6D | CB | 66 | 2E | 0 | 32 | 14 | 74 | 31 | 3C |
| Octal | 155 | 313 | 146 | 56 | 0 | 62 | 24 | 164 | 61 | 74 |
| Binary | 1101101 | 11001011 | 1100110 | 101110 | 0 | 110010 | 10100 | 1110100 | 110001 | 111100 |
Color Harmonies of #6DCB66
Complementary color
Monochromatic Colors of #6DCB66
Black with #6DCB66
Text Example
Text Example
White with #6DCB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCB66; }
p { color: rgb(109,203,102); }
H1.HeaderClassName
{
color: #6DCB66;
}
.AnyTagClassName
{
color: #6DCB66;
}
</style>
background-color css
<style>
a { background-color: #6DCB66; }
a { background-color: rgb(109,203,102); }
div.DivClassName
{
background-color: #6DCB66;
}
.BgClassName
{
background-color: #6DCB66;
}
</style>
border-color css
<style>
span { border-color: #6DCB66; }
span { border-color: rgb(109,203,102); }
td.TdClassName
{
border-color: #6DCB66;
}
.TagClassName
{
border-color: #6DCB66;
}
</style>