Html Css Color HEX #57965D Fruit Salad

📋 copy color: '#57965D'

red 87 ◦ green 150 ◦ blue 93

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

Shades of Fruit Salad #57965D

Tints of Fruit Salad #57965D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.45%

 BLUE value IS 93 (36.72% from 255) = 28.18%

R = 26.36%
G = 45.45%
B = 28.18%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#57965D (or 0x57965D) is known color: Fruit Salad. HEX triplet: 57, 96 and 5D. RGB value is (87,150,93). Sum of RGB (Red+Green+Blue) = 87+150+93=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #57965D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57965D is #A869A2. Grayscale: #7C7C7C. Windows color (decimal): -11037091 or 6133335. OLE color: 6133335.

HSL color Cylindrical-coordinate representation of color #57965D: hue angle of 125.71º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #57965D is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 87 150 93 -
CMYK 0.42 0 0.38 0.41
HSL 125.71º 0.27% 0.46% -
HSV(B) 125.71º 0.42% 0.59% -
XYZ 16.81 24.63 14.22 -
YUV 124.67 110.13 101.13 -
System Red Green Blue C M Y K H S L
Decimal 87 150 93 0.42 0 0.38 0.41 125.71 0.27 0.46
Hex 57 96 5D 2A 0 26 29 7E 1B 2E
Octal 127 226 135 52 0 46 51 176 33 56
Binary 1010111 10010110 1011101 101010 0 100110 101001 1111110 11011 101110

Color Harmonies of #57965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57965D

Black with #57965D

Text Example


Text Example

White with #57965D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57965D; }

 p { color: rgb(87,150,93); }

 H1.HeaderClassName
 {
   color: #57965D;
 }
 .AnyTagClassName
 {
   color: #57965D;
 }
</style>

background-color css

<style>
 a { background-color: #57965D; }

 a { background-color: rgb(87,150,93); }

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

border-color css

<style>
 span { border-color: #57965D; }

 span { border-color: rgb(87,150,93); }

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