Shades of Kelly Green #42CC0F
Tints of Kelly Green #42CC0F
RGB
CMYK
RGB Variations
Color information
#42CC0F (or 0x42CC0F) is known color: Kelly Green. HEX triplet: 42, CC and 0F. RGB value is (66,204,15). Sum of RGB (Red+Green+Blue) = 66+204+15=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 204 (80.08% from 255 or 71.58% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 204 - color contains mainly: green. Hex color #42CC0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42CC0F is #BD33F0. Grayscale: #8D8D8D. Windows color (decimal): -12399601 or 1035330. OLE color: 1035330.
HSL color Cylindrical-coordinate representation of color #42CC0F: hue angle of 103.81º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42CC0F is Cyan = 0.68, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 204 | 15 | - |
| CMYK | 0.68 | 0 | 0.93 | 0.2 |
| HSL | 103.81º | 0.86% | 0.43% | - |
| HSV(B) | 103.81º | 0.93% | 0.8% | - |
| XYZ | 23.93 | 44.38 | 7.76 | - |
| YUV | 141.19 | 56.78 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 204 | 15 | 0.68 | 0 | 0.93 | 0.2 | 103.81 | 0.86 | 0.43 |
| Hex | 42 | CC | F | 44 | 0 | 5D | 14 | 68 | 56 | 2B |
| Octal | 102 | 314 | 17 | 104 | 0 | 135 | 24 | 150 | 126 | 53 |
| Binary | 1000010 | 11001100 | 1111 | 1000100 | 0 | 1011101 | 10100 | 1101000 | 1010110 | 101011 |
Color Harmonies of #42CC0F
Complementary color
Monochromatic Colors of #42CC0F
Black with #42CC0F
Text Example
Text Example
White with #42CC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CC0F; }
p { color: rgb(66,204,15); }
H1.HeaderClassName
{
color: #42CC0F;
}
.AnyTagClassName
{
color: #42CC0F;
}
</style>
background-color css
<style>
a { background-color: #42CC0F; }
a { background-color: rgb(66,204,15); }
div.DivClassName
{
background-color: #42CC0F;
}
.BgClassName
{
background-color: #42CC0F;
}
</style>
border-color css
<style>
span { border-color: #42CC0F; }
span { border-color: rgb(66,204,15); }
td.TdClassName
{
border-color: #42CC0F;
}
.TagClassName
{
border-color: #42CC0F;
}
</style>