#57D04B

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

Shades of Apple #57D04B

Tints of Apple #57D04B

Color information

#57D04B (or 0x57D04B) is unknown color: approx Apple. HEX triplet: 57, D0 and 4B. RGB value is (87,208,75). Sum of RGB (Red+Green+Blue) = 87+208+75=370 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.51% from 370); Green value is 208 (81.64% from 255 or 56.22% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 208 - color contains mainly: green. Hex color #57D04B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57D04B is #A82FB4. Grayscale: #9D9D9D. Windows color (decimal): -11022261 or 4968535. OLE color: 4968535.

HSL color Cylindrical-coordinate representation of color #57D04B: hue angle of 114.59º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57D04B is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB8720875-
CMYK0.5800.640.18
HSL114.59º58.59%55.49%-
HSV(B)114.59º63.94%81.57%-
XYZ27.7647.6514.39-
YUV156.6681.9178.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.51%
GREEN value IS 208 (81.64% from 255) = 56.22%
BLUE value IS 75 (29.69% from 255) = 20.27%
R=23.51%
G=56.22%
B=20.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal87208750.5800.640.18114.5958.5955.49
Hex57D04B3A04012733b37
Octal127320113720100221637367
Binary101011111010000100101111101001000000100101110011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57D04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,208,75); }

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

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

 a { background-color: rgb(87,208,75); }

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

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

 span { border-color: rgb(87,208,75); }

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