Shades of Kelly Green #42D012
Tints of Kelly Green #42D012
RGB
CMYK
RGB Variations
Color information
#42D012 (or 0x42D012) is known color: Kelly Green. HEX triplet: 42, D0 and 12. RGB value is (66,208,18). Sum of RGB (Red+Green+Blue) = 66+208+18=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 208 (81.64% from 255 or 71.23% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 208 - color contains mainly: green. Hex color #42D012 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42D012 is #BD2FED. Grayscale: #909090. Windows color (decimal): -12398574 or 1232962. OLE color: 1232962.
HSL color Cylindrical-coordinate representation of color #42D012: hue angle of 104.84º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42D012 is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 208 | 18 | - |
| CMYK | 0.68 | 0 | 0.91 | 0.18 |
| HSL | 104.84º | 0.84% | 0.44% | - |
| HSV(B) | 104.84º | 0.91% | 0.82% | - |
| XYZ | 24.91 | 46.31 | 8.2 | - |
| YUV | 143.88 | 56.96 | 72.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 208 | 18 | 0.68 | 0 | 0.91 | 0.18 | 104.84 | 0.84 | 0.44 |
| Hex | 42 | D0 | 12 | 44 | 0 | 5B | 12 | 69 | 54 | 2C |
| Octal | 102 | 320 | 22 | 104 | 0 | 133 | 22 | 151 | 124 | 54 |
| Binary | 1000010 | 11010000 | 10010 | 1000100 | 0 | 1011011 | 10010 | 1101001 | 1010100 | 101100 |
Color Harmonies of #42D012
Complementary color
Monochromatic Colors of #42D012
Black with #42D012
Text Example
Text Example
White with #42D012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D012; }
p { color: rgb(66,208,18); }
H1.HeaderClassName
{
color: #42D012;
}
.AnyTagClassName
{
color: #42D012;
}
</style>
background-color css
<style>
a { background-color: #42D012; }
a { background-color: rgb(66,208,18); }
div.DivClassName
{
background-color: #42D012;
}
.BgClassName
{
background-color: #42D012;
}
</style>
border-color css
<style>
span { border-color: #42D012; }
span { border-color: rgb(66,208,18); }
td.TdClassName
{
border-color: #42D012;
}
.TagClassName
{
border-color: #42D012;
}
</style>