Shades of Kelly Green #42CC19
Tints of Kelly Green #42CC19
RGB
CMYK
RGB Variations
Color information
#42CC19 (or 0x42CC19) is known color: Kelly Green. HEX triplet: 42, CC and 19. RGB value is (66,204,25). Sum of RGB (Red+Green+Blue) = 66+204+25=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 204 (80.08% from 255 or 69.15% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 204 - color contains mainly: green. Hex color #42CC19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42CC19 is #BD33E6. Grayscale: #8E8E8E. Windows color (decimal): -12399591 or 1690690. OLE color: 1690690.
HSL color Cylindrical-coordinate representation of color #42CC19: hue angle of 106.26º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42CC19 is Cyan = 0.68, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 204 | 25 | - |
| CMYK | 0.68 | 0 | 0.88 | 0.2 |
| HSL | 106.26º | 0.78% | 0.45% | - |
| HSV(B) | 106.26º | 0.88% | 0.8% | - |
| XYZ | 24.02 | 44.41 | 8.23 | - |
| YUV | 142.33 | 61.78 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 204 | 25 | 0.68 | 0 | 0.88 | 0.2 | 106.26 | 0.78 | 0.45 |
| Hex | 42 | CC | 19 | 44 | 0 | 58 | 14 | 6A | 4E | 2D |
| Octal | 102 | 314 | 31 | 104 | 0 | 130 | 24 | 152 | 116 | 55 |
| Binary | 1000010 | 11001100 | 11001 | 1000100 | 0 | 1011000 | 10100 | 1101010 | 1001110 | 101101 |
Color Harmonies of #42CC19
Complementary color
Monochromatic Colors of #42CC19
Black with #42CC19
Text Example
Text Example
White with #42CC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CC19; }
p { color: rgb(66,204,25); }
H1.HeaderClassName
{
color: #42CC19;
}
.AnyTagClassName
{
color: #42CC19;
}
</style>
background-color css
<style>
a { background-color: #42CC19; }
a { background-color: rgb(66,204,25); }
div.DivClassName
{
background-color: #42CC19;
}
.BgClassName
{
background-color: #42CC19;
}
</style>
border-color css
<style>
span { border-color: #42CC19; }
span { border-color: rgb(66,204,25); }
td.TdClassName
{
border-color: #42CC19;
}
.TagClassName
{
border-color: #42CC19;
}
</style>