Html Css Color HEX #5FA45A Fruit Salad

📋 copy color: '#5FA45A'

red 95 ◦ green 164 ◦ blue 90

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

Shades of Fruit Salad #5FA45A

Tints of Fruit Salad #5FA45A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.99%

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

R = 27.22%
G = 46.99%
B = 25.79%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#5FA45A (or 0x5FA45A) is known color: Fruit Salad. HEX triplet: 5F, A4 and 5A. RGB value is (95,164,90). Sum of RGB (Red+Green+Blue) = 95+164+90=349 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.22% from 349); Green value is 164 (64.45% from 255 or 46.99% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 164 - color contains mainly: green. Hex color #5FA45A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA45A is #A05BA5. Grayscale: #878787. Windows color (decimal): -10509222 or 5940319. OLE color: 5940319.

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

Color convert

RGB 95 164 90 -
CMYK 0.42 0 0.45 0.36
HSL 115.95º 0.29% 0.5% -
HSV(B) 115.95º 0.45% 0.64% -
XYZ 19.84 29.72 14.36 -
YUV 134.93 102.64 99.52 -
System Red Green Blue C M Y K H S L
Decimal 95 164 90 0.42 0 0.45 0.36 115.95 0.29 0.5
Hex 5F A4 5A 2A 0 2D 24 74 1D 32
Octal 137 244 132 52 0 55 44 164 35 62
Binary 1011111 10100100 1011010 101010 0 101101 100100 1110100 11101 110010

Color Harmonies of #5FA45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA45A

Black with #5FA45A

Text Example


Text Example

White with #5FA45A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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