Shades of Kelly Green #42B616
Tints of Kelly Green #42B616
RGB
CMYK
RGB Variations
Color information
#42B616 (or 0x42B616) is known color: Kelly Green. HEX triplet: 42, B6 and 16. RGB value is (66,182,22). Sum of RGB (Red+Green+Blue) = 66+182+22=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 182 (71.48% from 255 or 67.41% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 182 - color contains mainly: green. Hex color #42B616 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42B616 is #BD49E9. Grayscale: #818181. Windows color (decimal): -12405226 or 1488450. OLE color: 1488450.
HSL color Cylindrical-coordinate representation of color #42B616: hue angle of 103.5º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42B616 is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 182 | 22 | - |
| CMYK | 0.64 | 0 | 0.88 | 0.29 |
| HSL | 103.5º | 0.78% | 0.4% | - |
| HSV(B) | 103.5º | 0.88% | 0.71% | - |
| XYZ | 19.12 | 34.67 | 6.44 | - |
| YUV | 129.08 | 67.57 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 182 | 22 | 0.64 | 0 | 0.88 | 0.29 | 103.5 | 0.78 | 0.4 |
| Hex | 42 | B6 | 16 | 40 | 0 | 58 | 1D | 68 | 4E | 28 |
| Octal | 102 | 266 | 26 | 100 | 0 | 130 | 35 | 150 | 116 | 50 |
| Binary | 1000010 | 10110110 | 10110 | 1000000 | 0 | 1011000 | 11101 | 1101000 | 1001110 | 101000 |
Color Harmonies of #42B616
Complementary color
Monochromatic Colors of #42B616
Black with #42B616
Text Example
Text Example
White with #42B616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B616; }
p { color: rgb(66,182,22); }
H1.HeaderClassName
{
color: #42B616;
}
.AnyTagClassName
{
color: #42B616;
}
</style>
background-color css
<style>
a { background-color: #42B616; }
a { background-color: rgb(66,182,22); }
div.DivClassName
{
background-color: #42B616;
}
.BgClassName
{
background-color: #42B616;
}
</style>
border-color css
<style>
span { border-color: #42B616; }
span { border-color: rgb(66,182,22); }
td.TdClassName
{
border-color: #42B616;
}
.TagClassName
{
border-color: #42B616;
}
</style>