Shades of Kelly Green #37CF14
Tints of Kelly Green #37CF14
RGB
CMYK
RGB Variations
Color information
#37CF14 (or 0x37CF14) is known color: Kelly Green. HEX triplet: 37, CF and 14. RGB value is (55,207,20). Sum of RGB (Red+Green+Blue) = 55+207+20=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 207 (81.25% from 255 or 73.40% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 207 - color contains mainly: green. Hex color #37CF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #37CF14 is #C830EB. Grayscale: #8C8C8C. Windows color (decimal): -13119724 or 1363767. OLE color: 1363767.
HSL color Cylindrical-coordinate representation of color #37CF14: hue angle of 108.77º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #37CF14 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 207 | 20 | - |
| CMYK | 0.73 | 0 | 0.90 | 0.19 |
| HSL | 108.77º | 0.82% | 0.45% | - |
| HSV(B) | 108.77º | 0.9% | 0.81% | - |
| XYZ | 24.01 | 45.49 | 8.18 | - |
| YUV | 140.23 | 60.14 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 207 | 20 | 0.73 | 0 | 0.90 | 0.19 | 108.77 | 0.82 | 0.45 |
| Hex | 37 | CF | 14 | 49 | 0 | 5A | 13 | 6D | 52 | 2D |
| Octal | 67 | 317 | 24 | 111 | 0 | 132 | 23 | 155 | 122 | 55 |
| Binary | 110111 | 11001111 | 10100 | 1001001 | 0 | 1011010 | 10011 | 1101101 | 1010010 | 101101 |
Color Harmonies of #37CF14
Complementary color
Monochromatic Colors of #37CF14
Black with #37CF14
Text Example
Text Example
White with #37CF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CF14; }
p { color: rgb(55,207,20); }
H1.HeaderClassName
{
color: #37CF14;
}
.AnyTagClassName
{
color: #37CF14;
}
</style>
background-color css
<style>
a { background-color: #37CF14; }
a { background-color: rgb(55,207,20); }
div.DivClassName
{
background-color: #37CF14;
}
.BgClassName
{
background-color: #37CF14;
}
</style>
border-color css
<style>
span { border-color: #37CF14; }
span { border-color: rgb(55,207,20); }
td.TdClassName
{
border-color: #37CF14;
}
.TagClassName
{
border-color: #37CF14;
}
</style>