Shades of Apple #57BB45
Tints of Apple #57BB45
RGB
CMYK
RGB Variations
Color information
#57BB45 (or 0x57BB45) is known color: Apple. HEX triplet: 57, BB and 45. RGB value is (87,187,69). Sum of RGB (Red+Green+Blue) = 87+187+69=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 187 (73.44% from 255 or 54.52% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 187 - color contains mainly: green. Hex color #57BB45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57BB45 is #A844BA. Grayscale: #909090. Windows color (decimal): -11027643 or 4569943. OLE color: 4569943.
HSL color Cylindrical-coordinate representation of color #57BB45: hue angle of 110.85º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57BB45 is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 187 | 69 | - |
| CMYK | 0.53 | 0 | 0.63 | 0.27 |
| HSL | 110.85º | 0.46% | 0.5% | - |
| HSV(B) | 110.85º | 0.63% | 0.73% | - |
| XYZ | 22.77 | 38 | 11.76 | - |
| YUV | 143.65 | 85.87 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 187 | 69 | 0.53 | 0 | 0.63 | 0.27 | 110.85 | 0.46 | 0.5 |
| Hex | 57 | BB | 45 | 35 | 0 | 3F | 1B | 6F | 2E | 32 |
| Octal | 127 | 273 | 105 | 65 | 0 | 77 | 33 | 157 | 56 | 62 |
| Binary | 1010111 | 10111011 | 1000101 | 110101 | 0 | 111111 | 11011 | 1101111 | 101110 | 110010 |
Color Harmonies of #57BB45
Complementary color
Monochromatic Colors of #57BB45
Black with #57BB45
Text Example
Text Example
White with #57BB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BB45; }
p { color: rgb(87,187,69); }
H1.HeaderClassName
{
color: #57BB45;
}
.AnyTagClassName
{
color: #57BB45;
}
</style>
background-color css
<style>
a { background-color: #57BB45; }
a { background-color: rgb(87,187,69); }
div.DivClassName
{
background-color: #57BB45;
}
.BgClassName
{
background-color: #57BB45;
}
</style>
border-color css
<style>
span { border-color: #57BB45; }
span { border-color: rgb(87,187,69); }
td.TdClassName
{
border-color: #57BB45;
}
.TagClassName
{
border-color: #57BB45;
}
</style>