Shades of Kelly Green #42AF10
Tints of Kelly Green #42AF10
RGB
CMYK
RGB Variations
Color information
#42AF10 (or 0x42AF10) is known color: Kelly Green. HEX triplet: 42, AF and 10. RGB value is (66,175,16). Sum of RGB (Red+Green+Blue) = 66+175+16=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 175 (68.75% from 255 or 68.09% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42AF10 is #BD50EF. Grayscale: #7C7C7C. Windows color (decimal): -12407024 or 1093442. OLE color: 1093442.
HSL color Cylindrical-coordinate representation of color #42AF10: hue angle of 101.13º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42AF10 is Cyan = 0.62, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 175 | 16 | - |
| CMYK | 0.62 | 0 | 0.91 | 0.31 |
| HSL | 101.13º | 0.83% | 0.37% | - |
| HSV(B) | 101.13º | 0.91% | 0.69% | - |
| XYZ | 17.67 | 31.86 | 5.71 | - |
| YUV | 124.28 | 66.89 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 175 | 16 | 0.62 | 0 | 0.91 | 0.31 | 101.13 | 0.83 | 0.37 |
| Hex | 42 | AF | 10 | 3E | 0 | 5B | 1F | 65 | 53 | 25 |
| Octal | 102 | 257 | 20 | 76 | 0 | 133 | 37 | 145 | 123 | 45 |
| Binary | 1000010 | 10101111 | 10000 | 111110 | 0 | 1011011 | 11111 | 1100101 | 1010011 | 100101 |
Color Harmonies of #42AF10
Complementary color
Monochromatic Colors of #42AF10
Black with #42AF10
Text Example
Text Example
White with #42AF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AF10; }
p { color: rgb(66,175,16); }
H1.HeaderClassName
{
color: #42AF10;
}
.AnyTagClassName
{
color: #42AF10;
}
</style>
background-color css
<style>
a { background-color: #42AF10; }
a { background-color: rgb(66,175,16); }
div.DivClassName
{
background-color: #42AF10;
}
.BgClassName
{
background-color: #42AF10;
}
</style>
border-color css
<style>
span { border-color: #42AF10; }
span { border-color: rgb(66,175,16); }
td.TdClassName
{
border-color: #42AF10;
}
.TagClassName
{
border-color: #42AF10;
}
</style>