Shades of Kelly Green #55D623
Tints of Kelly Green #55D623
RGB
CMYK
RGB Variations
Color information
#55D623 (or 0x55D623) is known color: Kelly Green. HEX triplet: 55, D6 and 23. RGB value is (85,214,35). Sum of RGB (Red+Green+Blue) = 85+214+35=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 214 (83.98% from 255 or 64.07% from 334); Blue value is 35 (14.06% from 255 or 10.48% from 334); Max value from RGB is 214 - color contains mainly: green. Hex color #55D623 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D623 is #AA29DC. Grayscale: #9B9B9B. Windows color (decimal): -11151837 or 2348629. OLE color: 2348629.
HSL color Cylindrical-coordinate representation of color #55D623: hue angle of 103.24º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55D623 is Cyan = 0.60, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 214 | 35 | - |
| CMYK | 0.60 | 0 | 0.84 | 0.16 |
| HSL | 103.24º | 0.72% | 0.49% | - |
| HSV(B) | 103.24º | 0.84% | 0.84% | - |
| XYZ | 28.1 | 50.15 | 9.79 | - |
| YUV | 155.02 | 60.26 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 214 | 35 | 0.60 | 0 | 0.84 | 0.16 | 103.24 | 0.72 | 0.49 |
| Hex | 55 | D6 | 23 | 3C | 0 | 54 | 10 | 67 | 48 | 31 |
| Octal | 125 | 326 | 43 | 74 | 0 | 124 | 20 | 147 | 110 | 61 |
| Binary | 1010101 | 11010110 | 100011 | 111100 | 0 | 1010100 | 10000 | 1100111 | 1001000 | 110001 |
Color Harmonies of #55D623
Complementary color
Monochromatic Colors of #55D623
Black with #55D623
Text Example
Text Example
White with #55D623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D623; }
p { color: rgb(85,214,35); }
H1.HeaderClassName
{
color: #55D623;
}
.AnyTagClassName
{
color: #55D623;
}
</style>
background-color css
<style>
a { background-color: #55D623; }
a { background-color: rgb(85,214,35); }
div.DivClassName
{
background-color: #55D623;
}
.BgClassName
{
background-color: #55D623;
}
</style>
border-color css
<style>
span { border-color: #55D623; }
span { border-color: rgb(85,214,35); }
td.TdClassName
{
border-color: #55D623;
}
.TagClassName
{
border-color: #55D623;
}
</style>