#5CA15E

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

Shades of Fruit Salad #5CA15E

Tints of Fruit Salad #5CA15E

Color information

#5CA15E (or 0x5CA15E) is unknown color: approx Fruit Salad. HEX triplet: 5C, A1 and 5E. RGB value is (92,161,94). Sum of RGB (Red+Green+Blue) = 92+161+94=347 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.51% from 347); Green value is 161 (63.28% from 255 or 46.40% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 161 - color contains mainly: green. Hex color #5CA15E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA15E is #A35EA1. Grayscale: #848484. Windows color (decimal): -10706594 or 6201692. OLE color: 6201692.

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

Color convert

RGB9216194-
CMYK0.4300.420.37
HSL121.74º27.27%49.61%-
HSV(B)121.74º42.86%63.14%-
XYZ19.1828.5715.09-
YUV132.73106.1498.95-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.51%
GREEN value IS 161 (63.28% from 255) = 46.40%
BLUE value IS 94 (37.11% from 255) = 27.09%
R=26.51%
G=46.40%
B=27.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal92161940.4300.420.37121.7427.2749.61
Hex5CA15E2B02A257a1b32
Octal13424113653052451723362
Binary10111001010000110111101010110101010100101111101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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