Shades of Kelly Green #42AB17
Tints of Kelly Green #42AB17
RGB
CMYK
RGB Variations
Color information
#42AB17 (or 0x42AB17) is known color: Kelly Green. HEX triplet: 42, AB and 17. RGB value is (66,171,23). Sum of RGB (Red+Green+Blue) = 66+171+23=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 171 (67.19% from 255 or 65.77% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB17 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42AB17 is #BD54E8. Grayscale: #7B7B7B. Windows color (decimal): -12408041 or 1551170. OLE color: 1551170.
HSL color Cylindrical-coordinate representation of color #42AB17: hue angle of 102.57º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #42AB17 is Cyan = 0.61, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 171 | 23 | - |
| CMYK | 0.61 | 0 | 0.87 | 0.33 |
| HSL | 102.57º | 0.76% | 0.38% | - |
| HSV(B) | 102.57º | 0.87% | 0.67% | - |
| XYZ | 16.96 | 30.35 | 5.77 | - |
| YUV | 122.73 | 71.71 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 171 | 23 | 0.61 | 0 | 0.87 | 0.33 | 102.57 | 0.76 | 0.38 |
| Hex | 42 | AB | 17 | 3D | 0 | 57 | 21 | 67 | 4C | 26 |
| Octal | 102 | 253 | 27 | 75 | 0 | 127 | 41 | 147 | 114 | 46 |
| Binary | 1000010 | 10101011 | 10111 | 111101 | 0 | 1010111 | 100001 | 1100111 | 1001100 | 100110 |
Color Harmonies of #42AB17
Complementary color
Monochromatic Colors of #42AB17
Black with #42AB17
Text Example
Text Example
White with #42AB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AB17; }
p { color: rgb(66,171,23); }
H1.HeaderClassName
{
color: #42AB17;
}
.AnyTagClassName
{
color: #42AB17;
}
</style>
background-color css
<style>
a { background-color: #42AB17; }
a { background-color: rgb(66,171,23); }
div.DivClassName
{
background-color: #42AB17;
}
.BgClassName
{
background-color: #42AB17;
}
</style>
border-color css
<style>
span { border-color: #42AB17; }
span { border-color: rgb(66,171,23); }
td.TdClassName
{
border-color: #42AB17;
}
.TagClassName
{
border-color: #42AB17;
}
</style>