Shades of Kelly Green #42B212
Tints of Kelly Green #42B212
RGB
CMYK
RGB Variations
Color information
#42B212 (or 0x42B212) is known color: Kelly Green. HEX triplet: 42, B2 and 12. RGB value is (66,178,18). Sum of RGB (Red+Green+Blue) = 66+178+18=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 178 (69.92% from 255 or 67.94% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 178 - color contains mainly: green. Hex color #42B212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42B212 is #BD4DED. Grayscale: #7E7E7E. Windows color (decimal): -12406254 or 1225282. OLE color: 1225282.
HSL color Cylindrical-coordinate representation of color #42B212: hue angle of 102º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42B212 is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 178 | 18 | - |
| CMYK | 0.63 | 0 | 0.90 | 0.30 |
| HSL | 102º | 0.82% | 0.38% | - |
| HSV(B) | 102º | 0.9% | 0.7% | - |
| XYZ | 18.28 | 33.04 | 5.99 | - |
| YUV | 126.27 | 66.89 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 178 | 18 | 0.63 | 0 | 0.90 | 0.30 | 102 | 0.82 | 0.38 |
| Hex | 42 | B2 | 12 | 3F | 0 | 5A | 1E | 66 | 52 | 26 |
| Octal | 102 | 262 | 22 | 77 | 0 | 132 | 36 | 146 | 122 | 46 |
| Binary | 1000010 | 10110010 | 10010 | 111111 | 0 | 1011010 | 11110 | 1100110 | 1010010 | 100110 |
Color Harmonies of #42B212
Complementary color
Monochromatic Colors of #42B212
Black with #42B212
Text Example
Text Example
White with #42B212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B212; }
p { color: rgb(66,178,18); }
H1.HeaderClassName
{
color: #42B212;
}
.AnyTagClassName
{
color: #42B212;
}
</style>
background-color css
<style>
a { background-color: #42B212; }
a { background-color: rgb(66,178,18); }
div.DivClassName
{
background-color: #42B212;
}
.BgClassName
{
background-color: #42B212;
}
</style>
border-color css
<style>
span { border-color: #42B212; }
span { border-color: rgb(66,178,18); }
td.TdClassName
{
border-color: #42B212;
}
.TagClassName
{
border-color: #42B212;
}
</style>