Shades of Apple #57B531
Tints of Apple #57B531
RGB
CMYK
RGB Variations
Color information
#57B531 (or 0x57B531) is known color: Apple. HEX triplet: 57, B5 and 31. RGB value is (87,181,49). Sum of RGB (Red+Green+Blue) = 87+181+49=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 181 (71.09% from 255 or 57.10% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 181 - color contains mainly: green. Hex color #57B531 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57B531 is #A84ACE. Grayscale: #8A8A8A. Windows color (decimal): -11029199 or 3257687. OLE color: 3257687.
HSL color Cylindrical-coordinate representation of color #57B531: hue angle of 102.73º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #57B531 is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 87 | 181 | 49 | - |
| CMYK | 0.52 | 0 | 0.73 | 0.29 |
| HSL | 102.73º | 0.57% | 0.45% | - |
| HSV(B) | 102.73º | 0.73% | 0.71% | - |
| XYZ | 21.01 | 35.3 | 8.61 | - |
| YUV | 137.85 | 77.86 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 181 | 49 | 0.52 | 0 | 0.73 | 0.29 | 102.73 | 0.57 | 0.45 |
| Hex | 57 | B5 | 31 | 34 | 0 | 49 | 1D | 67 | 39 | 2D |
| Octal | 127 | 265 | 61 | 64 | 0 | 111 | 35 | 147 | 71 | 55 |
| Binary | 1010111 | 10110101 | 110001 | 110100 | 0 | 1001001 | 11101 | 1100111 | 111001 | 101101 |
Color Harmonies of #57B531
Complementary color
Monochromatic Colors of #57B531
Black with #57B531
Text Example
Text Example
White with #57B531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B531; }
p { color: rgb(87,181,49); }
H1.HeaderClassName
{
color: #57B531;
}
.AnyTagClassName
{
color: #57B531;
}
</style>
background-color css
<style>
a { background-color: #57B531; }
a { background-color: rgb(87,181,49); }
div.DivClassName
{
background-color: #57B531;
}
.BgClassName
{
background-color: #57B531;
}
</style>
border-color css
<style>
span { border-color: #57B531; }
span { border-color: rgb(87,181,49); }
td.TdClassName
{
border-color: #57B531;
}
.TagClassName
{
border-color: #57B531;
}
</style>