Shades of Kelly Green #55DA00
Tints of Kelly Green #55DA00
RGB
CMYK
RGB Variations
Color information
#55DA00 (or 0x55DA00) is known color: Kelly Green. HEX triplet: 55, DA and 00. RGB value is (85,218,0). Sum of RGB (Red+Green+Blue) = 85+218+0=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 218 (85.55% from 255 or 71.95% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55DA00 is #AA25FF. Grayscale: #9A9A9A. Windows color (decimal): -11150848 or 55893. OLE color: 55893.
HSL color Cylindrical-coordinate representation of color #55DA00: hue angle of 96.61º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55DA00 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 218 | 0 | - |
| CMYK | 0.61 | 0 | 1 | 0.15 |
| HSL | 96.61º | 1% | 0.43% | - |
| HSV(B) | 96.61º | 1% | 0.85% | - |
| XYZ | 28.82 | 52.07 | 8.53 | - |
| YUV | 153.38 | 41.44 | 79.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 218 | 0 | 0.61 | 0 | 1 | 0.15 | 96.61 | 1 | 0.43 |
| Hex | 55 | DA | 0 | 3D | 0 | 64 | F | 61 | 64 | 2B |
| Octal | 125 | 332 | 0 | 75 | 0 | 144 | 17 | 141 | 144 | 53 |
| Binary | 1010101 | 11011010 | 0 | 111101 | 0 | 1100100 | 1111 | 1100001 | 1100100 | 101011 |
Color Harmonies of #55DA00
Complementary color
Monochromatic Colors of #55DA00
Black with #55DA00
Text Example
Text Example
White with #55DA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DA00; }
p { color: rgb(85,218,0); }
H1.HeaderClassName
{
color: #55DA00;
}
.AnyTagClassName
{
color: #55DA00;
}
</style>
background-color css
<style>
a { background-color: #55DA00; }
a { background-color: rgb(85,218,0); }
div.DivClassName
{
background-color: #55DA00;
}
.BgClassName
{
background-color: #55DA00;
}
</style>
border-color css
<style>
span { border-color: #55DA00; }
span { border-color: rgb(85,218,0); }
td.TdClassName
{
border-color: #55DA00;
}
.TagClassName
{
border-color: #55DA00;
}
</style>