Html Css Color HEX #5BA85D Fruit Salad

📋 copy color: '#5BA85D'

red 91 ◦ green 168 ◦ blue 93

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

Shades of Fruit Salad #5BA85D

Tints of Fruit Salad #5BA85D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.42%

R = 25.85%
G = 47.73%
B = 26.42%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#5BA85D (or 0x5BA85D) is known color: Fruit Salad. HEX triplet: 5B, A8 and 5D. RGB value is (91,168,93). Sum of RGB (Red+Green+Blue) = 91+168+93=352 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.85% from 352); Green value is 168 (66.02% from 255 or 47.73% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 168 - color contains mainly: green. Hex color #5BA85D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA85D is #A457A2. Grayscale: #888888. Windows color (decimal): -10770339 or 6137947. OLE color: 6137947.

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

Color convert

RGB 91 168 93 -
CMYK 0.46 0 0.45 0.34
HSL 121.56º 0.31% 0.51% -
HSV(B) 121.56º 0.46% 0.66% -
XYZ 20.29 31.02 15.27 -
YUV 136.43 103.49 95.6 -
System Red Green Blue C M Y K H S L
Decimal 91 168 93 0.46 0 0.45 0.34 121.56 0.31 0.51
Hex 5B A8 5D 2E 0 2D 22 7A 1F 33
Octal 133 250 135 56 0 55 42 172 37 63
Binary 1011011 10101000 1011101 101110 0 101101 100010 1111010 11111 110011

Color Harmonies of #5BA85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA85D

Black with #5BA85D

Text Example


Text Example

White with #5BA85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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