Shades of Apple #57CB50
Tints of Apple #57CB50
RGB
CMYK
RGB Variations
Color information
#57CB50 (or 0x57CB50) is known color: Apple. HEX triplet: 57, CB and 50. RGB value is (87,203,80). Sum of RGB (Red+Green+Blue) = 87+203+80=370 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.51% from 370); Green value is 203 (79.69% from 255 or 54.86% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 203 - color contains mainly: green. Hex color #57CB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57CB50 is #A834AF. Grayscale: #9A9A9A. Windows color (decimal): -11023536 or 5294935. OLE color: 5294935.
HSL color Cylindrical-coordinate representation of color #57CB50: hue angle of 116.59º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57CB50 is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 203 | 80 | - |
| CMYK | 0.57 | 0 | 0.61 | 0.20 |
| HSL | 116.59º | 0.54% | 0.55% | - |
| HSV(B) | 116.59º | 0.61% | 0.8% | - |
| XYZ | 26.73 | 45.32 | 14.93 | - |
| YUV | 154.29 | 86.07 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 203 | 80 | 0.57 | 0 | 0.61 | 0.20 | 116.59 | 0.54 | 0.55 |
| Hex | 57 | CB | 50 | 39 | 0 | 3D | 14 | 75 | 36 | 37 |
| Octal | 127 | 313 | 120 | 71 | 0 | 75 | 24 | 165 | 66 | 67 |
| Binary | 1010111 | 11001011 | 1010000 | 111001 | 0 | 111101 | 10100 | 1110101 | 110110 | 110111 |
Color Harmonies of #57CB50
Complementary color
Monochromatic Colors of #57CB50
Black with #57CB50
Text Example
Text Example
White with #57CB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CB50; }
p { color: rgb(87,203,80); }
H1.HeaderClassName
{
color: #57CB50;
}
.AnyTagClassName
{
color: #57CB50;
}
</style>
background-color css
<style>
a { background-color: #57CB50; }
a { background-color: rgb(87,203,80); }
div.DivClassName
{
background-color: #57CB50;
}
.BgClassName
{
background-color: #57CB50;
}
</style>
border-color css
<style>
span { border-color: #57CB50; }
span { border-color: rgb(87,203,80); }
td.TdClassName
{
border-color: #57CB50;
}
.TagClassName
{
border-color: #57CB50;
}
</style>