#57C442

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

Shades of Apple #57C442

Tints of Apple #57C442

Color information

#57C442 (or 0x57C442) is unknown color: approx Apple. HEX triplet: 57, C4 and 42. RGB value is (87,196,66). Sum of RGB (Red+Green+Blue) = 87+196+66=349 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.93% from 349); Green value is 196 (76.95% from 255 or 56.16% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 196 - color contains mainly: green. Hex color #57C442 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57C442 is #A83BBD. Grayscale: #959595. Windows color (decimal): -11025342 or 4375639. OLE color: 4375639.

HSL color Cylindrical-coordinate representation of color #57C442: hue angle of 110.31º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57C442 is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB8719666-
CMYK0.5600.660.23
HSL110.31º52.42%51.37%-
HSV(B)110.31º66.33%76.86%-
XYZ24.6541.911.94-
YUV148.5981.3984.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.93%
GREEN value IS 196 (76.95% from 255) = 56.16%
BLUE value IS 66 (26.17% from 255) = 18.91%
R=24.93%
G=56.16%
B=18.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal87196660.5600.660.23110.3152.4251.37
Hex57C44238042176e3433
Octal127304102700102271566463
Binary101011111000100100001011100001000010101111101110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57C442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,196,66); }

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

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

 a { background-color: rgb(87,196,66); }

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

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

 span { border-color: rgb(87,196,66); }

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