Shades of Apple #57BF40
Tints of Apple #57BF40
RGB
CMYK
RGB Variations
Color information
#57BF40 (or 0x57BF40) is known color: Apple. HEX triplet: 57, BF and 40. RGB value is (87,191,64). Sum of RGB (Red+Green+Blue) = 87+191+64=342 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.44% from 342); Green value is 191 (75% from 255 or 55.85% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 191 - color contains mainly: green. Hex color #57BF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57BF40 is #A840BF. Grayscale: #919191. Windows color (decimal): -11026624 or 4243287. OLE color: 4243287.
HSL color Cylindrical-coordinate representation of color #57BF40: hue angle of 109.13º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57BF40 is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 191 | 64 | - |
| CMYK | 0.54 | 0 | 0.66 | 0.25 |
| HSL | 109.13º | 0.5% | 0.5% | - |
| HSV(B) | 109.13º | 0.66% | 0.75% | - |
| XYZ | 23.49 | 39.66 | 11.27 | - |
| YUV | 145.43 | 82.04 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 191 | 64 | 0.54 | 0 | 0.66 | 0.25 | 109.13 | 0.5 | 0.5 |
| Hex | 57 | BF | 40 | 36 | 0 | 42 | 19 | 6D | 32 | 32 |
| Octal | 127 | 277 | 100 | 66 | 0 | 102 | 31 | 155 | 62 | 62 |
| Binary | 1010111 | 10111111 | 1000000 | 110110 | 0 | 1000010 | 11001 | 1101101 | 110010 | 110010 |
Color Harmonies of #57BF40
Complementary color
Monochromatic Colors of #57BF40
Black with #57BF40
Text Example
Text Example
White with #57BF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BF40; }
p { color: rgb(87,191,64); }
H1.HeaderClassName
{
color: #57BF40;
}
.AnyTagClassName
{
color: #57BF40;
}
</style>
background-color css
<style>
a { background-color: #57BF40; }
a { background-color: rgb(87,191,64); }
div.DivClassName
{
background-color: #57BF40;
}
.BgClassName
{
background-color: #57BF40;
}
</style>
border-color css
<style>
span { border-color: #57BF40; }
span { border-color: rgb(87,191,64); }
td.TdClassName
{
border-color: #57BF40;
}
.TagClassName
{
border-color: #57BF40;
}
</style>