Shades of Kelly Green #55BF00
Tints of Kelly Green #55BF00
RGB
CMYK
RGB Variations
Color information
#55BF00 (or 0x55BF00) is known color: Kelly Green. HEX triplet: 55, BF and 00. RGB value is (85,191,0). Sum of RGB (Red+Green+Blue) = 85+191+0=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 191 (75% from 255 or 69.20% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 191 - color contains mainly: green. Hex color #55BF00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55BF00 is #AA40FF. Grayscale: #8A8A8A. Windows color (decimal): -11157760 or 48981. OLE color: 48981.
HSL color Cylindrical-coordinate representation of color #55BF00: hue angle of 93.3º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55BF00 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 191 | 0 | - |
| CMYK | 0.55 | 0 | 1 | 0.25 |
| HSL | 93.3º | 1% | 0.37% | - |
| HSV(B) | 93.3º | 1% | 0.75% | - |
| XYZ | 22.38 | 39.19 | 6.39 | - |
| YUV | 137.53 | 50.38 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 191 | 0 | 0.55 | 0 | 1 | 0.25 | 93.3 | 1 | 0.37 |
| Hex | 55 | BF | 0 | 37 | 0 | 64 | 19 | 5D | 64 | 25 |
| Octal | 125 | 277 | 0 | 67 | 0 | 144 | 31 | 135 | 144 | 45 |
| Binary | 1010101 | 10111111 | 0 | 110111 | 0 | 1100100 | 11001 | 1011101 | 1100100 | 100101 |
Color Harmonies of #55BF00
Complementary color
Monochromatic Colors of #55BF00
Black with #55BF00
Text Example
Text Example
White with #55BF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BF00; }
p { color: rgb(85,191,0); }
H1.HeaderClassName
{
color: #55BF00;
}
.AnyTagClassName
{
color: #55BF00;
}
</style>
background-color css
<style>
a { background-color: #55BF00; }
a { background-color: rgb(85,191,0); }
div.DivClassName
{
background-color: #55BF00;
}
.BgClassName
{
background-color: #55BF00;
}
</style>
border-color css
<style>
span { border-color: #55BF00; }
span { border-color: rgb(85,191,0); }
td.TdClassName
{
border-color: #55BF00;
}
.TagClassName
{
border-color: #55BF00;
}
</style>