Shades of Kelly Green #37CF05
Tints of Kelly Green #37CF05
RGB
CMYK
RGB Variations
Color information
#37CF05 (or 0x37CF05) is known color: Kelly Green. HEX triplet: 37, CF and 05. RGB value is (55,207,5). Sum of RGB (Red+Green+Blue) = 55+207+5=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 207 (81.25% from 255 or 77.53% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 207 - color contains mainly: green. Hex color #37CF05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #37CF05 is #C830FA. Grayscale: #8B8B8B. Windows color (decimal): -13119739 or 380727. OLE color: 380727.
HSL color Cylindrical-coordinate representation of color #37CF05: hue angle of 105.15º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #37CF05 is Cyan = 0.73, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 207 | 5 | - |
| CMYK | 0.73 | 0 | 0.98 | 0.19 |
| HSL | 105.15º | 0.95% | 0.42% | - |
| HSV(B) | 105.15º | 0.98% | 0.81% | - |
| XYZ | 23.92 | 45.45 | 7.66 | - |
| YUV | 138.52 | 52.64 | 68.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 207 | 5 | 0.73 | 0 | 0.98 | 0.19 | 105.15 | 0.95 | 0.42 |
| Hex | 37 | CF | 5 | 49 | 0 | 62 | 13 | 69 | 5F | 2A |
| Octal | 67 | 317 | 5 | 111 | 0 | 142 | 23 | 151 | 137 | 52 |
| Binary | 110111 | 11001111 | 101 | 1001001 | 0 | 1100010 | 10011 | 1101001 | 1011111 | 101010 |
Color Harmonies of #37CF05
Complementary color
Monochromatic Colors of #37CF05
Black with #37CF05
Text Example
Text Example
White with #37CF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CF05; }
p { color: rgb(55,207,5); }
H1.HeaderClassName
{
color: #37CF05;
}
.AnyTagClassName
{
color: #37CF05;
}
</style>
background-color css
<style>
a { background-color: #37CF05; }
a { background-color: rgb(55,207,5); }
div.DivClassName
{
background-color: #37CF05;
}
.BgClassName
{
background-color: #37CF05;
}
</style>
border-color css
<style>
span { border-color: #37CF05; }
span { border-color: rgb(55,207,5); }
td.TdClassName
{
border-color: #37CF05;
}
.TagClassName
{
border-color: #37CF05;
}
</style>