Shades of Kelly Green #37D512
Tints of Kelly Green #37D512
RGB
CMYK
RGB Variations
Color information
#37D512 (or 0x37D512) is known color: Kelly Green. HEX triplet: 37, D5 and 12. RGB value is (55,213,18). Sum of RGB (Red+Green+Blue) = 55+213+18=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 213 (83.59% from 255 or 74.48% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 213 - color contains mainly: green. Hex color #37D512 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #37D512 is #C82AED. Grayscale: #909090. Windows color (decimal): -13118190 or 1234231. OLE color: 1234231.
HSL color Cylindrical-coordinate representation of color #37D512: hue angle of 108.62º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #37D512 is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 213 | 18 | - |
| CMYK | 0.74 | 0 | 0.92 | 0.16 |
| HSL | 108.62º | 0.84% | 0.45% | - |
| HSV(B) | 108.62º | 0.92% | 0.84% | - |
| XYZ | 25.48 | 48.44 | 8.58 | - |
| YUV | 143.53 | 57.15 | 64.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 213 | 18 | 0.74 | 0 | 0.92 | 0.16 | 108.62 | 0.84 | 0.45 |
| Hex | 37 | D5 | 12 | 4A | 0 | 5C | 10 | 6D | 54 | 2D |
| Octal | 67 | 325 | 22 | 112 | 0 | 134 | 20 | 155 | 124 | 55 |
| Binary | 110111 | 11010101 | 10010 | 1001010 | 0 | 1011100 | 10000 | 1101101 | 1010100 | 101101 |
Color Harmonies of #37D512
Complementary color
Monochromatic Colors of #37D512
Black with #37D512
Text Example
Text Example
White with #37D512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D512; }
p { color: rgb(55,213,18); }
H1.HeaderClassName
{
color: #37D512;
}
.AnyTagClassName
{
color: #37D512;
}
</style>
background-color css
<style>
a { background-color: #37D512; }
a { background-color: rgb(55,213,18); }
div.DivClassName
{
background-color: #37D512;
}
.BgClassName
{
background-color: #37D512;
}
</style>
border-color css
<style>
span { border-color: #37D512; }
span { border-color: rgb(55,213,18); }
td.TdClassName
{
border-color: #37D512;
}
.TagClassName
{
border-color: #37D512;
}
</style>