#57B14A

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

Shades of Apple #57B14A

Tints of Apple #57B14A

Color information

#57B14A (or 0x57B14A) is unknown color: approx Apple. HEX triplet: 57, B1 and 4A. RGB value is (87,177,74). Sum of RGB (Red+Green+Blue) = 87+177+74=338 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.74% from 338); Green value is 177 (69.53% from 255 or 52.37% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 177 - color contains mainly: green. Hex color #57B14A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57B14A is #A84EB5. Grayscale: #8A8A8A. Windows color (decimal): -11030198 or 4895063. OLE color: 4895063.

HSL color Cylindrical-coordinate representation of color #57B14A: hue angle of 112.43º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57B14A is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB8717774-
CMYK0.5100.580.31
HSL112.43º41.04%49.22%-
HSV(B)112.43º58.19%69.41%-
XYZ20.8933.9611.93-
YUV138.3591.6891.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.74%
GREEN value IS 177 (69.53% from 255) = 52.37%
BLUE value IS 74 (29.30% from 255) = 21.89%
R=25.74%
G=52.37%
B=21.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal87177740.5100.580.31112.4341.0449.22
Hex57B14A3303A1F702931
Octal12726111263072371605161
Binary10101111011000110010101100110111010111111110000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,177,74); }

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

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

 a { background-color: rgb(87,177,74); }

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

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

 span { border-color: rgb(87,177,74); }

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