Shades of Kelly Green #55C514
Tints of Kelly Green #55C514
RGB
CMYK
RGB Variations
Color information
#55C514 (or 0x55C514) is known color: Kelly Green. HEX triplet: 55, C5 and 14. RGB value is (85,197,20). Sum of RGB (Red+Green+Blue) = 85+197+20=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 197 (77.34% from 255 or 65.23% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 197 - color contains mainly: green. Hex color #55C514 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55C514 is #AA3AEB. Grayscale: #8F8F8F. Windows color (decimal): -11156204 or 1361237. OLE color: 1361237.
HSL color Cylindrical-coordinate representation of color #55C514: hue angle of 97.97º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #55C514 is Cyan = 0.57, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 197 | 20 | - |
| CMYK | 0.57 | 0 | 0.90 | 0.23 |
| HSL | 97.97º | 0.82% | 0.43% | - |
| HSV(B) | 97.97º | 0.9% | 0.77% | - |
| XYZ | 23.84 | 41.91 | 7.5 | - |
| YUV | 143.33 | 58.39 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 197 | 20 | 0.57 | 0 | 0.90 | 0.23 | 97.97 | 0.82 | 0.43 |
| Hex | 55 | C5 | 14 | 39 | 0 | 5A | 17 | 62 | 52 | 2B |
| Octal | 125 | 305 | 24 | 71 | 0 | 132 | 27 | 142 | 122 | 53 |
| Binary | 1010101 | 11000101 | 10100 | 111001 | 0 | 1011010 | 10111 | 1100010 | 1010010 | 101011 |
Color Harmonies of #55C514
Complementary color
Monochromatic Colors of #55C514
Black with #55C514
Text Example
Text Example
White with #55C514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C514; }
p { color: rgb(85,197,20); }
H1.HeaderClassName
{
color: #55C514;
}
.AnyTagClassName
{
color: #55C514;
}
</style>
background-color css
<style>
a { background-color: #55C514; }
a { background-color: rgb(85,197,20); }
div.DivClassName
{
background-color: #55C514;
}
.BgClassName
{
background-color: #55C514;
}
</style>
border-color css
<style>
span { border-color: #55C514; }
span { border-color: rgb(85,197,20); }
td.TdClassName
{
border-color: #55C514;
}
.TagClassName
{
border-color: #55C514;
}
</style>