Shades of Kelly Green #42AF08
Tints of Kelly Green #42AF08
RGB
CMYK
RGB Variations
Color information
#42AF08 (or 0x42AF08) is known color: Kelly Green. HEX triplet: 42, AF and 08. RGB value is (66,175,8). Sum of RGB (Red+Green+Blue) = 66+175+8=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 175 (68.75% from 255 or 70.28% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42AF08 is #BD50F7. Grayscale: #7B7B7B. Windows color (decimal): -12407032 or 569154. OLE color: 569154.
HSL color Cylindrical-coordinate representation of color #42AF08: hue angle of 99.16º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #42AF08 is Cyan = 0.62, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 175 | 8 | - |
| CMYK | 0.62 | 0 | 0.95 | 0.31 |
| HSL | 99.16º | 0.91% | 0.36% | - |
| HSV(B) | 99.16º | 0.95% | 0.69% | - |
| XYZ | 17.62 | 31.84 | 5.45 | - |
| YUV | 123.37 | 62.89 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 175 | 8 | 0.62 | 0 | 0.95 | 0.31 | 99.16 | 0.91 | 0.36 |
| Hex | 42 | AF | 8 | 3E | 0 | 5F | 1F | 63 | 5B | 24 |
| Octal | 102 | 257 | 10 | 76 | 0 | 137 | 37 | 143 | 133 | 44 |
| Binary | 1000010 | 10101111 | 1000 | 111110 | 0 | 1011111 | 11111 | 1100011 | 1011011 | 100100 |
Color Harmonies of #42AF08
Complementary color
Monochromatic Colors of #42AF08
Black with #42AF08
Text Example
Text Example
White with #42AF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AF08; }
p { color: rgb(66,175,8); }
H1.HeaderClassName
{
color: #42AF08;
}
.AnyTagClassName
{
color: #42AF08;
}
</style>
background-color css
<style>
a { background-color: #42AF08; }
a { background-color: rgb(66,175,8); }
div.DivClassName
{
background-color: #42AF08;
}
.BgClassName
{
background-color: #42AF08;
}
</style>
border-color css
<style>
span { border-color: #42AF08; }
span { border-color: rgb(66,175,8); }
td.TdClassName
{
border-color: #42AF08;
}
.TagClassName
{
border-color: #42AF08;
}
</style>