Html Css Color HEX #5FA057 Hippie Green

📋 copy color: '#5FA057'

red 95 ◦ green 160 ◦ blue 87

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

Shades of Hippie Green #5FA057

Tints of Hippie Green #5FA057

RGB

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

 GREEN value IS 160 (62.89% from 255) = 46.78%

 BLUE value IS 87 (34.38% from 255) = 25.44%

R = 27.78%
G = 46.78%
B = 25.44%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#5FA057 (or 0x5FA057) is known color: Hippie Green. HEX triplet: 5F, A0 and 57. RGB value is (95,160,87). Sum of RGB (Red+Green+Blue) = 95+160+87=342 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.78% from 342); Green value is 160 (62.89% from 255 or 46.78% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 160 - color contains mainly: green. Hex color #5FA057 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA057 is #A05FA8. Grayscale: #848484. Windows color (decimal): -10510249 or 5742687. OLE color: 5742687.

HSL color Cylindrical-coordinate representation of color #5FA057: hue angle of 113.42º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FA057 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB 95 160 87 -
CMYK 0.41 0 0.46 0.37
HSL 113.42º 0.3% 0.48% -
HSV(B) 113.42º 0.46% 0.63% -
XYZ 19.01 28.26 13.47 -
YUV 132.24 102.47 101.44 -
System Red Green Blue C M Y K H S L
Decimal 95 160 87 0.41 0 0.46 0.37 113.42 0.3 0.48
Hex 5F A0 57 29 0 2E 25 71 1E 30
Octal 137 240 127 51 0 56 45 161 36 60
Binary 1011111 10100000 1010111 101001 0 101110 100101 1110001 11110 110000

Color Harmonies of #5FA057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA057

Black with #5FA057

Text Example


Text Example

White with #5FA057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,160,87); }

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

background-color css

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

 a { background-color: rgb(95,160,87); }

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

border-color css

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

 span { border-color: rgb(95,160,87); }

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