Shades of Kelly Green #42C00A
Tints of Kelly Green #42C00A
RGB
CMYK
RGB Variations
Color information
#42C00A (or 0x42C00A) is known color: Kelly Green. HEX triplet: 42, C0 and 0A. RGB value is (66,192,10). Sum of RGB (Red+Green+Blue) = 66+192+10=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 192 (75.39% from 255 or 71.64% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 192 - color contains mainly: green. Hex color #42C00A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42C00A is #BD3FF5. Grayscale: #868686. Windows color (decimal): -12402678 or 704578. OLE color: 704578.
HSL color Cylindrical-coordinate representation of color #42C00A: hue angle of 101.54º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #42C00A is Cyan = 0.66, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 192 | 10 | - |
| CMYK | 0.66 | 0 | 0.95 | 0.25 |
| HSL | 101.54º | 0.9% | 0.4% | - |
| HSV(B) | 101.54º | 0.95% | 0.75% | - |
| XYZ | 21.15 | 38.88 | 6.68 | - |
| YUV | 133.58 | 58.26 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 192 | 10 | 0.66 | 0 | 0.95 | 0.25 | 101.54 | 0.9 | 0.4 |
| Hex | 42 | C0 | A | 42 | 0 | 5F | 19 | 66 | 5A | 28 |
| Octal | 102 | 300 | 12 | 102 | 0 | 137 | 31 | 146 | 132 | 50 |
| Binary | 1000010 | 11000000 | 1010 | 1000010 | 0 | 1011111 | 11001 | 1100110 | 1011010 | 101000 |
Color Harmonies of #42C00A
Complementary color
Monochromatic Colors of #42C00A
Black with #42C00A
Text Example
Text Example
White with #42C00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C00A; }
p { color: rgb(66,192,10); }
H1.HeaderClassName
{
color: #42C00A;
}
.AnyTagClassName
{
color: #42C00A;
}
</style>
background-color css
<style>
a { background-color: #42C00A; }
a { background-color: rgb(66,192,10); }
div.DivClassName
{
background-color: #42C00A;
}
.BgClassName
{
background-color: #42C00A;
}
</style>
border-color css
<style>
span { border-color: #42C00A; }
span { border-color: rgb(66,192,10); }
td.TdClassName
{
border-color: #42C00A;
}
.TagClassName
{
border-color: #42C00A;
}
</style>