Html Css Color HEX #5FA358 Fruit Salad

📋 copy color: '#5FA358'

red 95 ◦ green 163 ◦ blue 88

#5FA358
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #5FA358

Tints of Fruit Salad #5FA358

RGB

 RED value IS 95 (37.5% from 255) = 27.46%

 GREEN value IS 163 (64.06% from 255) = 47.11%

 BLUE value IS 88 (34.77% from 255) = 25.43%

R = 27.46%
G = 47.11%
B = 25.43%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#5FA358 (or 0x5FA358) is known color: Fruit Salad. HEX triplet: 5F, A3 and 58. RGB value is (95,163,88). Sum of RGB (Red+Green+Blue) = 95+163+88=346 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.46% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 163 - color contains mainly: green. Hex color #5FA358 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA358 is #A05CA7. Grayscale: #868686. Windows color (decimal): -10509480 or 5808991. OLE color: 5808991.

HSL color Cylindrical-coordinate representation of color #5FA358: hue angle of 114.4º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FA358 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB 95 163 88 -
CMYK 0.42 0 0.46 0.36
HSL 114.4º 0.3% 0.49% -
HSV(B) 114.4º 0.46% 0.64% -
XYZ 19.58 29.33 13.86 -
YUV 134.12 101.97 100.1 -
System Red Green Blue C M Y K H S L
Decimal 95 163 88 0.42 0 0.46 0.36 114.4 0.3 0.49
Hex 5F A3 58 2A 0 2E 24 72 1E 31
Octal 137 243 130 52 0 56 44 162 36 61
Binary 1011111 10100011 1011000 101010 0 101110 100100 1110010 11110 110001

Color Harmonies of #5FA358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA358

Black with #5FA358

Text Example


Text Example

White with #5FA358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,163,88); }

 H1.HeaderClassName
 {
   color: #5FA358;
 }
 .AnyTagClassName
 {
   color: #5FA358;
 }
</style>

background-color css

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

 a { background-color: rgb(95,163,88); }

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

border-color css

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

 span { border-color: rgb(95,163,88); }

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