Shades of Kelly Green #55E427
Tints of Kelly Green #55E427
RGB
CMYK
RGB Variations
Color information
#55E427 (or 0x55E427) is known color: Kelly Green. HEX triplet: 55, E4 and 27. RGB value is (85,228,39). Sum of RGB (Red+Green+Blue) = 85+228+39=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 228 (89.45% from 255 or 64.77% from 352); Blue value is 39 (15.62% from 255 or 11.08% from 352); Max value from RGB is 228 - color contains mainly: green. Hex color #55E427 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E427 is #AA1BD8. Grayscale: #A4A4A4. Windows color (decimal): -11148249 or 2614357. OLE color: 2614357.
HSL color Cylindrical-coordinate representation of color #55E427: hue angle of 105.4º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #55E427 is Cyan = 0.63, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 228 | 39 | - |
| CMYK | 0.63 | 0 | 0.83 | 0.11 |
| HSL | 105.4º | 0.78% | 0.52% | - |
| HSV(B) | 105.4º | 0.83% | 0.89% | - |
| XYZ | 31.86 | 57.56 | 11.35 | - |
| YUV | 163.7 | 57.62 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 228 | 39 | 0.63 | 0 | 0.83 | 0.11 | 105.4 | 0.78 | 0.52 |
| Hex | 55 | E4 | 27 | 3F | 0 | 53 | B | 69 | 4E | 34 |
| Octal | 125 | 344 | 47 | 77 | 0 | 123 | 13 | 151 | 116 | 64 |
| Binary | 1010101 | 11100100 | 100111 | 111111 | 0 | 1010011 | 1011 | 1101001 | 1001110 | 110100 |
Color Harmonies of #55E427
Complementary color
Monochromatic Colors of #55E427
Black with #55E427
Text Example
Text Example
White with #55E427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E427; }
p { color: rgb(85,228,39); }
H1.HeaderClassName
{
color: #55E427;
}
.AnyTagClassName
{
color: #55E427;
}
</style>
background-color css
<style>
a { background-color: #55E427; }
a { background-color: rgb(85,228,39); }
div.DivClassName
{
background-color: #55E427;
}
.BgClassName
{
background-color: #55E427;
}
</style>
border-color css
<style>
span { border-color: #55E427; }
span { border-color: rgb(85,228,39); }
td.TdClassName
{
border-color: #55E427;
}
.TagClassName
{
border-color: #55E427;
}
</style>