Shades of Kelly Green #42CA00
Tints of Kelly Green #42CA00
RGB
CMYK
RGB Variations
Color information
#42CA00 (or 0x42CA00) is known color: Kelly Green. HEX triplet: 42, CA and 00. RGB value is (66,202,0). Sum of RGB (Red+Green+Blue) = 66+202+0=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 202 (79.30% from 255 or 75.37% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42CA00 is #BD35FF. Grayscale: #8A8A8A. Windows color (decimal): -12400128 or 51778. OLE color: 51778.
HSL color Cylindrical-coordinate representation of color #42CA00: hue angle of 100.4º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42CA00 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 202 | 0 | - |
| CMYK | 0.67 | 0 | 1 | 0.21 |
| HSL | 100.4º | 1% | 0.4% | - |
| HSV(B) | 100.4º | 1% | 0.79% | - |
| XYZ | 23.37 | 43.4 | 7.15 | - |
| YUV | 138.31 | 49.94 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 202 | 0 | 0.67 | 0 | 1 | 0.21 | 100.4 | 1 | 0.4 |
| Hex | 42 | CA | 0 | 43 | 0 | 64 | 15 | 64 | 64 | 28 |
| Octal | 102 | 312 | 0 | 103 | 0 | 144 | 25 | 144 | 144 | 50 |
| Binary | 1000010 | 11001010 | 0 | 1000011 | 0 | 1100100 | 10101 | 1100100 | 1100100 | 101000 |
Color Harmonies of #42CA00
Complementary color
Monochromatic Colors of #42CA00
Black with #42CA00
Text Example
Text Example
White with #42CA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CA00; }
p { color: rgb(66,202,0); }
H1.HeaderClassName
{
color: #42CA00;
}
.AnyTagClassName
{
color: #42CA00;
}
</style>
background-color css
<style>
a { background-color: #42CA00; }
a { background-color: rgb(66,202,0); }
div.DivClassName
{
background-color: #42CA00;
}
.BgClassName
{
background-color: #42CA00;
}
</style>
border-color css
<style>
span { border-color: #42CA00; }
span { border-color: rgb(66,202,0); }
td.TdClassName
{
border-color: #42CA00;
}
.TagClassName
{
border-color: #42CA00;
}
</style>