Shades of Kelly Green #55D40E
Tints of Kelly Green #55D40E
RGB
CMYK
RGB Variations
Color information
#55D40E (or 0x55D40E) is known color: Kelly Green. HEX triplet: 55, D4 and 0E. RGB value is (85,212,14). Sum of RGB (Red+Green+Blue) = 85+212+14=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 212 (83.20% from 255 or 68.17% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 212 - color contains mainly: green. Hex color #55D40E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55D40E is #AA2BF1. Grayscale: #989898. Windows color (decimal): -11152370 or 971861. OLE color: 971861.
HSL color Cylindrical-coordinate representation of color #55D40E: hue angle of 98.48º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #55D40E is Cyan = 0.60, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 85 | 212 | 14 | - |
| CMYK | 0.60 | 0 | 0.93 | 0.17 |
| HSL | 98.48º | 0.88% | 0.44% | - |
| HSV(B) | 98.48º | 0.93% | 0.83% | - |
| XYZ | 27.37 | 49.05 | 8.44 | - |
| YUV | 151.46 | 50.42 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 212 | 14 | 0.60 | 0 | 0.93 | 0.17 | 98.48 | 0.88 | 0.44 |
| Hex | 55 | D4 | E | 3C | 0 | 5D | 11 | 62 | 58 | 2C |
| Octal | 125 | 324 | 16 | 74 | 0 | 135 | 21 | 142 | 130 | 54 |
| Binary | 1010101 | 11010100 | 1110 | 111100 | 0 | 1011101 | 10001 | 1100010 | 1011000 | 101100 |
Color Harmonies of #55D40E
Complementary color
Monochromatic Colors of #55D40E
Black with #55D40E
Text Example
Text Example
White with #55D40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D40E; }
p { color: rgb(85,212,14); }
H1.HeaderClassName
{
color: #55D40E;
}
.AnyTagClassName
{
color: #55D40E;
}
</style>
background-color css
<style>
a { background-color: #55D40E; }
a { background-color: rgb(85,212,14); }
div.DivClassName
{
background-color: #55D40E;
}
.BgClassName
{
background-color: #55D40E;
}
</style>
border-color css
<style>
span { border-color: #55D40E; }
span { border-color: rgb(85,212,14); }
td.TdClassName
{
border-color: #55D40E;
}
.TagClassName
{
border-color: #55D40E;
}
</style>