Shades of Kelly Green #55D203
Tints of Kelly Green #55D203
RGB
CMYK
RGB Variations
Color information
#55D203 (or 0x55D203) is known color: Kelly Green. HEX triplet: 55, D2 and 03. RGB value is (85,210,3). Sum of RGB (Red+Green+Blue) = 85+210+3=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 210 (82.42% from 255 or 70.47% from 298); Blue value is 3 (1.56% from 255 or 1.01% from 298); Max value from RGB is 210 - color contains mainly: green. Hex color #55D203 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55D203 is #AA2DFC. Grayscale: #959595. Windows color (decimal): -11152893 or 250453. OLE color: 250453.
HSL color Cylindrical-coordinate representation of color #55D203: hue angle of 96.23º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55D203 is Cyan = 0.60, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 210 | 3 | - |
| CMYK | 0.60 | 0 | 0.99 | 0.18 |
| HSL | 96.23º | 0.97% | 0.42% | - |
| HSV(B) | 96.23º | 0.99% | 0.82% | - |
| XYZ | 26.81 | 48.03 | 7.94 | - |
| YUV | 149.03 | 45.59 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 210 | 3 | 0.60 | 0 | 0.99 | 0.18 | 96.23 | 0.97 | 0.42 |
| Hex | 55 | D2 | 3 | 3C | 0 | 63 | 12 | 60 | 61 | 2A |
| Octal | 125 | 322 | 3 | 74 | 0 | 143 | 22 | 140 | 141 | 52 |
| Binary | 1010101 | 11010010 | 11 | 111100 | 0 | 1100011 | 10010 | 1100000 | 1100001 | 101010 |
Color Harmonies of #55D203
Complementary color
Monochromatic Colors of #55D203
Black with #55D203
Text Example
Text Example
White with #55D203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D203; }
p { color: rgb(85,210,3); }
H1.HeaderClassName
{
color: #55D203;
}
.AnyTagClassName
{
color: #55D203;
}
</style>
background-color css
<style>
a { background-color: #55D203; }
a { background-color: rgb(85,210,3); }
div.DivClassName
{
background-color: #55D203;
}
.BgClassName
{
background-color: #55D203;
}
</style>
border-color css
<style>
span { border-color: #55D203; }
span { border-color: rgb(85,210,3); }
td.TdClassName
{
border-color: #55D203;
}
.TagClassName
{
border-color: #55D203;
}
</style>