#5EA25A

Color #5EA25A Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #5EA25A

Tints of Fruit Salad #5EA25A

Color information

#5EA25A (or 0x5EA25A) is unknown color: approx Fruit Salad. HEX triplet: 5E, A2 and 5A. RGB value is (94,162,90). Sum of RGB (Red+Green+Blue) = 94+162+90=346 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.17% from 346); Green value is 162 (63.67% from 255 or 46.82% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 162 - color contains mainly: green. Hex color #5EA25A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA25A is #A15DA5. Grayscale: #858585. Windows color (decimal): -10575270 or 5939806. OLE color: 5939806.

HSL color Cylindrical-coordinate representation of color #5EA25A: hue angle of 116.67º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5EA25A is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB9416290-
CMYK0.4200.440.36
HSL116.67º28.57%49.41%-
HSV(B)116.67º44.44%63.53%-
XYZ19.3828.9614.24-
YUV133.46103.4799.85-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.17%
GREEN value IS 162 (63.67% from 255) = 46.82%
BLUE value IS 90 (35.55% from 255) = 26.01%
R=27.17%
G=46.82%
B=26.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal94162900.4200.440.36116.6728.5749.41
Hex5EA25A2A02C24751d31
Octal13624213252054441653561
Binary10111101010001010110101010100101100100100111010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,162,90); }

 H1.HeaderClassName
 {
   color: #5EA25A;
 }
 .AnyTagClassName
 {
   color: #5EA25A;
 }
</style>
background-color css

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

 a { background-color: rgb(94,162,90); }

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

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

 span { border-color: rgb(94,162,90); }

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