Html Css Color HEX #5FA85A Fruit Salad

📋 copy color: '#5FA85A'

red 95 ◦ green 168 ◦ blue 90

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

Shades of Fruit Salad #5FA85A

Tints of Fruit Salad #5FA85A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.59%

 BLUE value IS 90 (35.55% from 255) = 25.5%

R = 26.91%
G = 47.59%
B = 25.5%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#5FA85A (or 0x5FA85A) is known color: Fruit Salad. HEX triplet: 5F, A8 and 5A. RGB value is (95,168,90). Sum of RGB (Red+Green+Blue) = 95+168+90=353 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.91% from 353); Green value is 168 (66.02% from 255 or 47.59% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 168 - color contains mainly: green. Hex color #5FA85A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA85A is #A057A5. Grayscale: #898989. Windows color (decimal): -10508198 or 5941343. OLE color: 5941343.

HSL color Cylindrical-coordinate representation of color #5FA85A: hue angle of 116.15º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FA85A is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 95 168 90 -
CMYK 0.43 0 0.46 0.34
HSL 116.15º 0.31% 0.51% -
HSV(B) 116.15º 0.46% 0.66% -
XYZ 20.57 31.18 14.61 -
YUV 137.28 101.32 97.84 -
System Red Green Blue C M Y K H S L
Decimal 95 168 90 0.43 0 0.46 0.34 116.15 0.31 0.51
Hex 5F A8 5A 2B 0 2E 22 74 1F 33
Octal 137 250 132 53 0 56 42 164 37 63
Binary 1011111 10101000 1011010 101011 0 101110 100010 1110100 11111 110011

Color Harmonies of #5FA85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA85A

Black with #5FA85A

Text Example


Text Example

White with #5FA85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,168,90); }

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

background-color css

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

 a { background-color: rgb(95,168,90); }

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

border-color css

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

 span { border-color: rgb(95,168,90); }

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