Shades of Kelly Green #55BC1E
Tints of Kelly Green #55BC1E
RGB
CMYK
RGB Variations
Color information
#55BC1E (or 0x55BC1E) is known color: Kelly Green. HEX triplet: 55, BC and 1E. RGB value is (85,188,30). Sum of RGB (Red+Green+Blue) = 85+188+30=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 188 (73.83% from 255 or 62.05% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BC1E is #AA43E1. Grayscale: #8B8B8B. Windows color (decimal): -11158498 or 2014293. OLE color: 2014293.
HSL color Cylindrical-coordinate representation of color #55BC1E: hue angle of 99.11º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55BC1E is Cyan = 0.55, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 188 | 30 | - |
| CMYK | 0.55 | 0 | 0.84 | 0.26 |
| HSL | 99.11º | 0.72% | 0.43% | - |
| HSV(B) | 99.11º | 0.84% | 0.74% | - |
| XYZ | 21.96 | 37.99 | 7.4 | - |
| YUV | 139.19 | 66.38 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 30 | 0.55 | 0 | 0.84 | 0.26 | 99.11 | 0.72 | 0.43 |
| Hex | 55 | BC | 1E | 37 | 0 | 54 | 1A | 63 | 48 | 2B |
| Octal | 125 | 274 | 36 | 67 | 0 | 124 | 32 | 143 | 110 | 53 |
| Binary | 1010101 | 10111100 | 11110 | 110111 | 0 | 1010100 | 11010 | 1100011 | 1001000 | 101011 |
Color Harmonies of #55BC1E
Complementary color
Monochromatic Colors of #55BC1E
Black with #55BC1E
Text Example
Text Example
White with #55BC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BC1E; }
p { color: rgb(85,188,30); }
H1.HeaderClassName
{
color: #55BC1E;
}
.AnyTagClassName
{
color: #55BC1E;
}
</style>
background-color css
<style>
a { background-color: #55BC1E; }
a { background-color: rgb(85,188,30); }
div.DivClassName
{
background-color: #55BC1E;
}
.BgClassName
{
background-color: #55BC1E;
}
</style>
border-color css
<style>
span { border-color: #55BC1E; }
span { border-color: rgb(85,188,30); }
td.TdClassName
{
border-color: #55BC1E;
}
.TagClassName
{
border-color: #55BC1E;
}
</style>