Html Css Color HEX #5BA15F Fruit Salad

📋 copy color: '#5BA15F'

red 91 ◦ green 161 ◦ blue 95

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

Shades of Fruit Salad #5BA15F

Tints of Fruit Salad #5BA15F

RGB

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

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

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

R = 26.22%
G = 46.4%
B = 27.38%

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

#5BA15F (or 0x5BA15F) is known color: Fruit Salad. HEX triplet: 5B, A1 and 5F. RGB value is (91,161,95). Sum of RGB (Red+Green+Blue) = 91+161+95=347 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.22% from 347); Green value is 161 (63.28% from 255 or 46.40% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 161 - color contains mainly: green. Hex color #5BA15F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA15F is #A45EA0. Grayscale: #848484. Windows color (decimal): -10772129 or 6267227. OLE color: 6267227.

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

Color convert

RGB 91 161 95 -
CMYK 0.43 0 0.41 0.37
HSL 123.43º 0.28% 0.49% -
HSV(B) 123.43º 0.43% 0.63% -
XYZ 19.12 28.54 15.33 -
YUV 132.55 106.81 98.37 -
System Red Green Blue C M Y K H S L
Decimal 91 161 95 0.43 0 0.41 0.37 123.43 0.28 0.49
Hex 5B A1 5F 2B 0 29 25 7B 1C 31
Octal 133 241 137 53 0 51 45 173 34 61
Binary 1011011 10100001 1011111 101011 0 101001 100101 1111011 11100 110001

Color Harmonies of #5BA15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA15F

Black with #5BA15F

Text Example


Text Example

White with #5BA15F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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