Shades of Kelly Green #42AB01
Tints of Kelly Green #42AB01
RGB
CMYK
RGB Variations
Color information
#42AB01 (or 0x42AB01) is known color: Kelly Green. HEX triplet: 42, AB and 01. RGB value is (66,171,1). Sum of RGB (Red+Green+Blue) = 66+171+1=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 171 (67.19% from 255 or 71.85% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42AB01 is #BD54FE. Grayscale: #787878. Windows color (decimal): -12408063 or 109378. OLE color: 109378.
HSL color Cylindrical-coordinate representation of color #42AB01: hue angle of 97.06º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42AB01 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 171 | 1 | - |
| CMYK | 0.61 | 0 | 0.99 | 0.33 |
| HSL | 97.06º | 0.99% | 0.34% | - |
| HSV(B) | 97.06º | 0.99% | 0.67% | - |
| XYZ | 16.82 | 30.29 | 4.99 | - |
| YUV | 120.23 | 60.71 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 171 | 1 | 0.61 | 0 | 0.99 | 0.33 | 97.06 | 0.99 | 0.34 |
| Hex | 42 | AB | 1 | 3D | 0 | 63 | 21 | 61 | 63 | 22 |
| Octal | 102 | 253 | 1 | 75 | 0 | 143 | 41 | 141 | 143 | 42 |
| Binary | 1000010 | 10101011 | 1 | 111101 | 0 | 1100011 | 100001 | 1100001 | 1100011 | 100010 |
Color Harmonies of #42AB01
Complementary color
Monochromatic Colors of #42AB01
Black with #42AB01
Text Example
Text Example
White with #42AB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AB01; }
p { color: rgb(66,171,1); }
H1.HeaderClassName
{
color: #42AB01;
}
.AnyTagClassName
{
color: #42AB01;
}
</style>
background-color css
<style>
a { background-color: #42AB01; }
a { background-color: rgb(66,171,1); }
div.DivClassName
{
background-color: #42AB01;
}
.BgClassName
{
background-color: #42AB01;
}
</style>
border-color css
<style>
span { border-color: #42AB01; }
span { border-color: rgb(66,171,1); }
td.TdClassName
{
border-color: #42AB01;
}
.TagClassName
{
border-color: #42AB01;
}
</style>