Html Css Color HEX #5F9550 Hippie Green

📋 copy color: '#5F9550'

red 95 ◦ green 149 ◦ blue 80

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

Shades of Hippie Green #5F9550

Tints of Hippie Green #5F9550

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.99%

 BLUE value IS 80 (31.64% from 255) = 24.69%

R = 29.32%
G = 45.99%
B = 24.69%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#5F9550 (or 0x5F9550) is known color: Hippie Green. HEX triplet: 5F, 95 and 50. RGB value is (95,149,80). Sum of RGB (Red+Green+Blue) = 95+149+80=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 149 - color contains mainly: green. Hex color #5F9550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9550 is #A06AAF. Grayscale: #7D7D7D. Windows color (decimal): -10513072 or 5281119. OLE color: 5281119.

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

Color convert

RGB 95 149 80 -
CMYK 0.36 0 0.46 0.42
HSL 106.96º 0.3% 0.45% -
HSV(B) 106.96º 0.46% 0.58% -
XYZ 16.91 24.51 11.43 -
YUV 124.99 102.61 106.61 -
System Red Green Blue C M Y K H S L
Decimal 95 149 80 0.36 0 0.46 0.42 106.96 0.3 0.45
Hex 5F 95 50 24 0 2E 2A 6B 1E 2D
Octal 137 225 120 44 0 56 52 153 36 55
Binary 1011111 10010101 1010000 100100 0 101110 101010 1101011 11110 101101

Color Harmonies of #5F9550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9550

Black with #5F9550

Text Example


Text Example

White with #5F9550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,149,80); }

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

background-color css

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

 a { background-color: rgb(95,149,80); }

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

border-color css

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

 span { border-color: rgb(95,149,80); }

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