Shades of Kelly Green #42CB19
Tints of Kelly Green #42CB19
RGB
CMYK
RGB Variations
Color information
#42CB19 (or 0x42CB19) is known color: Kelly Green. HEX triplet: 42, CB and 19. RGB value is (66,203,25). Sum of RGB (Red+Green+Blue) = 66+203+25=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 203 (79.69% from 255 or 69.05% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42CB19 is #BD34E6. Grayscale: #8E8E8E. Windows color (decimal): -12399847 or 1690434. OLE color: 1690434.
HSL color Cylindrical-coordinate representation of color #42CB19: hue angle of 106.18º 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 #42CB19 is Cyan = 0.67, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 203 | 25 | - |
| CMYK | 0.67 | 0 | 0.88 | 0.20 |
| HSL | 106.18º | 0.78% | 0.45% | - |
| HSV(B) | 106.18º | 0.88% | 0.8% | - |
| XYZ | 23.78 | 43.94 | 8.15 | - |
| YUV | 141.75 | 62.11 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 203 | 25 | 0.67 | 0 | 0.88 | 0.20 | 106.18 | 0.78 | 0.45 |
| Hex | 42 | CB | 19 | 43 | 0 | 58 | 14 | 6A | 4E | 2D |
| Octal | 102 | 313 | 31 | 103 | 0 | 130 | 24 | 152 | 116 | 55 |
| Binary | 1000010 | 11001011 | 11001 | 1000011 | 0 | 1011000 | 10100 | 1101010 | 1001110 | 101101 |
Color Harmonies of #42CB19
Complementary color
Monochromatic Colors of #42CB19
Black with #42CB19
Text Example
Text Example
White with #42CB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CB19; }
p { color: rgb(66,203,25); }
H1.HeaderClassName
{
color: #42CB19;
}
.AnyTagClassName
{
color: #42CB19;
}
</style>
background-color css
<style>
a { background-color: #42CB19; }
a { background-color: rgb(66,203,25); }
div.DivClassName
{
background-color: #42CB19;
}
.BgClassName
{
background-color: #42CB19;
}
</style>
border-color css
<style>
span { border-color: #42CB19; }
span { border-color: rgb(66,203,25); }
td.TdClassName
{
border-color: #42CB19;
}
.TagClassName
{
border-color: #42CB19;
}
</style>