Shades of Apple #57A74A
Tints of Apple #57A74A
RGB
CMYK
RGB Variations
Color information
#57A74A (or 0x57A74A) is known color: Apple. HEX triplet: 57, A7 and 4A. RGB value is (87,167,74). Sum of RGB (Red+Green+Blue) = 87+167+74=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 167 (65.62% from 255 or 50.91% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 167 - color contains mainly: green. Hex color #57A74A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57A74A is #A858B5. Grayscale: #848484. Windows color (decimal): -11032758 or 4892503. OLE color: 4892503.
HSL color Cylindrical-coordinate representation of color #57A74A: hue angle of 111.61º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57A74A is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 87 | 167 | 74 | - |
| CMYK | 0.48 | 0 | 0.56 | 0.35 |
| HSL | 111.61º | 0.39% | 0.47% | - |
| HSV(B) | 111.61º | 0.56% | 0.65% | - |
| XYZ | 18.99 | 30.16 | 11.3 | - |
| YUV | 132.48 | 95 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 167 | 74 | 0.48 | 0 | 0.56 | 0.35 | 111.61 | 0.39 | 0.47 |
| Hex | 57 | A7 | 4A | 30 | 0 | 38 | 23 | 70 | 27 | 2F |
| Octal | 127 | 247 | 112 | 60 | 0 | 70 | 43 | 160 | 47 | 57 |
| Binary | 1010111 | 10100111 | 1001010 | 110000 | 0 | 111000 | 100011 | 1110000 | 100111 | 101111 |
Color Harmonies of #57A74A
Complementary color
Monochromatic Colors of #57A74A
Black with #57A74A
Text Example
Text Example
White with #57A74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57A74A; }
p { color: rgb(87,167,74); }
H1.HeaderClassName
{
color: #57A74A;
}
.AnyTagClassName
{
color: #57A74A;
}
</style>
background-color css
<style>
a { background-color: #57A74A; }
a { background-color: rgb(87,167,74); }
div.DivClassName
{
background-color: #57A74A;
}
.BgClassName
{
background-color: #57A74A;
}
</style>
border-color css
<style>
span { border-color: #57A74A; }
span { border-color: rgb(87,167,74); }
td.TdClassName
{
border-color: #57A74A;
}
.TagClassName
{
border-color: #57A74A;
}
</style>