Shades of Apple #57BC3D
Tints of Apple #57BC3D
RGB
CMYK
RGB Variations
Color information
#57BC3D (or 0x57BC3D) is known color: Apple. HEX triplet: 57, BC and 3D. RGB value is (87,188,61). Sum of RGB (Red+Green+Blue) = 87+188+61=336 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.89% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #57BC3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57BC3D is #A843C2. Grayscale: #8F8F8F. Windows color (decimal): -11027395 or 4045911. OLE color: 4045911.
HSL color Cylindrical-coordinate representation of color #57BC3D: hue angle of 107.72º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #57BC3D is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 188 | 61 | - |
| CMYK | 0.54 | 0 | 0.68 | 0.26 |
| HSL | 107.72º | 0.51% | 0.49% | - |
| HSV(B) | 107.72º | 0.68% | 0.74% | - |
| XYZ | 22.76 | 38.33 | 10.61 | - |
| YUV | 143.32 | 81.54 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 188 | 61 | 0.54 | 0 | 0.68 | 0.26 | 107.72 | 0.51 | 0.49 |
| Hex | 57 | BC | 3D | 36 | 0 | 44 | 1A | 6C | 33 | 31 |
| Octal | 127 | 274 | 75 | 66 | 0 | 104 | 32 | 154 | 63 | 61 |
| Binary | 1010111 | 10111100 | 111101 | 110110 | 0 | 1000100 | 11010 | 1101100 | 110011 | 110001 |
Color Harmonies of #57BC3D
Complementary color
Monochromatic Colors of #57BC3D
Black with #57BC3D
Text Example
Text Example
White with #57BC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BC3D; }
p { color: rgb(87,188,61); }
H1.HeaderClassName
{
color: #57BC3D;
}
.AnyTagClassName
{
color: #57BC3D;
}
</style>
background-color css
<style>
a { background-color: #57BC3D; }
a { background-color: rgb(87,188,61); }
div.DivClassName
{
background-color: #57BC3D;
}
.BgClassName
{
background-color: #57BC3D;
}
</style>
border-color css
<style>
span { border-color: #57BC3D; }
span { border-color: rgb(87,188,61); }
td.TdClassName
{
border-color: #57BC3D;
}
.TagClassName
{
border-color: #57BC3D;
}
</style>