Html Css Color HEX #57A14F Fruit Salad

📋 copy color: '#57A14F'

red 87 ◦ green 161 ◦ blue 79

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

Shades of Fruit Salad #57A14F

Tints of Fruit Salad #57A14F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.16%

R = 26.61%
G = 49.24%
B = 24.16%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#57A14F (or 0x57A14F) is known color: Fruit Salad. HEX triplet: 57, A1 and 4F. RGB value is (87,161,79). Sum of RGB (Red+Green+Blue) = 87+161+79=327 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.61% from 327); Green value is 161 (63.28% from 255 or 49.24% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 161 - color contains mainly: green. Hex color #57A14F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A14F is #A85EB0. Grayscale: #818181. Windows color (decimal): -11034289 or 5218647. OLE color: 5218647.

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

Color convert

RGB 87 161 79 -
CMYK 0.46 0 0.51 0.37
HSL 114.15º 0.34% 0.47% -
HSV(B) 114.15º 0.51% 0.63% -
XYZ 18.09 28.08 11.86 -
YUV 129.53 99.48 97.67 -
System Red Green Blue C M Y K H S L
Decimal 87 161 79 0.46 0 0.51 0.37 114.15 0.34 0.47
Hex 57 A1 4F 2E 0 33 25 72 22 2F
Octal 127 241 117 56 0 63 45 162 42 57
Binary 1010111 10100001 1001111 101110 0 110011 100101 1110010 100010 101111

Color Harmonies of #57A14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A14F

Black with #57A14F

Text Example


Text Example

White with #57A14F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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