#5CA25F

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

Shades of Fruit Salad #5CA25F

Tints of Fruit Salad #5CA25F

Color information

#5CA25F (or 0x5CA25F) is unknown color: approx Fruit Salad. HEX triplet: 5C, A2 and 5F. RGB value is (92,162,95). Sum of RGB (Red+Green+Blue) = 92+162+95=349 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.36% from 349); Green value is 162 (63.67% from 255 or 46.42% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 162 - color contains mainly: green. Hex color #5CA25F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA25F is #A35DA0. Grayscale: #858585. Windows color (decimal): -10706337 or 6267484. OLE color: 6267484.

HSL color Cylindrical-coordinate representation of color #5CA25F: hue angle of 122.57º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5CA25F is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB9216295-
CMYK0.4300.410.36
HSL122.57º27.56%49.8%-
HSV(B)122.57º43.21%63.53%-
XYZ19.428.9415.39-
YUV133.43106.3198.45-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.36%
GREEN value IS 162 (63.67% from 255) = 46.42%
BLUE value IS 95 (37.5% from 255) = 27.22%
R=26.36%
G=46.42%
B=27.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal92162950.4300.410.36122.5727.5649.8
Hex5CA25F2B029247b1c32
Octal13424213753051441733462
Binary10111001010001010111111010110101001100100111101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,162,95); }

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

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

 a { background-color: rgb(92,162,95); }

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

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

 span { border-color: rgb(92,162,95); }

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