Shades of Kelly Green #42A101
Tints of Kelly Green #42A101
RGB
CMYK
RGB Variations
Color information
#42A101 (or 0x42A101) is known color: Kelly Green. HEX triplet: 42, A1 and 01. RGB value is (66,161,1). Sum of RGB (Red+Green+Blue) = 66+161+1=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 161 (63.28% from 255 or 70.61% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 161 - color contains mainly: green. Hex color #42A101 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A101 is #BD5EFE. Grayscale: #727272. Windows color (decimal): -12410623 or 106818. OLE color: 106818.
HSL color Cylindrical-coordinate representation of color #42A101: hue angle of 95.62º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42A101 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 66 | 161 | 1 | - |
| CMYK | 0.59 | 0 | 0.99 | 0.37 |
| HSL | 95.63º | 0.99% | 0.32% | - |
| HSV(B) | 95.63º | 0.99% | 0.63% | - |
| XYZ | 15 | 26.65 | 4.38 | - |
| YUV | 114.36 | 64.03 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 161 | 1 | 0.59 | 0 | 0.99 | 0.37 | 95.63 | 0.99 | 0.32 |
| Hex | 42 | A1 | 1 | 3B | 0 | 63 | 25 | 60 | 63 | 20 |
| Octal | 102 | 241 | 1 | 73 | 0 | 143 | 45 | 140 | 143 | 40 |
| Binary | 1000010 | 10100001 | 1 | 111011 | 0 | 1100011 | 100101 | 1100000 | 1100011 | 100000 |
Color Harmonies of #42A101
Complementary color
Monochromatic Colors of #42A101
Black with #42A101
Text Example
Text Example
White with #42A101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A101; }
p { color: rgb(66,161,1); }
H1.HeaderClassName
{
color: #42A101;
}
.AnyTagClassName
{
color: #42A101;
}
</style>
background-color css
<style>
a { background-color: #42A101; }
a { background-color: rgb(66,161,1); }
div.DivClassName
{
background-color: #42A101;
}
.BgClassName
{
background-color: #42A101;
}
</style>
border-color css
<style>
span { border-color: #42A101; }
span { border-color: rgb(66,161,1); }
td.TdClassName
{
border-color: #42A101;
}
.TagClassName
{
border-color: #42A101;
}
</style>