Html Css Color HEX #5FA35D Fruit Salad

📋 copy color: '#5FA35D'

red 95 ◦ green 163 ◦ blue 93

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

Shades of Fruit Salad #5FA35D

Tints of Fruit Salad #5FA35D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.5%

R = 27.07%
G = 46.44%
B = 26.5%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#5FA35D (or 0x5FA35D) is known color: Fruit Salad. HEX triplet: 5F, A3 and 5D. RGB value is (95,163,93). Sum of RGB (Red+Green+Blue) = 95+163+93=351 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.07% from 351); Green value is 163 (64.06% from 255 or 46.44% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 163 - color contains mainly: green. Hex color #5FA35D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA35D is #A05CA2. Grayscale: #868686. Windows color (decimal): -10509475 or 6136671. OLE color: 6136671.

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

Color convert

RGB 95 163 93 -
CMYK 0.42 0 0.43 0.36
HSL 118.29º 0.28% 0.5% -
HSV(B) 118.29º 0.43% 0.64% -
XYZ 19.79 29.42 14.99 -
YUV 134.69 104.47 99.69 -
System Red Green Blue C M Y K H S L
Decimal 95 163 93 0.42 0 0.43 0.36 118.29 0.28 0.5
Hex 5F A3 5D 2A 0 2B 24 76 1C 32
Octal 137 243 135 52 0 53 44 166 34 62
Binary 1011111 10100011 1011101 101010 0 101011 100100 1110110 11100 110010

Color Harmonies of #5FA35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA35D

Black with #5FA35D

Text Example


Text Example

White with #5FA35D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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