#57BA3D

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

Shades of Apple #57BA3D

Tints of Apple #57BA3D

Color information

#57BA3D (or 0x57BA3D) is unknown color: approx Apple. HEX triplet: 57, BA and 3D. RGB value is (87,186,61). Sum of RGB (Red+Green+Blue) = 87+186+61=334 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.05% from 334); Green value is 186 (73.05% from 255 or 55.69% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 186 - color contains mainly: green. Hex color #57BA3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57BA3D is #A845C2. Grayscale: #8E8E8E. Windows color (decimal): -11027907 or 4045399. OLE color: 4045399.

HSL color Cylindrical-coordinate representation of color #57BA3D: hue angle of 107.52º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #57BA3D is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB8718661-
CMYK0.5300.670.27
HSL107.52º50.61%48.43%-
HSV(B)107.52º67.2%72.94%-
XYZ22.3337.4810.47-
YUV142.1582.288.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.05%
GREEN value IS 186 (73.05% from 255) = 55.69%
BLUE value IS 61 (24.22% from 255) = 18.26%
R=26.05%
G=55.69%
B=18.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal87186610.5300.670.27107.5250.6148.43
Hex57BA3D350431B6c3330
Octal12727275650103331546360
Binary10101111011101011110111010101000011110111101100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,186,61); }

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

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

 a { background-color: rgb(87,186,61); }

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

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

 span { border-color: rgb(87,186,61); }

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