Html Css Color HEX #5BA75E Fruit Salad

📋 copy color: '#5BA75E'

red 91 ◦ green 167 ◦ blue 94

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

Shades of Fruit Salad #5BA75E

Tints of Fruit Salad #5BA75E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 47.44%

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

R = 25.85%
G = 47.44%
B = 26.7%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#5BA75E (or 0x5BA75E) is known color: Fruit Salad. HEX triplet: 5B, A7 and 5E. RGB value is (91,167,94). Sum of RGB (Red+Green+Blue) = 91+167+94=352 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.85% from 352); Green value is 167 (65.62% from 255 or 47.44% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 167 - color contains mainly: green. Hex color #5BA75E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA75E is #A458A1. Grayscale: #888888. Windows color (decimal): -10770594 or 6203227. OLE color: 6203227.

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

Color convert

RGB 91 167 94 -
CMYK 0.46 0 0.44 0.35
HSL 122.37º 0.3% 0.51% -
HSV(B) 122.37º 0.46% 0.65% -
XYZ 20.15 30.67 15.45 -
YUV 135.95 104.32 95.94 -
System Red Green Blue C M Y K H S L
Decimal 91 167 94 0.46 0 0.44 0.35 122.37 0.3 0.51
Hex 5B A7 5E 2E 0 2C 23 7A 1E 33
Octal 133 247 136 56 0 54 43 172 36 63
Binary 1011011 10100111 1011110 101110 0 101100 100011 1111010 11110 110011

Color Harmonies of #5BA75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA75E

Black with #5BA75E

Text Example


Text Example

White with #5BA75E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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