Shades of Kelly Green #55DB2A
Tints of Kelly Green #55DB2A
RGB
CMYK
RGB Variations
Color information
#55DB2A (or 0x55DB2A) is known color: Kelly Green. HEX triplet: 55, DB and 2A. RGB value is (85,219,42). Sum of RGB (Red+Green+Blue) = 85+219+42=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 219 (85.94% from 255 or 63.29% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 219 - color contains mainly: green. Hex color #55DB2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DB2A is #AA24D5. Grayscale: #9F9F9F. Windows color (decimal): -11150550 or 2808661. OLE color: 2808661.
HSL color Cylindrical-coordinate representation of color #55DB2A: hue angle of 105.42º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55DB2A is Cyan = 0.61, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 219 | 42 | - |
| CMYK | 0.61 | 0 | 0.81 | 0.14 |
| HSL | 105.42º | 0.71% | 0.51% | - |
| HSV(B) | 105.42º | 0.81% | 0.86% | - |
| XYZ | 29.5 | 52.76 | 10.82 | - |
| YUV | 158.76 | 62.11 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 219 | 42 | 0.61 | 0 | 0.81 | 0.14 | 105.42 | 0.71 | 0.51 |
| Hex | 55 | DB | 2A | 3D | 0 | 51 | E | 69 | 47 | 33 |
| Octal | 125 | 333 | 52 | 75 | 0 | 121 | 16 | 151 | 107 | 63 |
| Binary | 1010101 | 11011011 | 101010 | 111101 | 0 | 1010001 | 1110 | 1101001 | 1000111 | 110011 |
Color Harmonies of #55DB2A
Complementary color
Monochromatic Colors of #55DB2A
Black with #55DB2A
Text Example
Text Example
White with #55DB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DB2A; }
p { color: rgb(85,219,42); }
H1.HeaderClassName
{
color: #55DB2A;
}
.AnyTagClassName
{
color: #55DB2A;
}
</style>
background-color css
<style>
a { background-color: #55DB2A; }
a { background-color: rgb(85,219,42); }
div.DivClassName
{
background-color: #55DB2A;
}
.BgClassName
{
background-color: #55DB2A;
}
</style>
border-color css
<style>
span { border-color: #55DB2A; }
span { border-color: rgb(85,219,42); }
td.TdClassName
{
border-color: #55DB2A;
}
.TagClassName
{
border-color: #55DB2A;
}
</style>