Html Css Color HEX #5BA85F Fruit Salad

📋 copy color: '#5BA85F'

red 91 ◦ green 168 ◦ blue 95

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

Shades of Fruit Salad #5BA85F

Tints of Fruit Salad #5BA85F

RGB

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

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

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

R = 25.71%
G = 47.46%
B = 26.84%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#5BA85F (or 0x5BA85F) is known color: Fruit Salad. HEX triplet: 5B, A8 and 5F. RGB value is (91,168,95). Sum of RGB (Red+Green+Blue) = 91+168+95=354 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.71% from 354); Green value is 168 (66.02% from 255 or 47.46% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 168 - color contains mainly: green. Hex color #5BA85F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA85F is #A457A0. Grayscale: #888888. Windows color (decimal): -10770337 or 6269019. OLE color: 6269019.

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

Color convert

RGB 91 168 95 -
CMYK 0.46 0 0.43 0.34
HSL 123.12º 0.31% 0.51% -
HSV(B) 123.12º 0.46% 0.66% -
XYZ 20.38 31.06 15.75 -
YUV 136.66 104.49 95.44 -
System Red Green Blue C M Y K H S L
Decimal 91 168 95 0.46 0 0.43 0.34 123.12 0.31 0.51
Hex 5B A8 5F 2E 0 2B 22 7B 1F 33
Octal 133 250 137 56 0 53 42 173 37 63
Binary 1011011 10101000 1011111 101110 0 101011 100010 1111011 11111 110011

Color Harmonies of #5BA85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA85F

Black with #5BA85F

Text Example


Text Example

White with #5BA85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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