Shades of Kelly Green #37A512
Tints of Kelly Green #37A512
RGB
CMYK
RGB Variations
Color information
#37A512 (or 0x37A512) is known color: Kelly Green. HEX triplet: 37, A5 and 12. RGB value is (55,165,18). Sum of RGB (Red+Green+Blue) = 55+165+18=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 165 (64.84% from 255 or 69.33% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 165 - color contains mainly: green. Hex color #37A512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #37A512 is #C85AED. Grayscale: #737373. Windows color (decimal): -13130478 or 1221943. OLE color: 1221943.
HSL color Cylindrical-coordinate representation of color #37A512: hue angle of 104.9º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #37A512 is Cyan = 0.67, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 55 | 165 | 18 | - |
| CMYK | 0.67 | 0 | 0.89 | 0.35 |
| HSL | 104.9º | 0.8% | 0.36% | - |
| HSV(B) | 104.9º | 0.89% | 0.65% | - |
| XYZ | 15.14 | 27.77 | 5.13 | - |
| YUV | 115.35 | 73.06 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 165 | 18 | 0.67 | 0 | 0.89 | 0.35 | 104.9 | 0.8 | 0.36 |
| Hex | 37 | A5 | 12 | 43 | 0 | 59 | 23 | 69 | 50 | 24 |
| Octal | 67 | 245 | 22 | 103 | 0 | 131 | 43 | 151 | 120 | 44 |
| Binary | 110111 | 10100101 | 10010 | 1000011 | 0 | 1011001 | 100011 | 1101001 | 1010000 | 100100 |
Color Harmonies of #37A512
Complementary color
Monochromatic Colors of #37A512
Black with #37A512
Text Example
Text Example
White with #37A512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A512; }
p { color: rgb(55,165,18); }
H1.HeaderClassName
{
color: #37A512;
}
.AnyTagClassName
{
color: #37A512;
}
</style>
background-color css
<style>
a { background-color: #37A512; }
a { background-color: rgb(55,165,18); }
div.DivClassName
{
background-color: #37A512;
}
.BgClassName
{
background-color: #37A512;
}
</style>
border-color css
<style>
span { border-color: #37A512; }
span { border-color: rgb(55,165,18); }
td.TdClassName
{
border-color: #37A512;
}
.TagClassName
{
border-color: #37A512;
}
</style>