#57C14B

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

Shades of Apple #57C14B

Tints of Apple #57C14B

Color information

#57C14B (or 0x57C14B) is unknown color: approx Apple. HEX triplet: 57, C1 and 4B. RGB value is (87,193,75). Sum of RGB (Red+Green+Blue) = 87+193+75=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 193 (75.78% from 255 or 54.37% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 193 - color contains mainly: green. Hex color #57C14B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57C14B is #A83EB4. Grayscale: #949494. Windows color (decimal): -11026101 or 4964695. OLE color: 4964695.

HSL color Cylindrical-coordinate representation of color #57C14B: hue angle of 113.9º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57C14B is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB8719375-
CMYK0.5500.610.24
HSL113.9º48.76%52.55%-
HSV(B)113.9º61.14%75.69%-
XYZ24.2740.6713.23-
YUV147.8586.8884.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.51%
GREEN value IS 193 (75.78% from 255) = 54.37%
BLUE value IS 75 (29.69% from 255) = 21.13%
R=24.51%
G=54.37%
B=21.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal87193750.5500.610.24113.948.7652.55
Hex57C14B3703D18723135
Octal12730111367075301626165
Binary10101111100000110010111101110111101110001110010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57C14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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