Shades of Kelly Green #55C500
Tints of Kelly Green #55C500
RGB
CMYK
RGB Variations
Color information
#55C500 (or 0x55C500) is known color: Kelly Green. HEX triplet: 55, C5 and 00. RGB value is (85,197,0). Sum of RGB (Red+Green+Blue) = 85+197+0=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 197 (77.34% from 255 or 69.86% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 197 - color contains mainly: green. Hex color #55C500 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55C500 is #AA3AFF. Grayscale: #8D8D8D. Windows color (decimal): -11156224 or 50517. OLE color: 50517.
HSL color Cylindrical-coordinate representation of color #55C500: hue angle of 94.11º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55C500 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 197 | 0 | - |
| CMYK | 0.57 | 0 | 1 | 0.23 |
| HSL | 94.11º | 1% | 0.39% | - |
| HSV(B) | 94.11º | 1% | 0.77% | - |
| XYZ | 23.71 | 41.86 | 6.83 | - |
| YUV | 141.05 | 48.39 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 197 | 0 | 0.57 | 0 | 1 | 0.23 | 94.11 | 1 | 0.39 |
| Hex | 55 | C5 | 0 | 39 | 0 | 64 | 17 | 5E | 64 | 27 |
| Octal | 125 | 305 | 0 | 71 | 0 | 144 | 27 | 136 | 144 | 47 |
| Binary | 1010101 | 11000101 | 0 | 111001 | 0 | 1100100 | 10111 | 1011110 | 1100100 | 100111 |
Color Harmonies of #55C500
Complementary color
Monochromatic Colors of #55C500
Black with #55C500
Text Example
Text Example
White with #55C500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C500; }
p { color: rgb(85,197,0); }
H1.HeaderClassName
{
color: #55C500;
}
.AnyTagClassName
{
color: #55C500;
}
</style>
background-color css
<style>
a { background-color: #55C500; }
a { background-color: rgb(85,197,0); }
div.DivClassName
{
background-color: #55C500;
}
.BgClassName
{
background-color: #55C500;
}
</style>
border-color css
<style>
span { border-color: #55C500; }
span { border-color: rgb(85,197,0); }
td.TdClassName
{
border-color: #55C500;
}
.TagClassName
{
border-color: #55C500;
}
</style>