Shades of Kelly Green #42BD12
Tints of Kelly Green #42BD12
RGB
CMYK
RGB Variations
Color information
#42BD12 (or 0x42BD12) is known color: Kelly Green. HEX triplet: 42, BD and 12. RGB value is (66,189,18). Sum of RGB (Red+Green+Blue) = 66+189+18=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 189 (74.22% from 255 or 69.23% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 189 - color contains mainly: green. Hex color #42BD12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42BD12 is #BD42ED. Grayscale: #858585. Windows color (decimal): -12403438 or 1228098. OLE color: 1228098.
HSL color Cylindrical-coordinate representation of color #42BD12: hue angle of 103.16º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42BD12 is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 189 | 18 | - |
| CMYK | 0.65 | 0 | 0.90 | 0.26 |
| HSL | 103.16º | 0.83% | 0.41% | - |
| HSV(B) | 103.16º | 0.9% | 0.74% | - |
| XYZ | 20.55 | 37.6 | 6.75 | - |
| YUV | 132.73 | 63.25 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 189 | 18 | 0.65 | 0 | 0.90 | 0.26 | 103.16 | 0.83 | 0.41 |
| Hex | 42 | BD | 12 | 41 | 0 | 5A | 1A | 67 | 53 | 29 |
| Octal | 102 | 275 | 22 | 101 | 0 | 132 | 32 | 147 | 123 | 51 |
| Binary | 1000010 | 10111101 | 10010 | 1000001 | 0 | 1011010 | 11010 | 1100111 | 1010011 | 101001 |
Color Harmonies of #42BD12
Complementary color
Monochromatic Colors of #42BD12
Black with #42BD12
Text Example
Text Example
White with #42BD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BD12; }
p { color: rgb(66,189,18); }
H1.HeaderClassName
{
color: #42BD12;
}
.AnyTagClassName
{
color: #42BD12;
}
</style>
background-color css
<style>
a { background-color: #42BD12; }
a { background-color: rgb(66,189,18); }
div.DivClassName
{
background-color: #42BD12;
}
.BgClassName
{
background-color: #42BD12;
}
</style>
border-color css
<style>
span { border-color: #42BD12; }
span { border-color: rgb(66,189,18); }
td.TdClassName
{
border-color: #42BD12;
}
.TagClassName
{
border-color: #42BD12;
}
</style>