Html Css Color HEX #5BA161 Fruit Salad

📋 copy color: '#5BA161'

red 91 ◦ green 161 ◦ blue 97

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

Shades of Fruit Salad #5BA161

Tints of Fruit Salad #5BA161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.79%

R = 26.07%
G = 46.13%
B = 27.79%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#5BA161 (or 0x5BA161) is known color: Fruit Salad. HEX triplet: 5B, A1 and 61. RGB value is (91,161,97). Sum of RGB (Red+Green+Blue) = 91+161+97=349 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.07% from 349); Green value is 161 (63.28% from 255 or 46.13% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 161 - color contains mainly: green. Hex color #5BA161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA161 is #A45E9E. Grayscale: #848484. Windows color (decimal): -10772127 or 6398299. OLE color: 6398299.

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

Color convert

RGB 91 161 97 -
CMYK 0.43 0 0.40 0.37
HSL 125.14º 0.28% 0.49% -
HSV(B) 125.14º 0.43% 0.63% -
XYZ 19.22 28.58 15.81 -
YUV 132.77 107.81 98.2 -
System Red Green Blue C M Y K H S L
Decimal 91 161 97 0.43 0 0.40 0.37 125.14 0.28 0.49
Hex 5B A1 61 2B 0 28 25 7D 1C 31
Octal 133 241 141 53 0 50 45 175 34 61
Binary 1011011 10100001 1100001 101011 0 101000 100101 1111101 11100 110001

Color Harmonies of #5BA161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA161

Black with #5BA161

Text Example


Text Example

White with #5BA161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,161,97); }

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

background-color css

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

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

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

border-color css

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

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

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