Shades of Kelly Green #42AD10
Tints of Kelly Green #42AD10
RGB
CMYK
RGB Variations
Color information
#42AD10 (or 0x42AD10) is known color: Kelly Green. HEX triplet: 42, AD and 10. RGB value is (66,173,16). Sum of RGB (Red+Green+Blue) = 66+173+16=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 173 (67.97% from 255 or 67.84% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 173 - color contains mainly: green. Hex color #42AD10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42AD10 is #BD52EF. Grayscale: #7B7B7B. Windows color (decimal): -12407536 or 1092930. OLE color: 1092930.
HSL color Cylindrical-coordinate representation of color #42AD10: hue angle of 100.89º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42AD10 is Cyan = 0.62, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 173 | 16 | - |
| CMYK | 0.62 | 0 | 0.91 | 0.32 |
| HSL | 100.89º | 0.83% | 0.37% | - |
| HSV(B) | 100.89º | 0.91% | 0.68% | - |
| XYZ | 17.28 | 31.08 | 5.58 | - |
| YUV | 123.11 | 67.55 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 173 | 16 | 0.62 | 0 | 0.91 | 0.32 | 100.89 | 0.83 | 0.37 |
| Hex | 42 | AD | 10 | 3E | 0 | 5B | 20 | 65 | 53 | 25 |
| Octal | 102 | 255 | 20 | 76 | 0 | 133 | 40 | 145 | 123 | 45 |
| Binary | 1000010 | 10101101 | 10000 | 111110 | 0 | 1011011 | 100000 | 1100101 | 1010011 | 100101 |
Color Harmonies of #42AD10
Complementary color
Monochromatic Colors of #42AD10
Black with #42AD10
Text Example
Text Example
White with #42AD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AD10; }
p { color: rgb(66,173,16); }
H1.HeaderClassName
{
color: #42AD10;
}
.AnyTagClassName
{
color: #42AD10;
}
</style>
background-color css
<style>
a { background-color: #42AD10; }
a { background-color: rgb(66,173,16); }
div.DivClassName
{
background-color: #42AD10;
}
.BgClassName
{
background-color: #42AD10;
}
</style>
border-color css
<style>
span { border-color: #42AD10; }
span { border-color: rgb(66,173,16); }
td.TdClassName
{
border-color: #42AD10;
}
.TagClassName
{
border-color: #42AD10;
}
</style>