#57C14A

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

Shades of Apple #57C14A

Tints of Apple #57C14A

Color information

#57C14A (or 0x57C14A) is unknown color: approx Apple. HEX triplet: 57, C1 and 4A. RGB value is (87,193,74). Sum of RGB (Red+Green+Blue) = 87+193+74=354 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.58% from 354); Green value is 193 (75.78% from 255 or 54.52% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 193 - color contains mainly: green. Hex color #57C14A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57C14A is #A83EB5. Grayscale: #949494. Windows color (decimal): -11026102 or 4899159. OLE color: 4899159.

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

Color convert

RGB8719374-
CMYK0.5500.620.24
HSL113.45º48.97%52.35%-
HSV(B)113.45º61.66%75.69%-
XYZ24.2440.6613.05-
YUV147.7486.3884.68-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.58%
GREEN value IS 193 (75.78% from 255) = 54.52%
BLUE value IS 74 (29.30% from 255) = 20.90%
R=24.58%
G=54.52%
B=20.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal87193740.5500.620.24113.4548.9752.35
Hex57C14A3703E18713134
Octal12730111267076301616164
Binary10101111100000110010101101110111110110001110001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57C14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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