Html Css Color HEX #5BA05F Fruit Salad

📋 copy color: '#5BA05F'

red 91 ◦ green 160 ◦ blue 95

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

Shades of Fruit Salad #5BA05F

Tints of Fruit Salad #5BA05F

RGB

 RED value IS 91 (35.94% from 255) = 26.3%

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

 BLUE value IS 95 (37.5% from 255) = 27.46%

R = 26.3%
G = 46.24%
B = 27.46%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#5BA05F (or 0x5BA05F) is known color: Fruit Salad. HEX triplet: 5B, A0 and 5F. RGB value is (91,160,95). Sum of RGB (Red+Green+Blue) = 91+160+95=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 160 (62.89% from 255 or 46.24% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 160 - color contains mainly: green. Hex color #5BA05F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA05F is #A45FA0. Grayscale: #848484. Windows color (decimal): -10772385 or 6266971. OLE color: 6266971.

HSL color Cylindrical-coordinate representation of color #5BA05F: hue angle of 123.48º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5BA05F is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB 91 160 95 -
CMYK 0.43 0 0.41 0.37
HSL 123.48º 0.27% 0.49% -
HSV(B) 123.48º 0.43% 0.63% -
XYZ 18.95 28.19 15.27 -
YUV 131.96 107.14 98.79 -
System Red Green Blue C M Y K H S L
Decimal 91 160 95 0.43 0 0.41 0.37 123.48 0.27 0.49
Hex 5B A0 5F 2B 0 29 25 7B 1B 31
Octal 133 240 137 53 0 51 45 173 33 61
Binary 1011011 10100000 1011111 101011 0 101001 100101 1111011 11011 110001

Color Harmonies of #5BA05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA05F

Black with #5BA05F

Text Example


Text Example

White with #5BA05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5BA05F; }

 p { color: rgb(91,160,95); }

 H1.HeaderClassName
 {
   color: #5BA05F;
 }
 .AnyTagClassName
 {
   color: #5BA05F;
 }
</style>

background-color css

<style>
 a { background-color: #5BA05F; }

 a { background-color: rgb(91,160,95); }

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

border-color css

<style>
 span { border-color: #5BA05F; }

 span { border-color: rgb(91,160,95); }

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