Shades of Kelly Green #55D005
Tints of Kelly Green #55D005
RGB
CMYK
RGB Variations
Color information
#55D005 (or 0x55D005) is known color: Kelly Green. HEX triplet: 55, D0 and 05. RGB value is (85,208,5). Sum of RGB (Red+Green+Blue) = 85+208+5=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 208 (81.64% from 255 or 69.80% from 298); Blue value is 5 (2.34% from 255 or 1.68% from 298); Max value from RGB is 208 - color contains mainly: green. Hex color #55D005 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55D005 is #AA2FFA. Grayscale: #949494. Windows color (decimal): -11153403 or 381013. OLE color: 381013.
HSL color Cylindrical-coordinate representation of color #55D005: hue angle of 96.35º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55D005 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 208 | 5 | - |
| CMYK | 0.59 | 0 | 0.98 | 0.18 |
| HSL | 96.35º | 0.95% | 0.42% | - |
| HSV(B) | 96.35º | 0.98% | 0.82% | - |
| XYZ | 26.33 | 47.05 | 7.84 | - |
| YUV | 148.08 | 47.25 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 208 | 5 | 0.59 | 0 | 0.98 | 0.18 | 96.35 | 0.95 | 0.42 |
| Hex | 55 | D0 | 5 | 3B | 0 | 62 | 12 | 60 | 5F | 2A |
| Octal | 125 | 320 | 5 | 73 | 0 | 142 | 22 | 140 | 137 | 52 |
| Binary | 1010101 | 11010000 | 101 | 111011 | 0 | 1100010 | 10010 | 1100000 | 1011111 | 101010 |
Color Harmonies of #55D005
Complementary color
Monochromatic Colors of #55D005
Black with #55D005
Text Example
Text Example
White with #55D005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D005; }
p { color: rgb(85,208,5); }
H1.HeaderClassName
{
color: #55D005;
}
.AnyTagClassName
{
color: #55D005;
}
</style>
background-color css
<style>
a { background-color: #55D005; }
a { background-color: rgb(85,208,5); }
div.DivClassName
{
background-color: #55D005;
}
.BgClassName
{
background-color: #55D005;
}
</style>
border-color css
<style>
span { border-color: #55D005; }
span { border-color: rgb(85,208,5); }
td.TdClassName
{
border-color: #55D005;
}
.TagClassName
{
border-color: #55D005;
}
</style>