Shades of Apple #55B83D
Tints of Apple #55B83D
RGB
CMYK
RGB Variations
Color information
#55B83D (or 0x55B83D) is known color: Apple. HEX triplet: 55, B8 and 3D. RGB value is (85,184,61). Sum of RGB (Red+Green+Blue) = 85+184+61=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 184 (72.27% from 255 or 55.76% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 184 - color contains mainly: green. Hex color #55B83D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B83D is #AA47C2. Grayscale: #8C8C8C. Windows color (decimal): -11159491 or 4044885. OLE color: 4044885.
HSL color Cylindrical-coordinate representation of color #55B83D: hue angle of 108.29º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55B83D is Cyan = 0.54, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 184 | 61 | - |
| CMYK | 0.54 | 0 | 0.67 | 0.28 |
| HSL | 108.29º | 0.5% | 0.48% | - |
| HSV(B) | 108.29º | 0.67% | 0.72% | - |
| XYZ | 21.73 | 36.55 | 10.32 | - |
| YUV | 140.38 | 83.2 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 184 | 61 | 0.54 | 0 | 0.67 | 0.28 | 108.29 | 0.5 | 0.48 |
| Hex | 55 | B8 | 3D | 36 | 0 | 43 | 1C | 6C | 32 | 30 |
| Octal | 125 | 270 | 75 | 66 | 0 | 103 | 34 | 154 | 62 | 60 |
| Binary | 1010101 | 10111000 | 111101 | 110110 | 0 | 1000011 | 11100 | 1101100 | 110010 | 110000 |
Color Harmonies of #55B83D
Complementary color
Monochromatic Colors of #55B83D
Black with #55B83D
Text Example
Text Example
White with #55B83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B83D; }
p { color: rgb(85,184,61); }
H1.HeaderClassName
{
color: #55B83D;
}
.AnyTagClassName
{
color: #55B83D;
}
</style>
background-color css
<style>
a { background-color: #55B83D; }
a { background-color: rgb(85,184,61); }
div.DivClassName
{
background-color: #55B83D;
}
.BgClassName
{
background-color: #55B83D;
}
</style>
border-color css
<style>
span { border-color: #55B83D; }
span { border-color: rgb(85,184,61); }
td.TdClassName
{
border-color: #55B83D;
}
.TagClassName
{
border-color: #55B83D;
}
</style>