#57BD50

Color #57BD50 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #57BD50

Tints of Apple #57BD50

Color information

#57BD50 (or 0x57BD50) is unknown color: approx Apple. HEX triplet: 57, BD and 50. RGB value is (87,189,80). Sum of RGB (Red+Green+Blue) = 87+189+80=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 189 (74.22% from 255 or 53.09% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 189 - color contains mainly: green. Hex color #57BD50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57BD50 is #A842AF. Grayscale: #929292. Windows color (decimal): -11027120 or 5291351. OLE color: 5291351.

HSL color Cylindrical-coordinate representation of color #57BD50: hue angle of 116.15º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57BD50 is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB8718980-
CMYK0.5400.580.26
HSL116.15º45.23%52.75%-
HSV(B)116.15º57.67%74.12%-
XYZ23.583913.87-
YUV146.0890.7185.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 24.44%
GREEN value IS 189 (74.22% from 255) = 53.09%
BLUE value IS 80 (31.64% from 255) = 22.47%
R=24.44%
G=53.09%
B=22.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal87189800.5400.580.26116.1545.2352.75
Hex57BD503603A1A742d35
Octal12727512066072321645565
Binary10101111011110110100001101100111010110101110100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57BD50; }

 p { color: rgb(87,189,80); }

 H1.HeaderClassName
 {
   color: #57BD50;
 }
 .AnyTagClassName
 {
   color: #57BD50;
 }
</style>
background-color css

<style>
 a { background-color: #57BD50; }

 a { background-color: rgb(87,189,80); }

 div.DivClassName
 {
   background-color: #57BD50;
 }
 .BgClassName
 {
   background-color: #57BD50;
 }
</style>
border-color css

<style>
 span { border-color: #57BD50; }

 span { border-color: rgb(87,189,80); }

 td.TdClassName
 {
   border-color: #57BD50;
 }
 .TagClassName
 {
   border-color: #57BD50;
 }
</style>