Shades of Apple #57D53A
Tints of Apple #57D53A
RGB
CMYK
RGB Variations
Color information
#57D53A (or 0x57D53A) is known color: Apple. HEX triplet: 57, D5 and 3A. RGB value is (87,213,58). Sum of RGB (Red+Green+Blue) = 87+213+58=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 213 (83.59% from 255 or 59.50% from 358); Blue value is 58 (23.05% from 255 or 16.20% from 358); Max value from RGB is 213 - color contains mainly: green. Hex color #57D53A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57D53A is #A82AC5. Grayscale: #9E9E9E. Windows color (decimal): -11020998 or 3855703. OLE color: 3855703.
HSL color Cylindrical-coordinate representation of color #57D53A: hue angle of 108.77º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #57D53A is Cyan = 0.59, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 213 | 58 | - |
| CMYK | 0.59 | 0 | 0.73 | 0.16 |
| HSL | 108.77º | 0.65% | 0.53% | - |
| HSV(B) | 108.77º | 0.73% | 0.84% | - |
| XYZ | 28.49 | 49.92 | 12.14 | - |
| YUV | 157.66 | 71.76 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 213 | 58 | 0.59 | 0 | 0.73 | 0.16 | 108.77 | 0.65 | 0.53 |
| Hex | 57 | D5 | 3A | 3B | 0 | 49 | 10 | 6D | 41 | 35 |
| Octal | 127 | 325 | 72 | 73 | 0 | 111 | 20 | 155 | 101 | 65 |
| Binary | 1010111 | 11010101 | 111010 | 111011 | 0 | 1001001 | 10000 | 1101101 | 1000001 | 110101 |
Color Harmonies of #57D53A
Complementary color
Monochromatic Colors of #57D53A
Black with #57D53A
Text Example
Text Example
White with #57D53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D53A; }
p { color: rgb(87,213,58); }
H1.HeaderClassName
{
color: #57D53A;
}
.AnyTagClassName
{
color: #57D53A;
}
</style>
background-color css
<style>
a { background-color: #57D53A; }
a { background-color: rgb(87,213,58); }
div.DivClassName
{
background-color: #57D53A;
}
.BgClassName
{
background-color: #57D53A;
}
</style>
border-color css
<style>
span { border-color: #57D53A; }
span { border-color: rgb(87,213,58); }
td.TdClassName
{
border-color: #57D53A;
}
.TagClassName
{
border-color: #57D53A;
}
</style>