#5FA25D

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

Shades of Fruit Salad #5FA25D

Tints of Fruit Salad #5FA25D

Color information

#5FA25D (or 0x5FA25D) is unknown color: approx Fruit Salad. HEX triplet: 5F, A2 and 5D. RGB value is (95,162,93). Sum of RGB (Red+Green+Blue) = 95+162+93=350 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.14% from 350); Green value is 162 (63.67% from 255 or 46.29% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 162 - color contains mainly: green. Hex color #5FA25D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA25D is #A05DA2. Grayscale: #868686. Windows color (decimal): -10509731 or 6136415. OLE color: 6136415.

HSL color Cylindrical-coordinate representation of color #5FA25D: hue angle of 118.26º degrees, saturation: 0.27, 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 #5FA25D is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB9516293-
CMYK0.4100.430.36
HSL118.26º27.06%50%-
HSV(B)118.26º42.59%63.53%-
XYZ19.6229.0614.93-
YUV134.1104.8100.11-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.14%
GREEN value IS 162 (63.67% from 255) = 46.29%
BLUE value IS 93 (36.72% from 255) = 26.57%
R=27.14%
G=46.29%
B=26.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal95162930.4100.430.36118.2627.0650
Hex5FA25D2902B24761b32
Octal13724213551053441663362
Binary10111111010001010111011010010101011100100111011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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