Shades of Apple #57CA4D
Tints of Apple #57CA4D
RGB
CMYK
RGB Variations
Color information
#57CA4D (or 0x57CA4D) is known color: Apple. HEX triplet: 57, CA and 4D. RGB value is (87,202,77). Sum of RGB (Red+Green+Blue) = 87+202+77=366 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.77% from 366); Green value is 202 (79.30% from 255 or 55.19% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 202 - color contains mainly: green. Hex color #57CA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57CA4D is #A835B2. Grayscale: #999999. Windows color (decimal): -11023795 or 5098071. OLE color: 5098071.
HSL color Cylindrical-coordinate representation of color #57CA4D: hue angle of 115.2º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57CA4D is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 202 | 77 | - |
| CMYK | 0.57 | 0 | 0.62 | 0.21 |
| HSL | 115.2º | 0.54% | 0.55% | - |
| HSV(B) | 115.2º | 0.62% | 0.79% | - |
| XYZ | 26.39 | 44.8 | 14.28 | - |
| YUV | 153.37 | 84.9 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 202 | 77 | 0.57 | 0 | 0.62 | 0.21 | 115.2 | 0.54 | 0.55 |
| Hex | 57 | CA | 4D | 39 | 0 | 3E | 15 | 73 | 36 | 37 |
| Octal | 127 | 312 | 115 | 71 | 0 | 76 | 25 | 163 | 66 | 67 |
| Binary | 1010111 | 11001010 | 1001101 | 111001 | 0 | 111110 | 10101 | 1110011 | 110110 | 110111 |
Color Harmonies of #57CA4D
Complementary color
Monochromatic Colors of #57CA4D
Black with #57CA4D
Text Example
Text Example
White with #57CA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CA4D; }
p { color: rgb(87,202,77); }
H1.HeaderClassName
{
color: #57CA4D;
}
.AnyTagClassName
{
color: #57CA4D;
}
</style>
background-color css
<style>
a { background-color: #57CA4D; }
a { background-color: rgb(87,202,77); }
div.DivClassName
{
background-color: #57CA4D;
}
.BgClassName
{
background-color: #57CA4D;
}
</style>
border-color css
<style>
span { border-color: #57CA4D; }
span { border-color: rgb(87,202,77); }
td.TdClassName
{
border-color: #57CA4D;
}
.TagClassName
{
border-color: #57CA4D;
}
</style>