#57BF53

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

Shades of Apple #57BF53

Tints of Apple #57BF53

Color information

#57BF53 (or 0x57BF53) is unknown color: approx Apple. HEX triplet: 57, BF and 53. RGB value is (87,191,83). Sum of RGB (Red+Green+Blue) = 87+191+83=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 191 (75% from 255 or 52.91% from 361); Blue value is 83 (32.81% from 255 or 22.99% from 361); Max value from RGB is 191 - color contains mainly: green. Hex color #57BF53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57BF53 is #A840AC. Grayscale: #939393. Windows color (decimal): -11026605 or 5488471. OLE color: 5488471.

HSL color Cylindrical-coordinate representation of color #57BF53: hue angle of 117.78º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57BF53 is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB8719183-
CMYK0.5400.570.25
HSL117.78º45.76%53.73%-
HSV(B)117.78º56.54%74.9%-
XYZ24.1239.9114.62-
YUV147.5991.5484.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.10%
GREEN value IS 191 (75% from 255) = 52.91%
BLUE value IS 83 (32.81% from 255) = 22.99%
R=24.10%
G=52.91%
B=22.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal87191830.5400.570.25117.7845.7653.73
Hex57BF533603919762e36
Octal12727712366071311665666
Binary10101111011111110100111101100111001110011110110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,191,83); }

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

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

 a { background-color: rgb(87,191,83); }

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

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

 span { border-color: rgb(87,191,83); }

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