Html Css Color HEX #57A064 Fruit Salad

📋 copy color: '#57A064'

red 87 ◦ green 160 ◦ blue 100

#57A064
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #57A064

Tints of Fruit Salad #57A064

RGB

 RED value IS 87 (34.38% from 255) = 25.07%

 GREEN value IS 160 (62.89% from 255) = 46.11%

 BLUE value IS 100 (39.45% from 255) = 28.82%

R = 25.07%
G = 46.11%
B = 28.82%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#57A064 (or 0x57A064) is known color: Fruit Salad. HEX triplet: 57, A0 and 64. RGB value is (87,160,100). Sum of RGB (Red+Green+Blue) = 87+160+100=347 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.07% from 347); Green value is 160 (62.89% from 255 or 46.11% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 160 - color contains mainly: green. Hex color #57A064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A064 is #A85F9B. Grayscale: #838383. Windows color (decimal): -11034524 or 6594647. OLE color: 6594647.

HSL color Cylindrical-coordinate representation of color #57A064: hue angle of 130.68º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57A064 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB 87 160 100 -
CMYK 0.46 0 0.38 0.37
HSL 130.68º 0.3% 0.48% -
HSV(B) 130.68º 0.46% 0.63% -
XYZ 18.8 28.09 16.49 -
YUV 131.33 110.32 96.38 -
System Red Green Blue C M Y K H S L
Decimal 87 160 100 0.46 0 0.38 0.37 130.68 0.3 0.48
Hex 57 A0 64 2E 0 26 25 83 1E 30
Octal 127 240 144 56 0 46 45 203 36 60
Binary 1010111 10100000 1100100 101110 0 100110 100101 10000011 11110 110000

Color Harmonies of #57A064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A064

Black with #57A064

Text Example


Text Example

White with #57A064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,160,100); }

 H1.HeaderClassName
 {
   color: #57A064;
 }
 .AnyTagClassName
 {
   color: #57A064;
 }
</style>

background-color css

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

 a { background-color: rgb(87,160,100); }

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

border-color css

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

 span { border-color: rgb(87,160,100); }

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