#57BB52

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

Shades of Apple #57BB52

Tints of Apple #57BB52

Color information

#57BB52 (or 0x57BB52) is unknown color: approx Apple. HEX triplet: 57, BB and 52. RGB value is (87,187,82). Sum of RGB (Red+Green+Blue) = 87+187+82=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 187 (73.44% from 255 or 52.53% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 187 - color contains mainly: green. Hex color #57BB52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57BB52 is #A844AD. Grayscale: #919191. Windows color (decimal): -11027630 or 5421911. OLE color: 5421911.

HSL color Cylindrical-coordinate representation of color #57BB52: hue angle of 117.14º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57BB52 is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB8718782-
CMYK0.5300.560.27
HSL117.14º43.57%52.75%-
HSV(B)117.14º56.15%73.33%-
XYZ23.2238.1814.13-
YUV145.1392.3786.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.44%
GREEN value IS 187 (73.44% from 255) = 52.53%
BLUE value IS 82 (32.42% from 255) = 23.03%
R=24.44%
G=52.53%
B=23.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal87187820.5300.560.27117.1443.5752.75
Hex57BB52350381B752c35
Octal12727312265070331655465
Binary10101111011101110100101101010111000110111110101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,187,82); }

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

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

 a { background-color: rgb(87,187,82); }

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

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

 span { border-color: rgb(87,187,82); }

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