Shades of Kelly Green #55BB01
Tints of Kelly Green #55BB01
RGB
CMYK
RGB Variations
Color information
#55BB01 (or 0x55BB01) is known color: Kelly Green. HEX triplet: 55, BB and 01. RGB value is (85,187,1). Sum of RGB (Red+Green+Blue) = 85+187+1=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 187 (73.44% from 255 or 68.50% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 187 - color contains mainly: green. Hex color #55BB01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55BB01 is #AA44FE. Grayscale: #878787. Windows color (decimal): -11158783 or 113493. OLE color: 113493.
HSL color Cylindrical-coordinate representation of color #55BB01: hue angle of 92.9º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55BB01 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 187 | 1 | - |
| CMYK | 0.55 | 0 | 0.99 | 0.27 |
| HSL | 92.9º | 0.99% | 0.37% | - |
| HSV(B) | 92.9º | 0.99% | 0.73% | - |
| XYZ | 21.52 | 37.47 | 6.13 | - |
| YUV | 135.3 | 52.21 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 187 | 1 | 0.55 | 0 | 0.99 | 0.27 | 92.9 | 0.99 | 0.37 |
| Hex | 55 | BB | 1 | 37 | 0 | 63 | 1B | 5D | 63 | 25 |
| Octal | 125 | 273 | 1 | 67 | 0 | 143 | 33 | 135 | 143 | 45 |
| Binary | 1010101 | 10111011 | 1 | 110111 | 0 | 1100011 | 11011 | 1011101 | 1100011 | 100101 |
Color Harmonies of #55BB01
Complementary color
Monochromatic Colors of #55BB01
Black with #55BB01
Text Example
Text Example
White with #55BB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BB01; }
p { color: rgb(85,187,1); }
H1.HeaderClassName
{
color: #55BB01;
}
.AnyTagClassName
{
color: #55BB01;
}
</style>
background-color css
<style>
a { background-color: #55BB01; }
a { background-color: rgb(85,187,1); }
div.DivClassName
{
background-color: #55BB01;
}
.BgClassName
{
background-color: #55BB01;
}
</style>
border-color css
<style>
span { border-color: #55BB01; }
span { border-color: rgb(85,187,1); }
td.TdClassName
{
border-color: #55BB01;
}
.TagClassName
{
border-color: #55BB01;
}
</style>