Shades of Kelly Green #55CE2B
Tints of Kelly Green #55CE2B
RGB
CMYK
RGB Variations
Color information
#55CE2B (or 0x55CE2B) is known color: Kelly Green. HEX triplet: 55, CE and 2B. RGB value is (85,206,43). Sum of RGB (Red+Green+Blue) = 85+206+43=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 206 (80.86% from 255 or 61.68% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 206 - color contains mainly: green. Hex color #55CE2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CE2B is #AA31D4. Grayscale: #979797. Windows color (decimal): -11153877 or 2870869. OLE color: 2870869.
HSL color Cylindrical-coordinate representation of color #55CE2B: hue angle of 104.54º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55CE2B is Cyan = 0.59, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 206 | 43 | - |
| CMYK | 0.59 | 0 | 0.79 | 0.19 |
| HSL | 104.54º | 0.65% | 0.49% | - |
| HSV(B) | 104.54º | 0.79% | 0.81% | - |
| XYZ | 26.25 | 46.25 | 9.83 | - |
| YUV | 151.24 | 66.91 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 43 | 0.59 | 0 | 0.79 | 0.19 | 104.54 | 0.65 | 0.49 |
| Hex | 55 | CE | 2B | 3B | 0 | 4F | 13 | 69 | 41 | 31 |
| Octal | 125 | 316 | 53 | 73 | 0 | 117 | 23 | 151 | 101 | 61 |
| Binary | 1010101 | 11001110 | 101011 | 111011 | 0 | 1001111 | 10011 | 1101001 | 1000001 | 110001 |
Color Harmonies of #55CE2B
Complementary color
Monochromatic Colors of #55CE2B
Black with #55CE2B
Text Example
Text Example
White with #55CE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CE2B; }
p { color: rgb(85,206,43); }
H1.HeaderClassName
{
color: #55CE2B;
}
.AnyTagClassName
{
color: #55CE2B;
}
</style>
background-color css
<style>
a { background-color: #55CE2B; }
a { background-color: rgb(85,206,43); }
div.DivClassName
{
background-color: #55CE2B;
}
.BgClassName
{
background-color: #55CE2B;
}
</style>
border-color css
<style>
span { border-color: #55CE2B; }
span { border-color: rgb(85,206,43); }
td.TdClassName
{
border-color: #55CE2B;
}
.TagClassName
{
border-color: #55CE2B;
}
</style>