Shades of Kelly Green #55C11D
Tints of Kelly Green #55C11D
RGB
CMYK
RGB Variations
Color information
#55C11D (or 0x55C11D) is known color: Kelly Green. HEX triplet: 55, C1 and 1D. RGB value is (85,193,29). Sum of RGB (Red+Green+Blue) = 85+193+29=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 193 (75.78% from 255 or 62.87% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 193 - color contains mainly: green. Hex color #55C11D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C11D is #AA3EE2. Grayscale: #8E8E8E. Windows color (decimal): -11157219 or 1950037. OLE color: 1950037.
HSL color Cylindrical-coordinate representation of color #55C11D: hue angle of 99.51º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55C11D is Cyan = 0.56, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 193 | 29 | - |
| CMYK | 0.56 | 0 | 0.85 | 0.24 |
| HSL | 99.51º | 0.74% | 0.44% | - |
| HSV(B) | 99.51º | 0.85% | 0.76% | - |
| XYZ | 23.04 | 40.16 | 7.7 | - |
| YUV | 142.01 | 64.22 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 193 | 29 | 0.56 | 0 | 0.85 | 0.24 | 99.51 | 0.74 | 0.44 |
| Hex | 55 | C1 | 1D | 38 | 0 | 55 | 18 | 64 | 4A | 2C |
| Octal | 125 | 301 | 35 | 70 | 0 | 125 | 30 | 144 | 112 | 54 |
| Binary | 1010101 | 11000001 | 11101 | 111000 | 0 | 1010101 | 11000 | 1100100 | 1001010 | 101100 |
Color Harmonies of #55C11D
Complementary color
Monochromatic Colors of #55C11D
Black with #55C11D
Text Example
Text Example
White with #55C11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C11D; }
p { color: rgb(85,193,29); }
H1.HeaderClassName
{
color: #55C11D;
}
.AnyTagClassName
{
color: #55C11D;
}
</style>
background-color css
<style>
a { background-color: #55C11D; }
a { background-color: rgb(85,193,29); }
div.DivClassName
{
background-color: #55C11D;
}
.BgClassName
{
background-color: #55C11D;
}
</style>
border-color css
<style>
span { border-color: #55C11D; }
span { border-color: rgb(85,193,29); }
td.TdClassName
{
border-color: #55C11D;
}
.TagClassName
{
border-color: #55C11D;
}
</style>