Shades of Apple #55BF41
Tints of Apple #55BF41
RGB
CMYK
RGB Variations
Color information
#55BF41 (or 0x55BF41) is known color: Apple. HEX triplet: 55, BF and 41. RGB value is (85,191,65). Sum of RGB (Red+Green+Blue) = 85+191+65=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 191 (75% from 255 or 56.01% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 191 - color contains mainly: green. Hex color #55BF41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BF41 is #AA40BE. Grayscale: #919191. Windows color (decimal): -11157695 or 4308821. OLE color: 4308821.
HSL color Cylindrical-coordinate representation of color #55BF41: hue angle of 110.48º 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 #55BF41 is Cyan = 0.55, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 191 | 65 | - |
| CMYK | 0.55 | 0 | 0.66 | 0.25 |
| HSL | 110.48º | 0.5% | 0.5% | - |
| HSV(B) | 110.48º | 0.66% | 0.75% | - |
| XYZ | 23.33 | 39.57 | 11.41 | - |
| YUV | 144.94 | 82.88 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 191 | 65 | 0.55 | 0 | 0.66 | 0.25 | 110.48 | 0.5 | 0.5 |
| Hex | 55 | BF | 41 | 37 | 0 | 42 | 19 | 6E | 32 | 32 |
| Octal | 125 | 277 | 101 | 67 | 0 | 102 | 31 | 156 | 62 | 62 |
| Binary | 1010101 | 10111111 | 1000001 | 110111 | 0 | 1000010 | 11001 | 1101110 | 110010 | 110010 |
Color Harmonies of #55BF41
Complementary color
Monochromatic Colors of #55BF41
Black with #55BF41
Text Example
Text Example
White with #55BF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BF41; }
p { color: rgb(85,191,65); }
H1.HeaderClassName
{
color: #55BF41;
}
.AnyTagClassName
{
color: #55BF41;
}
</style>
background-color css
<style>
a { background-color: #55BF41; }
a { background-color: rgb(85,191,65); }
div.DivClassName
{
background-color: #55BF41;
}
.BgClassName
{
background-color: #55BF41;
}
</style>
border-color css
<style>
span { border-color: #55BF41; }
span { border-color: rgb(85,191,65); }
td.TdClassName
{
border-color: #55BF41;
}
.TagClassName
{
border-color: #55BF41;
}
</style>