Shades of Pastel Green #66D96B
Tints of Pastel Green #66D96B
RGB
CMYK
RGB Variations
Color information
#66D96B (or 0x66D96B) is known color: Pastel Green. HEX triplet: 66, D9 and 6B. RGB value is (102,217,107). Sum of RGB (Red+Green+Blue) = 102+217+107=426 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.94% from 426); Green value is 217 (85.16% from 255 or 50.94% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 217 - color contains mainly: green. Hex color #66D96B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D96B is #992694. Grayscale: #AAAAAA. Windows color (decimal): -10036885 or 7068006. OLE color: 7068006.
HSL color Cylindrical-coordinate representation of color #66D96B: hue angle of 122.61º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D96B is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 217 | 107 | - |
| CMYK | 0.53 | 0 | 0.51 | 0.15 |
| HSL | 122.61º | 0.6% | 0.63% | - |
| HSV(B) | 122.61º | 0.53% | 0.85% | - |
| XYZ | 32.95 | 53.51 | 22.5 | - |
| YUV | 170.08 | 92.4 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 217 | 107 | 0.53 | 0 | 0.51 | 0.15 | 122.61 | 0.6 | 0.63 |
| Hex | 66 | D9 | 6B | 35 | 0 | 33 | F | 7B | 3C | 3F |
| Octal | 146 | 331 | 153 | 65 | 0 | 63 | 17 | 173 | 74 | 77 |
| Binary | 1100110 | 11011001 | 1101011 | 110101 | 0 | 110011 | 1111 | 1111011 | 111100 | 111111 |
Color Harmonies of #66D96B
Complementary color
Monochromatic Colors of #66D96B
Black with #66D96B
Text Example
Text Example
White with #66D96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D96B; }
p { color: rgb(102,217,107); }
H1.HeaderClassName
{
color: #66D96B;
}
.AnyTagClassName
{
color: #66D96B;
}
</style>
background-color css
<style>
a { background-color: #66D96B; }
a { background-color: rgb(102,217,107); }
div.DivClassName
{
background-color: #66D96B;
}
.BgClassName
{
background-color: #66D96B;
}
</style>
border-color css
<style>
span { border-color: #66D96B; }
span { border-color: rgb(102,217,107); }
td.TdClassName
{
border-color: #66D96B;
}
.TagClassName
{
border-color: #66D96B;
}
</style>