Shades of Apple #57AB3F
Tints of Apple #57AB3F
RGB
CMYK
RGB Variations
Color information
#57AB3F (or 0x57AB3F) is known color: Apple. HEX triplet: 57, AB and 3F. RGB value is (87,171,63). Sum of RGB (Red+Green+Blue) = 87+171+63=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 171 (67.19% from 255 or 53.27% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 171 - color contains mainly: green. Hex color #57AB3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57AB3F is #A854C0. Grayscale: #858585. Windows color (decimal): -11031745 or 4172631. OLE color: 4172631.
HSL color Cylindrical-coordinate representation of color #57AB3F: hue angle of 106.67º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57AB3F is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 171 | 63 | - |
| CMYK | 0.49 | 0 | 0.63 | 0.33 |
| HSL | 106.67º | 0.46% | 0.46% | - |
| HSV(B) | 106.67º | 0.63% | 0.67% | - |
| XYZ | 19.39 | 31.51 | 9.76 | - |
| YUV | 133.57 | 88.17 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 171 | 63 | 0.49 | 0 | 0.63 | 0.33 | 106.67 | 0.46 | 0.46 |
| Hex | 57 | AB | 3F | 31 | 0 | 3F | 21 | 6B | 2E | 2E |
| Octal | 127 | 253 | 77 | 61 | 0 | 77 | 41 | 153 | 56 | 56 |
| Binary | 1010111 | 10101011 | 111111 | 110001 | 0 | 111111 | 100001 | 1101011 | 101110 | 101110 |
Color Harmonies of #57AB3F
Complementary color
Monochromatic Colors of #57AB3F
Black with #57AB3F
Text Example
Text Example
White with #57AB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AB3F; }
p { color: rgb(87,171,63); }
H1.HeaderClassName
{
color: #57AB3F;
}
.AnyTagClassName
{
color: #57AB3F;
}
</style>
background-color css
<style>
a { background-color: #57AB3F; }
a { background-color: rgb(87,171,63); }
div.DivClassName
{
background-color: #57AB3F;
}
.BgClassName
{
background-color: #57AB3F;
}
</style>
border-color css
<style>
span { border-color: #57AB3F; }
span { border-color: rgb(87,171,63); }
td.TdClassName
{
border-color: #57AB3F;
}
.TagClassName
{
border-color: #57AB3F;
}
</style>