Html Css Color HEX #5FA25E Fruit Salad

📋 copy color: '#5FA25E'

red 95 ◦ green 162 ◦ blue 94

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

Shades of Fruit Salad #5FA25E

Tints of Fruit Salad #5FA25E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.15%

 BLUE value IS 94 (37.11% from 255) = 26.78%

R = 27.07%
G = 46.15%
B = 26.78%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#5FA25E (or 0x5FA25E) is known color: Fruit Salad. HEX triplet: 5F, A2 and 5E. RGB value is (95,162,94). Sum of RGB (Red+Green+Blue) = 95+162+94=351 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.07% from 351); Green value is 162 (63.67% from 255 or 46.15% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 162 - color contains mainly: green. Hex color #5FA25E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA25E is #A05DA1. Grayscale: #868686. Windows color (decimal): -10509730 or 6201951. OLE color: 6201951.

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

Color convert

RGB 95 162 94 -
CMYK 0.41 0 0.42 0.36
HSL 119.12º 0.27% 0.5% -
HSV(B) 119.12º 0.42% 0.64% -
XYZ 19.66 29.08 15.17 -
YUV 134.22 105.3 100.03 -
System Red Green Blue C M Y K H S L
Decimal 95 162 94 0.41 0 0.42 0.36 119.12 0.27 0.5
Hex 5F A2 5E 29 0 2A 24 77 1B 32
Octal 137 242 136 51 0 52 44 167 33 62
Binary 1011111 10100010 1011110 101001 0 101010 100100 1110111 11011 110010

Color Harmonies of #5FA25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA25E

Black with #5FA25E

Text Example


Text Example

White with #5FA25E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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