Shades of Apple #57C241
Tints of Apple #57C241
RGB
CMYK
RGB Variations
Color information
#57C241 (or 0x57C241) is known color: Apple. HEX triplet: 57, C2 and 41. RGB value is (87,194,65). Sum of RGB (Red+Green+Blue) = 87+194+65=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 194 (76.17% from 255 or 56.07% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 194 - color contains mainly: green. Hex color #57C241 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57C241 is #A83DBE. Grayscale: #939393. Windows color (decimal): -11025855 or 4309591. OLE color: 4309591.
HSL color Cylindrical-coordinate representation of color #57C241: hue angle of 109.77º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57C241 is Cyan = 0.55, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 194 | 65 | - |
| CMYK | 0.55 | 0 | 0.66 | 0.24 |
| HSL | 109.77º | 0.51% | 0.51% | - |
| HSV(B) | 109.77º | 0.66% | 0.76% | - |
| XYZ | 24.18 | 40.99 | 11.64 | - |
| YUV | 147.3 | 81.55 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 194 | 65 | 0.55 | 0 | 0.66 | 0.24 | 109.77 | 0.51 | 0.51 |
| Hex | 57 | C2 | 41 | 37 | 0 | 42 | 18 | 6E | 33 | 33 |
| Octal | 127 | 302 | 101 | 67 | 0 | 102 | 30 | 156 | 63 | 63 |
| Binary | 1010111 | 11000010 | 1000001 | 110111 | 0 | 1000010 | 11000 | 1101110 | 110011 | 110011 |
Color Harmonies of #57C241
Complementary color
Monochromatic Colors of #57C241
Black with #57C241
Text Example
Text Example
White with #57C241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C241; }
p { color: rgb(87,194,65); }
H1.HeaderClassName
{
color: #57C241;
}
.AnyTagClassName
{
color: #57C241;
}
</style>
background-color css
<style>
a { background-color: #57C241; }
a { background-color: rgb(87,194,65); }
div.DivClassName
{
background-color: #57C241;
}
.BgClassName
{
background-color: #57C241;
}
</style>
border-color css
<style>
span { border-color: #57C241; }
span { border-color: rgb(87,194,65); }
td.TdClassName
{
border-color: #57C241;
}
.TagClassName
{
border-color: #57C241;
}
</style>