Html Css Color HEX #5E9650 Hippie Green

📋 copy color: '#5E9650'

red 94 ◦ green 150 ◦ blue 80

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

Shades of Hippie Green #5E9650

Tints of Hippie Green #5E9650

RGB

 RED value IS 94 (37.11% from 255) = 29.01%

 GREEN value IS 150 (58.98% from 255) = 46.3%

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

R = 29.01%
G = 46.3%
B = 24.69%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#5E9650 (or 0x5E9650) is known color: Hippie Green. HEX triplet: 5E, 96 and 50. RGB value is (94,150,80). Sum of RGB (Red+Green+Blue) = 94+150+80=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #5E9650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9650 is #A169AF. Grayscale: #7D7D7D. Windows color (decimal): -10578352 or 5281374. OLE color: 5281374.

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

Color convert

RGB 94 150 80 -
CMYK 0.37 0 0.47 0.41
HSL 108º 0.3% 0.45% -
HSV(B) 108º 0.47% 0.59% -
XYZ 16.97 24.77 11.48 -
YUV 125.28 102.45 105.69 -
System Red Green Blue C M Y K H S L
Decimal 94 150 80 0.37 0 0.47 0.41 108 0.3 0.45
Hex 5E 96 50 25 0 2F 29 6C 1E 2D
Octal 136 226 120 45 0 57 51 154 36 55
Binary 1011110 10010110 1010000 100101 0 101111 101001 1101100 11110 101101

Color Harmonies of #5E9650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9650

Black with #5E9650

Text Example


Text Example

White with #5E9650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,150,80); }

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

background-color css

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

 a { background-color: rgb(94,150,80); }

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

border-color css

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

 span { border-color: rgb(94,150,80); }

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