Html Css Color HEX #57A350 Fruit Salad

📋 copy color: '#57A350'

red 87 ◦ green 163 ◦ blue 80

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

Shades of Fruit Salad #57A350

Tints of Fruit Salad #57A350

RGB

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

 GREEN value IS 163 (64.06% from 255) = 49.39%

 BLUE value IS 80 (31.64% from 255) = 24.24%

R = 26.36%
G = 49.39%
B = 24.24%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#57A350 (or 0x57A350) is known color: Fruit Salad. HEX triplet: 57, A3 and 50. RGB value is (87,163,80). Sum of RGB (Red+Green+Blue) = 87+163+80=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 163 (64.06% from 255 or 49.39% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 163 - color contains mainly: green. Hex color #57A350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A350 is #A85CAF. Grayscale: #838383. Windows color (decimal): -11033776 or 5284695. OLE color: 5284695.

HSL color Cylindrical-coordinate representation of color #57A350: hue angle of 114.94º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #57A350 is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 87 163 80 -
CMYK 0.47 0 0.51 0.36
HSL 114.94º 0.34% 0.48% -
HSV(B) 114.94º 0.51% 0.64% -
XYZ 18.48 28.8 12.17 -
YUV 130.81 99.32 96.75 -
System Red Green Blue C M Y K H S L
Decimal 87 163 80 0.47 0 0.51 0.36 114.94 0.34 0.48
Hex 57 A3 50 2F 0 33 24 73 22 30
Octal 127 243 120 57 0 63 44 163 42 60
Binary 1010111 10100011 1010000 101111 0 110011 100100 1110011 100010 110000

Color Harmonies of #57A350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A350

Black with #57A350

Text Example


Text Example

White with #57A350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,163,80); }

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

background-color css

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

 a { background-color: rgb(87,163,80); }

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

border-color css

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

 span { border-color: rgb(87,163,80); }

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