Shades of Kelly Green #42A206
Tints of Kelly Green #42A206
RGB
CMYK
RGB Variations
Color information
#42A206 (or 0x42A206) is known color: Kelly Green. HEX triplet: 42, A2 and 06. RGB value is (66,162,6). Sum of RGB (Red+Green+Blue) = 66+162+6=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 162 (63.67% from 255 or 69.23% from 234); Blue value is 6 (2.73% from 255 or 2.56% from 234); Max value from RGB is 162 - color contains mainly: green. Hex color #42A206 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A206 is #BD5DF9. Grayscale: #747474. Windows color (decimal): -12410362 or 434754. OLE color: 434754.
HSL color Cylindrical-coordinate representation of color #42A206: hue angle of 96.92º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #42A206 is Cyan = 0.59, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 66 | 162 | 6 | - |
| CMYK | 0.59 | 0 | 0.96 | 0.36 |
| HSL | 96.92º | 0.93% | 0.33% | - |
| HSV(B) | 96.92º | 0.96% | 0.64% | - |
| XYZ | 15.2 | 27.01 | 4.59 | - |
| YUV | 115.51 | 66.2 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 162 | 6 | 0.59 | 0 | 0.96 | 0.36 | 96.92 | 0.93 | 0.33 |
| Hex | 42 | A2 | 6 | 3B | 0 | 60 | 24 | 61 | 5D | 21 |
| Octal | 102 | 242 | 6 | 73 | 0 | 140 | 44 | 141 | 135 | 41 |
| Binary | 1000010 | 10100010 | 110 | 111011 | 0 | 1100000 | 100100 | 1100001 | 1011101 | 100001 |
Color Harmonies of #42A206
Complementary color
Monochromatic Colors of #42A206
Black with #42A206
Text Example
Text Example
White with #42A206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A206; }
p { color: rgb(66,162,6); }
H1.HeaderClassName
{
color: #42A206;
}
.AnyTagClassName
{
color: #42A206;
}
</style>
background-color css
<style>
a { background-color: #42A206; }
a { background-color: rgb(66,162,6); }
div.DivClassName
{
background-color: #42A206;
}
.BgClassName
{
background-color: #42A206;
}
</style>
border-color css
<style>
span { border-color: #42A206; }
span { border-color: rgb(66,162,6); }
td.TdClassName
{
border-color: #42A206;
}
.TagClassName
{
border-color: #42A206;
}
</style>