Html Css Color HEX #5BA261 Fruit Salad

📋 copy color: '#5BA261'

red 91 ◦ green 162 ◦ blue 97

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

Shades of Fruit Salad #5BA261

Tints of Fruit Salad #5BA261

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.29%

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

R = 26%
G = 46.29%
B = 27.71%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#5BA261 (or 0x5BA261) is known color: Fruit Salad. HEX triplet: 5B, A2 and 61. RGB value is (91,162,97). Sum of RGB (Red+Green+Blue) = 91+162+97=350 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26% from 350); Green value is 162 (63.67% from 255 or 46.29% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 162 - color contains mainly: green. Hex color #5BA261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA261 is #A45D9E. Grayscale: #858585. Windows color (decimal): -10771871 or 6398555. OLE color: 6398555.

HSL color Cylindrical-coordinate representation of color #5BA261: hue angle of 125.07º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5BA261 is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 91 162 97 -
CMYK 0.44 0 0.40 0.36
HSL 125.07º 0.28% 0.5% -
HSV(B) 125.07º 0.44% 0.64% -
XYZ 19.39 28.93 15.87 -
YUV 133.36 107.48 97.79 -
System Red Green Blue C M Y K H S L
Decimal 91 162 97 0.44 0 0.40 0.36 125.07 0.28 0.5
Hex 5B A2 61 2C 0 28 24 7D 1C 32
Octal 133 242 141 54 0 50 44 175 34 62
Binary 1011011 10100010 1100001 101100 0 101000 100100 1111101 11100 110010

Color Harmonies of #5BA261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA261

Black with #5BA261

Text Example


Text Example

White with #5BA261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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