Shades of Apple #57C94A
Tints of Apple #57C94A
RGB
CMYK
RGB Variations
Color information
#57C94A (or 0x57C94A) is known color: Apple. HEX triplet: 57, C9 and 4A. RGB value is (87,201,74). Sum of RGB (Red+Green+Blue) = 87+201+74=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 201 (78.91% from 255 or 55.52% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 201 - color contains mainly: green. Hex color #57C94A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57C94A is #A836B5. Grayscale: #989898. Windows color (decimal): -11024054 or 4901207. OLE color: 4901207.
HSL color Cylindrical-coordinate representation of color #57C94A: hue angle of 113.86º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57C94A is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 201 | 74 | - |
| CMYK | 0.57 | 0 | 0.63 | 0.21 |
| HSL | 113.86º | 0.54% | 0.54% | - |
| HSV(B) | 113.86º | 0.63% | 0.79% | - |
| XYZ | 26.05 | 44.29 | 13.66 | - |
| YUV | 152.44 | 83.73 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 201 | 74 | 0.57 | 0 | 0.63 | 0.21 | 113.86 | 0.54 | 0.54 |
| Hex | 57 | C9 | 4A | 39 | 0 | 3F | 15 | 72 | 36 | 36 |
| Octal | 127 | 311 | 112 | 71 | 0 | 77 | 25 | 162 | 66 | 66 |
| Binary | 1010111 | 11001001 | 1001010 | 111001 | 0 | 111111 | 10101 | 1110010 | 110110 | 110110 |
Color Harmonies of #57C94A
Complementary color
Monochromatic Colors of #57C94A
Black with #57C94A
Text Example
Text Example
White with #57C94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C94A; }
p { color: rgb(87,201,74); }
H1.HeaderClassName
{
color: #57C94A;
}
.AnyTagClassName
{
color: #57C94A;
}
</style>
background-color css
<style>
a { background-color: #57C94A; }
a { background-color: rgb(87,201,74); }
div.DivClassName
{
background-color: #57C94A;
}
.BgClassName
{
background-color: #57C94A;
}
</style>
border-color css
<style>
span { border-color: #57C94A; }
span { border-color: rgb(87,201,74); }
td.TdClassName
{
border-color: #57C94A;
}
.TagClassName
{
border-color: #57C94A;
}
</style>