Shades of Kelly Green #66CB22
Tints of Kelly Green #66CB22
RGB
CMYK
RGB Variations
Color information
#66CB22 (or 0x66CB22) is known color: Kelly Green. HEX triplet: 66, CB and 22. RGB value is (102,203,34). Sum of RGB (Red+Green+Blue) = 102+203+34=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 203 (79.69% from 255 or 59.88% from 339); Blue value is 34 (13.67% from 255 or 10.03% from 339); Max value from RGB is 203 - color contains mainly: green. Hex color #66CB22 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CB22 is #9934DD. Grayscale: #9A9A9A. Windows color (decimal): -10040542 or 2280294. OLE color: 2280294.
HSL color Cylindrical-coordinate representation of color #66CB22: hue angle of 95.86º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #66CB22 is Cyan = 0.50, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 203 | 34 | - |
| CMYK | 0.50 | 0 | 0.83 | 0.20 |
| HSL | 95.86º | 0.71% | 0.46% | - |
| HSV(B) | 95.86º | 0.83% | 0.8% | - |
| XYZ | 27.12 | 45.65 | 8.9 | - |
| YUV | 153.54 | 60.54 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 203 | 34 | 0.50 | 0 | 0.83 | 0.20 | 95.86 | 0.71 | 0.46 |
| Hex | 66 | CB | 22 | 32 | 0 | 53 | 14 | 60 | 47 | 2E |
| Octal | 146 | 313 | 42 | 62 | 0 | 123 | 24 | 140 | 107 | 56 |
| Binary | 1100110 | 11001011 | 100010 | 110010 | 0 | 1010011 | 10100 | 1100000 | 1000111 | 101110 |
Color Harmonies of #66CB22
Complementary color
Monochromatic Colors of #66CB22
Black with #66CB22
Text Example
Text Example
White with #66CB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CB22; }
p { color: rgb(102,203,34); }
H1.HeaderClassName
{
color: #66CB22;
}
.AnyTagClassName
{
color: #66CB22;
}
</style>
background-color css
<style>
a { background-color: #66CB22; }
a { background-color: rgb(102,203,34); }
div.DivClassName
{
background-color: #66CB22;
}
.BgClassName
{
background-color: #66CB22;
}
</style>
border-color css
<style>
span { border-color: #66CB22; }
span { border-color: rgb(102,203,34); }
td.TdClassName
{
border-color: #66CB22;
}
.TagClassName
{
border-color: #66CB22;
}
</style>