Shades of Apple #55BF40
Tints of Apple #55BF40
RGB
CMYK
RGB Variations
Color information
#55BF40 (or 0x55BF40) is known color: Apple. HEX triplet: 55, BF and 40. RGB value is (85,191,64). Sum of RGB (Red+Green+Blue) = 85+191+64=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 191 (75% from 255 or 56.18% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 191 - color contains mainly: green. Hex color #55BF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BF40 is #AA40BF. Grayscale: #919191. Windows color (decimal): -11157696 or 4243285. OLE color: 4243285.
HSL color Cylindrical-coordinate representation of color #55BF40: hue angle of 110.08º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55BF40 is Cyan = 0.55, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 191 | 64 | - |
| CMYK | 0.55 | 0 | 0.66 | 0.25 |
| HSL | 110.08º | 0.5% | 0.5% | - |
| HSV(B) | 110.08º | 0.66% | 0.75% | - |
| XYZ | 23.3 | 39.56 | 11.26 | - |
| YUV | 144.83 | 82.38 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 191 | 64 | 0.55 | 0 | 0.66 | 0.25 | 110.08 | 0.5 | 0.5 |
| Hex | 55 | BF | 40 | 37 | 0 | 42 | 19 | 6E | 32 | 32 |
| Octal | 125 | 277 | 100 | 67 | 0 | 102 | 31 | 156 | 62 | 62 |
| Binary | 1010101 | 10111111 | 1000000 | 110111 | 0 | 1000010 | 11001 | 1101110 | 110010 | 110010 |
Color Harmonies of #55BF40
Complementary color
Monochromatic Colors of #55BF40
Black with #55BF40
Text Example
Text Example
White with #55BF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BF40; }
p { color: rgb(85,191,64); }
H1.HeaderClassName
{
color: #55BF40;
}
.AnyTagClassName
{
color: #55BF40;
}
</style>
background-color css
<style>
a { background-color: #55BF40; }
a { background-color: rgb(85,191,64); }
div.DivClassName
{
background-color: #55BF40;
}
.BgClassName
{
background-color: #55BF40;
}
</style>
border-color css
<style>
span { border-color: #55BF40; }
span { border-color: rgb(85,191,64); }
td.TdClassName
{
border-color: #55BF40;
}
.TagClassName
{
border-color: #55BF40;
}
</style>