Shades of Apple #57BF3A
Tints of Apple #57BF3A
RGB
CMYK
RGB Variations
Color information
#57BF3A (or 0x57BF3A) is known color: Apple. HEX triplet: 57, BF and 3A. RGB value is (87,191,58). Sum of RGB (Red+Green+Blue) = 87+191+58=336 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.89% from 336); Green value is 191 (75% from 255 or 56.85% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 191 - color contains mainly: green. Hex color #57BF3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57BF3A is #A840C5. Grayscale: #919191. Windows color (decimal): -11026630 or 3850071. OLE color: 3850071.
HSL color Cylindrical-coordinate representation of color #57BF3A: hue angle of 106.92º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #57BF3A is Cyan = 0.54, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 191 | 58 | - |
| CMYK | 0.54 | 0 | 0.70 | 0.25 |
| HSL | 106.92º | 0.53% | 0.49% | - |
| HSV(B) | 106.92º | 0.7% | 0.75% | - |
| XYZ | 23.33 | 39.59 | 10.42 | - |
| YUV | 144.74 | 79.04 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 191 | 58 | 0.54 | 0 | 0.70 | 0.25 | 106.92 | 0.53 | 0.49 |
| Hex | 57 | BF | 3A | 36 | 0 | 46 | 19 | 6B | 35 | 31 |
| Octal | 127 | 277 | 72 | 66 | 0 | 106 | 31 | 153 | 65 | 61 |
| Binary | 1010111 | 10111111 | 111010 | 110110 | 0 | 1000110 | 11001 | 1101011 | 110101 | 110001 |
Color Harmonies of #57BF3A
Complementary color
Monochromatic Colors of #57BF3A
Black with #57BF3A
Text Example
Text Example
White with #57BF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BF3A; }
p { color: rgb(87,191,58); }
H1.HeaderClassName
{
color: #57BF3A;
}
.AnyTagClassName
{
color: #57BF3A;
}
</style>
background-color css
<style>
a { background-color: #57BF3A; }
a { background-color: rgb(87,191,58); }
div.DivClassName
{
background-color: #57BF3A;
}
.BgClassName
{
background-color: #57BF3A;
}
</style>
border-color css
<style>
span { border-color: #57BF3A; }
span { border-color: rgb(87,191,58); }
td.TdClassName
{
border-color: #57BF3A;
}
.TagClassName
{
border-color: #57BF3A;
}
</style>