Html Css Color HEX #5BA353 Fruit Salad

📋 copy color: '#5BA353'

red 91 ◦ green 163 ◦ blue 83

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

Shades of Fruit Salad #5BA353

Tints of Fruit Salad #5BA353

RGB

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

 GREEN value IS 163 (64.06% from 255) = 48.37%

 BLUE value IS 83 (32.81% from 255) = 24.63%

R = 27%
G = 48.37%
B = 24.63%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#5BA353 (or 0x5BA353) is known color: Fruit Salad. HEX triplet: 5B, A3 and 53. RGB value is (91,163,83). Sum of RGB (Red+Green+Blue) = 91+163+83=337 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.00% from 337); Green value is 163 (64.06% from 255 or 48.37% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 163 - color contains mainly: green. Hex color #5BA353 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA353 is #A45CAC. Grayscale: #848484. Windows color (decimal): -10771629 or 5481307. OLE color: 5481307.

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

Color convert

RGB 91 163 83 -
CMYK 0.44 0 0.49 0.36
HSL 114º 0.33% 0.48% -
HSV(B) 114º 0.49% 0.64% -
XYZ 18.97 29.04 12.79 -
YUV 132.35 100.15 98.5 -
System Red Green Blue C M Y K H S L
Decimal 91 163 83 0.44 0 0.49 0.36 114 0.33 0.48
Hex 5B A3 53 2C 0 31 24 72 21 30
Octal 133 243 123 54 0 61 44 162 41 60
Binary 1011011 10100011 1010011 101100 0 110001 100100 1110010 100001 110000

Color Harmonies of #5BA353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA353

Black with #5BA353

Text Example


Text Example

White with #5BA353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,163,83); }

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

background-color css

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

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

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

border-color css

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

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

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