Shades of Kelly Green #55CE2E
Tints of Kelly Green #55CE2E
RGB
CMYK
RGB Variations
Color information
#55CE2E (or 0x55CE2E) is known color: Kelly Green. HEX triplet: 55, CE and 2E. RGB value is (85,206,46). Sum of RGB (Red+Green+Blue) = 85+206+46=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 206 (80.86% from 255 or 61.13% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 206 - color contains mainly: green. Hex color #55CE2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CE2E is #AA31D1. Grayscale: #989898. Windows color (decimal): -11153874 or 3067477. OLE color: 3067477.
HSL color Cylindrical-coordinate representation of color #55CE2E: hue angle of 105.38º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55CE2E is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 206 | 46 | - |
| CMYK | 0.59 | 0 | 0.78 | 0.19 |
| HSL | 105.38º | 0.63% | 0.49% | - |
| HSV(B) | 105.38º | 0.78% | 0.81% | - |
| XYZ | 26.31 | 46.27 | 10.13 | - |
| YUV | 151.58 | 68.41 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 46 | 0.59 | 0 | 0.78 | 0.19 | 105.38 | 0.63 | 0.49 |
| Hex | 55 | CE | 2E | 3B | 0 | 4E | 13 | 69 | 3F | 31 |
| Octal | 125 | 316 | 56 | 73 | 0 | 116 | 23 | 151 | 77 | 61 |
| Binary | 1010101 | 11001110 | 101110 | 111011 | 0 | 1001110 | 10011 | 1101001 | 111111 | 110001 |
Color Harmonies of #55CE2E
Complementary color
Monochromatic Colors of #55CE2E
Black with #55CE2E
Text Example
Text Example
White with #55CE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CE2E; }
p { color: rgb(85,206,46); }
H1.HeaderClassName
{
color: #55CE2E;
}
.AnyTagClassName
{
color: #55CE2E;
}
</style>
background-color css
<style>
a { background-color: #55CE2E; }
a { background-color: rgb(85,206,46); }
div.DivClassName
{
background-color: #55CE2E;
}
.BgClassName
{
background-color: #55CE2E;
}
</style>
border-color css
<style>
span { border-color: #55CE2E; }
span { border-color: rgb(85,206,46); }
td.TdClassName
{
border-color: #55CE2E;
}
.TagClassName
{
border-color: #55CE2E;
}
</style>