Html Css Color HEX #5BA05B Fruit Salad

📋 copy color: '#5BA05B'

red 91 ◦ green 160 ◦ blue 91

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

Shades of Fruit Salad #5BA05B

Tints of Fruit Salad #5BA05B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.61%

R = 26.61%
G = 46.78%
B = 26.61%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#5BA05B (or 0x5BA05B) is known color: Fruit Salad. HEX triplet: 5B, A0 and 5B. RGB value is (91,160,91). Sum of RGB (Red+Green+Blue) = 91+160+91=342 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.61% from 342); Green value is 160 (62.89% from 255 or 46.78% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 160 - color contains mainly: green. Hex color #5BA05B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA05B is #A45FA4. Grayscale: #838383. Windows color (decimal): -10772389 or 6004827. OLE color: 6004827.

HSL color Cylindrical-coordinate representation of color #5BA05B: hue angle of 120º 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 #5BA05B is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 91 160 91 -
CMYK 0.43 0 0.43 0.37
HSL 120º 0.27% 0.49% -
HSV(B) 120º 0.43% 0.63% -
XYZ 18.77 28.12 14.34 -
YUV 131.5 105.14 99.11 -
System Red Green Blue C M Y K H S L
Decimal 91 160 91 0.43 0 0.43 0.37 120 0.27 0.49
Hex 5B A0 5B 2B 0 2B 25 78 1B 31
Octal 133 240 133 53 0 53 45 170 33 61
Binary 1011011 10100000 1011011 101011 0 101011 100101 1111000 11011 110001

Color Harmonies of #5BA05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA05B

Black with #5BA05B

Text Example


Text Example

White with #5BA05B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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