Shades of Kelly Green #42CA04
Tints of Kelly Green #42CA04
RGB
CMYK
RGB Variations
Color information
#42CA04 (or 0x42CA04) is known color: Kelly Green. HEX triplet: 42, CA and 04. RGB value is (66,202,4). Sum of RGB (Red+Green+Blue) = 66+202+4=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 202 (79.30% from 255 or 74.26% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42CA04 is #BD35FB. Grayscale: #8B8B8B. Windows color (decimal): -12400124 or 313922. OLE color: 313922.
HSL color Cylindrical-coordinate representation of color #42CA04: hue angle of 101.21º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42CA04 is Cyan = 0.67, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 202 | 4 | - |
| CMYK | 0.67 | 0 | 0.98 | 0.21 |
| HSL | 101.21º | 0.96% | 0.4% | - |
| HSV(B) | 101.21º | 0.98% | 0.79% | - |
| XYZ | 23.39 | 43.41 | 7.26 | - |
| YUV | 138.76 | 51.94 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 202 | 4 | 0.67 | 0 | 0.98 | 0.21 | 101.21 | 0.96 | 0.4 |
| Hex | 42 | CA | 4 | 43 | 0 | 62 | 15 | 65 | 60 | 28 |
| Octal | 102 | 312 | 4 | 103 | 0 | 142 | 25 | 145 | 140 | 50 |
| Binary | 1000010 | 11001010 | 100 | 1000011 | 0 | 1100010 | 10101 | 1100101 | 1100000 | 101000 |
Color Harmonies of #42CA04
Complementary color
Monochromatic Colors of #42CA04
Black with #42CA04
Text Example
Text Example
White with #42CA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CA04; }
p { color: rgb(66,202,4); }
H1.HeaderClassName
{
color: #42CA04;
}
.AnyTagClassName
{
color: #42CA04;
}
</style>
background-color css
<style>
a { background-color: #42CA04; }
a { background-color: rgb(66,202,4); }
div.DivClassName
{
background-color: #42CA04;
}
.BgClassName
{
background-color: #42CA04;
}
</style>
border-color css
<style>
span { border-color: #42CA04; }
span { border-color: rgb(66,202,4); }
td.TdClassName
{
border-color: #42CA04;
}
.TagClassName
{
border-color: #42CA04;
}
</style>