Shades of Kelly Green #55BC08
Tints of Kelly Green #55BC08
RGB
CMYK
RGB Variations
Color information
#55BC08 (or 0x55BC08) is known color: Kelly Green. HEX triplet: 55, BC and 08. RGB value is (85,188,8). Sum of RGB (Red+Green+Blue) = 85+188+8=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 188 (73.83% from 255 or 66.90% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55BC08 is #AA43F7. Grayscale: #898989. Windows color (decimal): -11158520 or 572501. OLE color: 572501.
HSL color Cylindrical-coordinate representation of color #55BC08: hue angle of 94.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55BC08 is Cyan = 0.55, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 188 | 8 | - |
| CMYK | 0.55 | 0 | 0.96 | 0.26 |
| HSL | 94.33º | 0.92% | 0.38% | - |
| HSV(B) | 94.33º | 0.96% | 0.74% | - |
| XYZ | 21.77 | 37.92 | 6.4 | - |
| YUV | 136.68 | 55.38 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 8 | 0.55 | 0 | 0.96 | 0.26 | 94.33 | 0.92 | 0.38 |
| Hex | 55 | BC | 8 | 37 | 0 | 60 | 1A | 5E | 5C | 26 |
| Octal | 125 | 274 | 10 | 67 | 0 | 140 | 32 | 136 | 134 | 46 |
| Binary | 1010101 | 10111100 | 1000 | 110111 | 0 | 1100000 | 11010 | 1011110 | 1011100 | 100110 |
Color Harmonies of #55BC08
Complementary color
Monochromatic Colors of #55BC08
Black with #55BC08
Text Example
Text Example
White with #55BC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BC08; }
p { color: rgb(85,188,8); }
H1.HeaderClassName
{
color: #55BC08;
}
.AnyTagClassName
{
color: #55BC08;
}
</style>
background-color css
<style>
a { background-color: #55BC08; }
a { background-color: rgb(85,188,8); }
div.DivClassName
{
background-color: #55BC08;
}
.BgClassName
{
background-color: #55BC08;
}
</style>
border-color css
<style>
span { border-color: #55BC08; }
span { border-color: rgb(85,188,8); }
td.TdClassName
{
border-color: #55BC08;
}
.TagClassName
{
border-color: #55BC08;
}
</style>