Shades of Apple #57BA41
Tints of Apple #57BA41
RGB
CMYK
RGB Variations
Color information
#57BA41 (or 0x57BA41) is known color: Apple. HEX triplet: 57, BA and 41. RGB value is (87,186,65). Sum of RGB (Red+Green+Blue) = 87+186+65=338 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.74% from 338); Green value is 186 (73.05% from 255 or 55.03% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 186 - color contains mainly: green. Hex color #57BA41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57BA41 is #A845BE. Grayscale: #8E8E8E. Windows color (decimal): -11027903 or 4307543. OLE color: 4307543.
HSL color Cylindrical-coordinate representation of color #57BA41: hue angle of 109.09º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57BA41 is Cyan = 0.53, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 186 | 65 | - |
| CMYK | 0.53 | 0 | 0.65 | 0.27 |
| HSL | 109.09º | 0.48% | 0.49% | - |
| HSV(B) | 109.09º | 0.65% | 0.73% | - |
| XYZ | 22.44 | 37.53 | 11.06 | - |
| YUV | 142.61 | 84.2 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 186 | 65 | 0.53 | 0 | 0.65 | 0.27 | 109.09 | 0.48 | 0.49 |
| Hex | 57 | BA | 41 | 35 | 0 | 41 | 1B | 6D | 30 | 31 |
| Octal | 127 | 272 | 101 | 65 | 0 | 101 | 33 | 155 | 60 | 61 |
| Binary | 1010111 | 10111010 | 1000001 | 110101 | 0 | 1000001 | 11011 | 1101101 | 110000 | 110001 |
Color Harmonies of #57BA41
Complementary color
Monochromatic Colors of #57BA41
Black with #57BA41
Text Example
Text Example
White with #57BA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BA41; }
p { color: rgb(87,186,65); }
H1.HeaderClassName
{
color: #57BA41;
}
.AnyTagClassName
{
color: #57BA41;
}
</style>
background-color css
<style>
a { background-color: #57BA41; }
a { background-color: rgb(87,186,65); }
div.DivClassName
{
background-color: #57BA41;
}
.BgClassName
{
background-color: #57BA41;
}
</style>
border-color css
<style>
span { border-color: #57BA41; }
span { border-color: rgb(87,186,65); }
td.TdClassName
{
border-color: #57BA41;
}
.TagClassName
{
border-color: #57BA41;
}
</style>