Shades of Kelly Green #42AF28
Tints of Kelly Green #42AF28
RGB
CMYK
RGB Variations
Color information
#42AF28 (or 0x42AF28) is known color: Kelly Green. HEX triplet: 42, AF and 28. RGB value is (66,175,40). Sum of RGB (Red+Green+Blue) = 66+175+40=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 175 (68.75% from 255 or 62.28% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AF28 is #BD50D7. Grayscale: #7F7F7F. Windows color (decimal): -12407000 or 2666306. OLE color: 2666306.
HSL color Cylindrical-coordinate representation of color #42AF28: hue angle of 108.44º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42AF28 is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 175 | 40 | - |
| CMYK | 0.62 | 0 | 0.77 | 0.31 |
| HSL | 108.44º | 0.63% | 0.42% | - |
| HSV(B) | 108.44º | 0.77% | 0.69% | - |
| XYZ | 17.96 | 31.97 | 7.23 | - |
| YUV | 127.02 | 78.89 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 175 | 40 | 0.62 | 0 | 0.77 | 0.31 | 108.44 | 0.63 | 0.42 |
| Hex | 42 | AF | 28 | 3E | 0 | 4D | 1F | 6C | 3F | 2A |
| Octal | 102 | 257 | 50 | 76 | 0 | 115 | 37 | 154 | 77 | 52 |
| Binary | 1000010 | 10101111 | 101000 | 111110 | 0 | 1001101 | 11111 | 1101100 | 111111 | 101010 |
Color Harmonies of #42AF28
Complementary color
Monochromatic Colors of #42AF28
Black with #42AF28
Text Example
Text Example
White with #42AF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AF28; }
p { color: rgb(66,175,40); }
H1.HeaderClassName
{
color: #42AF28;
}
.AnyTagClassName
{
color: #42AF28;
}
</style>
background-color css
<style>
a { background-color: #42AF28; }
a { background-color: rgb(66,175,40); }
div.DivClassName
{
background-color: #42AF28;
}
.BgClassName
{
background-color: #42AF28;
}
</style>
border-color css
<style>
span { border-color: #42AF28; }
span { border-color: rgb(66,175,40); }
td.TdClassName
{
border-color: #42AF28;
}
.TagClassName
{
border-color: #42AF28;
}
</style>