Shades of Kelly Green #66D02B
Tints of Kelly Green #66D02B
RGB
CMYK
RGB Variations
Color information
#66D02B (or 0x66D02B) is known color: Kelly Green. HEX triplet: 66, D0 and 2B. RGB value is (102,208,43). Sum of RGB (Red+Green+Blue) = 102+208+43=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 208 (81.64% from 255 or 58.92% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 208 - color contains mainly: green. Hex color #66D02B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D02B is #992FD4. Grayscale: #9E9E9E. Windows color (decimal): -10039253 or 2871398. OLE color: 2871398.
HSL color Cylindrical-coordinate representation of color #66D02B: hue angle of 98.55º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #66D02B is Cyan = 0.51, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 208 | 43 | - |
| CMYK | 0.51 | 0 | 0.79 | 0.18 |
| HSL | 98.55º | 0.66% | 0.49% | - |
| HSV(B) | 98.55º | 0.79% | 0.82% | - |
| XYZ | 28.47 | 48.11 | 10.07 | - |
| YUV | 157.5 | 63.38 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 208 | 43 | 0.51 | 0 | 0.79 | 0.18 | 98.55 | 0.66 | 0.49 |
| Hex | 66 | D0 | 2B | 33 | 0 | 4F | 12 | 63 | 42 | 31 |
| Octal | 146 | 320 | 53 | 63 | 0 | 117 | 22 | 143 | 102 | 61 |
| Binary | 1100110 | 11010000 | 101011 | 110011 | 0 | 1001111 | 10010 | 1100011 | 1000010 | 110001 |
Color Harmonies of #66D02B
Complementary color
Monochromatic Colors of #66D02B
Black with #66D02B
Text Example
Text Example
White with #66D02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D02B; }
p { color: rgb(102,208,43); }
H1.HeaderClassName
{
color: #66D02B;
}
.AnyTagClassName
{
color: #66D02B;
}
</style>
background-color css
<style>
a { background-color: #66D02B; }
a { background-color: rgb(102,208,43); }
div.DivClassName
{
background-color: #66D02B;
}
.BgClassName
{
background-color: #66D02B;
}
</style>
border-color css
<style>
span { border-color: #66D02B; }
span { border-color: rgb(102,208,43); }
td.TdClassName
{
border-color: #66D02B;
}
.TagClassName
{
border-color: #66D02B;
}
</style>