Shades of Kelly Green #55DC08
Tints of Kelly Green #55DC08
RGB
CMYK
RGB Variations
Color information
#55DC08 (or 0x55DC08) is known color: Kelly Green. HEX triplet: 55, DC and 08. RGB value is (85,220,8). Sum of RGB (Red+Green+Blue) = 85+220+8=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 220 (86.33% from 255 or 70.29% from 313); Blue value is 8 (3.52% from 255 or 2.56% from 313); Max value from RGB is 220 - color contains mainly: green. Hex color #55DC08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55DC08 is #AA23F7. Grayscale: #9C9C9C. Windows color (decimal): -11150328 or 580693. OLE color: 580693.
HSL color Cylindrical-coordinate representation of color #55DC08: hue angle of 98.21º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55DC08 is Cyan = 0.61, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 220 | 8 | - |
| CMYK | 0.61 | 0 | 0.96 | 0.14 |
| HSL | 98.21º | 0.93% | 0.45% | - |
| HSV(B) | 98.21º | 0.96% | 0.86% | - |
| XYZ | 29.38 | 53.14 | 8.94 | - |
| YUV | 155.47 | 44.77 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 220 | 8 | 0.61 | 0 | 0.96 | 0.14 | 98.21 | 0.93 | 0.45 |
| Hex | 55 | DC | 8 | 3D | 0 | 60 | E | 62 | 5D | 2D |
| Octal | 125 | 334 | 10 | 75 | 0 | 140 | 16 | 142 | 135 | 55 |
| Binary | 1010101 | 11011100 | 1000 | 111101 | 0 | 1100000 | 1110 | 1100010 | 1011101 | 101101 |
Color Harmonies of #55DC08
Complementary color
Monochromatic Colors of #55DC08
Black with #55DC08
Text Example
Text Example
White with #55DC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DC08; }
p { color: rgb(85,220,8); }
H1.HeaderClassName
{
color: #55DC08;
}
.AnyTagClassName
{
color: #55DC08;
}
</style>
background-color css
<style>
a { background-color: #55DC08; }
a { background-color: rgb(85,220,8); }
div.DivClassName
{
background-color: #55DC08;
}
.BgClassName
{
background-color: #55DC08;
}
</style>
border-color css
<style>
span { border-color: #55DC08; }
span { border-color: rgb(85,220,8); }
td.TdClassName
{
border-color: #55DC08;
}
.TagClassName
{
border-color: #55DC08;
}
</style>