Html Css Color HEX #57A15E Fruit Salad

📋 copy color: '#57A15E'

red 87 ◦ green 161 ◦ blue 94

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

Shades of Fruit Salad #57A15E

Tints of Fruit Salad #57A15E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 47.08%

 BLUE value IS 94 (37.11% from 255) = 27.49%

R = 25.44%
G = 47.08%
B = 27.49%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#57A15E (or 0x57A15E) is known color: Fruit Salad. HEX triplet: 57, A1 and 5E. RGB value is (87,161,94). Sum of RGB (Red+Green+Blue) = 87+161+94=342 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.44% from 342); Green value is 161 (63.28% from 255 or 47.08% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 161 - color contains mainly: green. Hex color #57A15E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A15E is #A85EA1. Grayscale: #838383. Windows color (decimal): -11034274 or 6201687. OLE color: 6201687.

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

Color convert

RGB 87 161 94 -
CMYK 0.46 0 0.42 0.37
HSL 125.68º 0.3% 0.49% -
HSV(B) 125.68º 0.46% 0.63% -
XYZ 18.7 28.32 15.07 -
YUV 131.24 106.98 96.45 -
System Red Green Blue C M Y K H S L
Decimal 87 161 94 0.46 0 0.42 0.37 125.68 0.3 0.49
Hex 57 A1 5E 2E 0 2A 25 7E 1E 31
Octal 127 241 136 56 0 52 45 176 36 61
Binary 1010111 10100001 1011110 101110 0 101010 100101 1111110 11110 110001

Color Harmonies of #57A15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A15E

Black with #57A15E

Text Example


Text Example

White with #57A15E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,161,94); }

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

background-color css

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

 a { background-color: rgb(87,161,94); }

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

border-color css

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

 span { border-color: rgb(87,161,94); }

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