Shades of Kelly Green #55C40B
Tints of Kelly Green #55C40B
RGB
CMYK
RGB Variations
Color information
#55C40B (or 0x55C40B) is known color: Kelly Green. HEX triplet: 55, C4 and 0B. RGB value is (85,196,11). Sum of RGB (Red+Green+Blue) = 85+196+11=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 196 (76.95% from 255 or 67.12% from 292); Blue value is 11 (4.69% from 255 or 3.77% from 292); Max value from RGB is 196 - color contains mainly: green. Hex color #55C40B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55C40B is #AA3BF4. Grayscale: #8E8E8E. Windows color (decimal): -11156469 or 771157. OLE color: 771157.
HSL color Cylindrical-coordinate representation of color #55C40B: hue angle of 96º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55C40B is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 196 | 11 | - |
| CMYK | 0.57 | 0 | 0.94 | 0.23 |
| HSL | 96º | 0.89% | 0.41% | - |
| HSV(B) | 96º | 0.94% | 0.77% | - |
| XYZ | 23.55 | 41.44 | 7.07 | - |
| YUV | 141.72 | 54.23 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 196 | 11 | 0.57 | 0 | 0.94 | 0.23 | 96 | 0.89 | 0.41 |
| Hex | 55 | C4 | B | 39 | 0 | 5E | 17 | 60 | 59 | 29 |
| Octal | 125 | 304 | 13 | 71 | 0 | 136 | 27 | 140 | 131 | 51 |
| Binary | 1010101 | 11000100 | 1011 | 111001 | 0 | 1011110 | 10111 | 1100000 | 1011001 | 101001 |
Color Harmonies of #55C40B
Complementary color
Monochromatic Colors of #55C40B
Black with #55C40B
Text Example
Text Example
White with #55C40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C40B; }
p { color: rgb(85,196,11); }
H1.HeaderClassName
{
color: #55C40B;
}
.AnyTagClassName
{
color: #55C40B;
}
</style>
background-color css
<style>
a { background-color: #55C40B; }
a { background-color: rgb(85,196,11); }
div.DivClassName
{
background-color: #55C40B;
}
.BgClassName
{
background-color: #55C40B;
}
</style>
border-color css
<style>
span { border-color: #55C40B; }
span { border-color: rgb(85,196,11); }
td.TdClassName
{
border-color: #55C40B;
}
.TagClassName
{
border-color: #55C40B;
}
</style>