Shades of Kelly Green #55D008
Tints of Kelly Green #55D008
RGB
CMYK
RGB Variations
Color information
#55D008 (or 0x55D008) is known color: Kelly Green. HEX triplet: 55, D0 and 08. RGB value is (85,208,8). Sum of RGB (Red+Green+Blue) = 85+208+8=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 208 (81.64% from 255 or 69.10% from 301); Blue value is 8 (3.52% from 255 or 2.66% from 301); Max value from RGB is 208 - color contains mainly: green. Hex color #55D008 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55D008 is #AA2FF7. Grayscale: #959595. Windows color (decimal): -11153400 or 577621. OLE color: 577621.
HSL color Cylindrical-coordinate representation of color #55D008: hue angle of 96.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55D008 is Cyan = 0.59, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 208 | 8 | - |
| CMYK | 0.59 | 0 | 0.96 | 0.18 |
| HSL | 96.9º | 0.93% | 0.42% | - |
| HSV(B) | 96.9º | 0.96% | 0.82% | - |
| XYZ | 26.35 | 47.06 | 7.92 | - |
| YUV | 148.42 | 48.75 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 208 | 8 | 0.59 | 0 | 0.96 | 0.18 | 96.9 | 0.93 | 0.42 |
| Hex | 55 | D0 | 8 | 3B | 0 | 60 | 12 | 61 | 5D | 2A |
| Octal | 125 | 320 | 10 | 73 | 0 | 140 | 22 | 141 | 135 | 52 |
| Binary | 1010101 | 11010000 | 1000 | 111011 | 0 | 1100000 | 10010 | 1100001 | 1011101 | 101010 |
Color Harmonies of #55D008
Complementary color
Monochromatic Colors of #55D008
Black with #55D008
Text Example
Text Example
White with #55D008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D008; }
p { color: rgb(85,208,8); }
H1.HeaderClassName
{
color: #55D008;
}
.AnyTagClassName
{
color: #55D008;
}
</style>
background-color css
<style>
a { background-color: #55D008; }
a { background-color: rgb(85,208,8); }
div.DivClassName
{
background-color: #55D008;
}
.BgClassName
{
background-color: #55D008;
}
</style>
border-color css
<style>
span { border-color: #55D008; }
span { border-color: rgb(85,208,8); }
td.TdClassName
{
border-color: #55D008;
}
.TagClassName
{
border-color: #55D008;
}
</style>