Shades of Kelly Green #42AF24
Tints of Kelly Green #42AF24
RGB
CMYK
RGB Variations
Color information
#42AF24 (or 0x42AF24) is known color: Kelly Green. HEX triplet: 42, AF and 24. RGB value is (66,175,36). Sum of RGB (Red+Green+Blue) = 66+175+36=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 175 (68.75% from 255 or 63.18% from 277); Blue value is 36 (14.45% from 255 or 13.00% from 277); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF24 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AF24 is #BD50DB. Grayscale: #7F7F7F. Windows color (decimal): -12407004 or 2404162. OLE color: 2404162.
HSL color Cylindrical-coordinate representation of color #42AF24: hue angle of 107.05º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42AF24 is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 175 | 36 | - |
| CMYK | 0.62 | 0 | 0.79 | 0.31 |
| HSL | 107.05º | 0.66% | 0.41% | - |
| HSV(B) | 107.05º | 0.79% | 0.69% | - |
| XYZ | 17.9 | 31.95 | 6.89 | - |
| YUV | 126.56 | 76.89 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 175 | 36 | 0.62 | 0 | 0.79 | 0.31 | 107.05 | 0.66 | 0.41 |
| Hex | 42 | AF | 24 | 3E | 0 | 4F | 1F | 6B | 42 | 29 |
| Octal | 102 | 257 | 44 | 76 | 0 | 117 | 37 | 153 | 102 | 51 |
| Binary | 1000010 | 10101111 | 100100 | 111110 | 0 | 1001111 | 11111 | 1101011 | 1000010 | 101001 |
Color Harmonies of #42AF24
Complementary color
Monochromatic Colors of #42AF24
Black with #42AF24
Text Example
Text Example
White with #42AF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AF24; }
p { color: rgb(66,175,36); }
H1.HeaderClassName
{
color: #42AF24;
}
.AnyTagClassName
{
color: #42AF24;
}
</style>
background-color css
<style>
a { background-color: #42AF24; }
a { background-color: rgb(66,175,36); }
div.DivClassName
{
background-color: #42AF24;
}
.BgClassName
{
background-color: #42AF24;
}
</style>
border-color css
<style>
span { border-color: #42AF24; }
span { border-color: rgb(66,175,36); }
td.TdClassName
{
border-color: #42AF24;
}
.TagClassName
{
border-color: #42AF24;
}
</style>