Html Css Color HEX #5BA85E Fruit Salad

📋 copy color: '#5BA85E'

red 91 ◦ green 168 ◦ blue 94

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

Shades of Fruit Salad #5BA85E

Tints of Fruit Salad #5BA85E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.59%

 BLUE value IS 94 (37.11% from 255) = 26.63%

R = 25.78%
G = 47.59%
B = 26.63%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#5BA85E (or 0x5BA85E) is known color: Fruit Salad. HEX triplet: 5B, A8 and 5E. RGB value is (91,168,94). Sum of RGB (Red+Green+Blue) = 91+168+94=353 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.78% from 353); Green value is 168 (66.02% from 255 or 47.59% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 168 - color contains mainly: green. Hex color #5BA85E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA85E is #A457A1. Grayscale: #888888. Windows color (decimal): -10770338 or 6203483. OLE color: 6203483.

HSL color Cylindrical-coordinate representation of color #5BA85E: hue angle of 122.34º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA85E is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB 91 168 94 -
CMYK 0.46 0 0.44 0.34
HSL 122.34º 0.31% 0.51% -
HSV(B) 122.34º 0.46% 0.66% -
XYZ 20.34 31.04 15.51 -
YUV 136.54 103.99 95.52 -
System Red Green Blue C M Y K H S L
Decimal 91 168 94 0.46 0 0.44 0.34 122.34 0.31 0.51
Hex 5B A8 5E 2E 0 2C 22 7A 1F 33
Octal 133 250 136 56 0 54 42 172 37 63
Binary 1011011 10101000 1011110 101110 0 101100 100010 1111010 11111 110011

Color Harmonies of #5BA85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA85E

Black with #5BA85E

Text Example


Text Example

White with #5BA85E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,168,94); }

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

background-color css

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

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

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

border-color css

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

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

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