#5CA158

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

Shades of Fruit Salad #5CA158

Tints of Fruit Salad #5CA158

Color information

#5CA158 (or 0x5CA158) is unknown color: approx Fruit Salad. HEX triplet: 5C, A1 and 58. RGB value is (92,161,88). Sum of RGB (Red+Green+Blue) = 92+161+88=341 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.98% from 341); Green value is 161 (63.28% from 255 or 47.21% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 161 - color contains mainly: green. Hex color #5CA158 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA158 is #A35EA7. Grayscale: #848484. Windows color (decimal): -10706600 or 5808476. OLE color: 5808476.

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

Color convert

RGB9216188-
CMYK0.4300.450.37
HSL116.71º29.32%48.82%-
HSV(B)116.71º45.34%63.14%-
XYZ18.9228.4713.73-
YUV132.05103.1499.44-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.98%
GREEN value IS 161 (63.28% from 255) = 47.21%
BLUE value IS 88 (34.77% from 255) = 25.81%
R=26.98%
G=47.21%
B=25.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal92161880.4300.450.37116.7129.3248.82
Hex5CA1582B02D25751d31
Octal13424113053055451653561
Binary10111001010000110110001010110101101100101111010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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