#5CA55E

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

Shades of Fruit Salad #5CA55E

Tints of Fruit Salad #5CA55E

Color information

#5CA55E (or 0x5CA55E) is unknown color: approx Fruit Salad. HEX triplet: 5C, A5 and 5E. RGB value is (92,165,94). Sum of RGB (Red+Green+Blue) = 92+165+94=351 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.21% from 351); Green value is 165 (64.84% from 255 or 47.01% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 165 - color contains mainly: green. Hex color #5CA55E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA55E is #A35AA1. Grayscale: #878787. Windows color (decimal): -10705570 or 6202716. OLE color: 6202716.

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

Color convert

RGB9216594-
CMYK0.4400.430.35
HSL121.64º28.85%50.39%-
HSV(B)121.64º44.24%64.71%-
XYZ19.8929.9915.33-
YUV135.08104.8297.27-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.21%
GREEN value IS 165 (64.84% from 255) = 47.01%
BLUE value IS 94 (37.11% from 255) = 26.78%
R=26.21%
G=47.01%
B=26.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal92165940.4400.430.35121.6428.8550.39
Hex5CA55E2C02B237a1d32
Octal13424513654053431723562
Binary10111001010010110111101011000101011100011111101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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