Shades of Apple #57BC3C
Tints of Apple #57BC3C
RGB
CMYK
RGB Variations
Color information
#57BC3C (or 0x57BC3C) is known color: Apple. HEX triplet: 57, BC and 3C. RGB value is (87,188,60). Sum of RGB (Red+Green+Blue) = 87+188+60=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #57BC3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57BC3C is #A843C3. Grayscale: #8F8F8F. Windows color (decimal): -11027396 or 3980375. OLE color: 3980375.
HSL color Cylindrical-coordinate representation of color #57BC3C: hue angle of 107.34º degrees, saturation: 0.52, 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 #57BC3C is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 188 | 60 | - |
| CMYK | 0.54 | 0 | 0.68 | 0.26 |
| HSL | 107.34º | 0.52% | 0.49% | - |
| HSV(B) | 107.34º | 0.68% | 0.74% | - |
| XYZ | 22.73 | 38.32 | 10.47 | - |
| YUV | 143.21 | 81.04 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 188 | 60 | 0.54 | 0 | 0.68 | 0.26 | 107.34 | 0.52 | 0.49 |
| Hex | 57 | BC | 3C | 36 | 0 | 44 | 1A | 6B | 34 | 31 |
| Octal | 127 | 274 | 74 | 66 | 0 | 104 | 32 | 153 | 64 | 61 |
| Binary | 1010111 | 10111100 | 111100 | 110110 | 0 | 1000100 | 11010 | 1101011 | 110100 | 110001 |
Color Harmonies of #57BC3C
Complementary color
Monochromatic Colors of #57BC3C
Black with #57BC3C
Text Example
Text Example
White with #57BC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BC3C; }
p { color: rgb(87,188,60); }
H1.HeaderClassName
{
color: #57BC3C;
}
.AnyTagClassName
{
color: #57BC3C;
}
</style>
background-color css
<style>
a { background-color: #57BC3C; }
a { background-color: rgb(87,188,60); }
div.DivClassName
{
background-color: #57BC3C;
}
.BgClassName
{
background-color: #57BC3C;
}
</style>
border-color css
<style>
span { border-color: #57BC3C; }
span { border-color: rgb(87,188,60); }
td.TdClassName
{
border-color: #57BC3C;
}
.TagClassName
{
border-color: #57BC3C;
}
</style>