Shades of Kelly Green #42AF06
Tints of Kelly Green #42AF06
RGB
CMYK
RGB Variations
Color information
#42AF06 (or 0x42AF06) is known color: Kelly Green. HEX triplet: 42, AF and 06. RGB value is (66,175,6). Sum of RGB (Red+Green+Blue) = 66+175+6=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 175 (68.75% from 255 or 70.85% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42AF06 is #BD50F9. Grayscale: #7B7B7B. Windows color (decimal): -12407034 or 438082. OLE color: 438082.
HSL color Cylindrical-coordinate representation of color #42AF06: hue angle of 98.7º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42AF06 is Cyan = 0.62, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 175 | 6 | - |
| CMYK | 0.62 | 0 | 0.97 | 0.31 |
| HSL | 98.7º | 0.93% | 0.35% | - |
| HSV(B) | 98.7º | 0.97% | 0.69% | - |
| XYZ | 17.61 | 31.83 | 5.39 | - |
| YUV | 123.14 | 61.89 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 175 | 6 | 0.62 | 0 | 0.97 | 0.31 | 98.7 | 0.93 | 0.35 |
| Hex | 42 | AF | 6 | 3E | 0 | 61 | 1F | 63 | 5D | 23 |
| Octal | 102 | 257 | 6 | 76 | 0 | 141 | 37 | 143 | 135 | 43 |
| Binary | 1000010 | 10101111 | 110 | 111110 | 0 | 1100001 | 11111 | 1100011 | 1011101 | 100011 |
Color Harmonies of #42AF06
Complementary color
Monochromatic Colors of #42AF06
Black with #42AF06
Text Example
Text Example
White with #42AF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AF06; }
p { color: rgb(66,175,6); }
H1.HeaderClassName
{
color: #42AF06;
}
.AnyTagClassName
{
color: #42AF06;
}
</style>
background-color css
<style>
a { background-color: #42AF06; }
a { background-color: rgb(66,175,6); }
div.DivClassName
{
background-color: #42AF06;
}
.BgClassName
{
background-color: #42AF06;
}
</style>
border-color css
<style>
span { border-color: #42AF06; }
span { border-color: rgb(66,175,6); }
td.TdClassName
{
border-color: #42AF06;
}
.TagClassName
{
border-color: #42AF06;
}
</style>