Html Css Color HEX #5EA160 Fruit Salad

📋 copy color: '#5EA160'

red 94 ◦ green 161 ◦ blue 96

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

Shades of Fruit Salad #5EA160

Tints of Fruit Salad #5EA160

RGB

 RED value IS 94 (37.11% from 255) = 26.78%

 GREEN value IS 161 (63.28% from 255) = 45.87%

 BLUE value IS 96 (37.89% from 255) = 27.35%

R = 26.78%
G = 45.87%
B = 27.35%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#5EA160 (or 0x5EA160) is known color: Fruit Salad. HEX triplet: 5E, A1 and 60. RGB value is (94,161,96). Sum of RGB (Red+Green+Blue) = 94+161+96=351 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.78% from 351); Green value is 161 (63.28% from 255 or 45.87% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 161 - color contains mainly: green. Hex color #5EA160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA160 is #A15E9F. Grayscale: #858585. Windows color (decimal): -10575520 or 6332766. OLE color: 6332766.

HSL color Cylindrical-coordinate representation of color #5EA160: hue angle of 121.79º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5EA160 is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB 94 161 96 -
CMYK 0.42 0 0.40 0.37
HSL 121.79º 0.26% 0.5% -
HSV(B) 121.79º 0.42% 0.63% -
XYZ 19.47 28.71 15.58 -
YUV 133.56 106.8 99.79 -
System Red Green Blue C M Y K H S L
Decimal 94 161 96 0.42 0 0.40 0.37 121.79 0.26 0.5
Hex 5E A1 60 2A 0 28 25 7A 1A 32
Octal 136 241 140 52 0 50 45 172 32 62
Binary 1011110 10100001 1100000 101010 0 101000 100101 1111010 11010 110010

Color Harmonies of #5EA160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EA160

Black with #5EA160

Text Example


Text Example

White with #5EA160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,161,96); }

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

background-color css

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

 a { background-color: rgb(94,161,96); }

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

border-color css

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

 span { border-color: rgb(94,161,96); }

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