Shades of Apple #55BF3E
Tints of Apple #55BF3E
RGB
CMYK
RGB Variations
Color information
#55BF3E (or 0x55BF3E) is known color: Apple. HEX triplet: 55, BF and 3E. RGB value is (85,191,62). Sum of RGB (Red+Green+Blue) = 85+191+62=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 191 (75% from 255 or 56.51% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 191 - color contains mainly: green. Hex color #55BF3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BF3E is #AA40C1. Grayscale: #919191. Windows color (decimal): -11157698 or 4112213. OLE color: 4112213.
HSL color Cylindrical-coordinate representation of color #55BF3E: hue angle of 109.3º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55BF3E is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 191 | 62 | - |
| CMYK | 0.55 | 0 | 0.68 | 0.25 |
| HSL | 109.3º | 0.51% | 0.5% | - |
| HSV(B) | 109.3º | 0.68% | 0.75% | - |
| XYZ | 23.25 | 39.54 | 10.96 | - |
| YUV | 144.6 | 81.38 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 191 | 62 | 0.55 | 0 | 0.68 | 0.25 | 109.3 | 0.51 | 0.5 |
| Hex | 55 | BF | 3E | 37 | 0 | 44 | 19 | 6D | 33 | 32 |
| Octal | 125 | 277 | 76 | 67 | 0 | 104 | 31 | 155 | 63 | 62 |
| Binary | 1010101 | 10111111 | 111110 | 110111 | 0 | 1000100 | 11001 | 1101101 | 110011 | 110010 |
Color Harmonies of #55BF3E
Complementary color
Monochromatic Colors of #55BF3E
Black with #55BF3E
Text Example
Text Example
White with #55BF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BF3E; }
p { color: rgb(85,191,62); }
H1.HeaderClassName
{
color: #55BF3E;
}
.AnyTagClassName
{
color: #55BF3E;
}
</style>
background-color css
<style>
a { background-color: #55BF3E; }
a { background-color: rgb(85,191,62); }
div.DivClassName
{
background-color: #55BF3E;
}
.BgClassName
{
background-color: #55BF3E;
}
</style>
border-color css
<style>
span { border-color: #55BF3E; }
span { border-color: rgb(85,191,62); }
td.TdClassName
{
border-color: #55BF3E;
}
.TagClassName
{
border-color: #55BF3E;
}
</style>