Html Css Color HEX #5E994D Hippie Green

📋 copy color: '#5E994D'

red 94 ◦ green 153 ◦ blue 77

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

Shades of Hippie Green #5E994D

Tints of Hippie Green #5E994D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.22%

 BLUE value IS 77 (30.47% from 255) = 23.77%

R = 29.01%
G = 47.22%
B = 23.77%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#5E994D (or 0x5E994D) is known color: Hippie Green. HEX triplet: 5E, 99 and 4D. RGB value is (94,153,77). Sum of RGB (Red+Green+Blue) = 94+153+77=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #5E994D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E994D is #A166B2. Grayscale: #7E7E7E. Windows color (decimal): -10577587 or 5085534. OLE color: 5085534.

HSL color Cylindrical-coordinate representation of color #5E994D: hue angle of 106.58º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E994D is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 94 153 77 -
CMYK 0.39 0 0.50 0.4
HSL 106.58º 0.33% 0.45% -
HSV(B) 106.58º 0.5% 0.6% -
XYZ 17.35 25.7 11.07 -
YUV 126.7 99.95 104.68 -
System Red Green Blue C M Y K H S L
Decimal 94 153 77 0.39 0 0.50 0.4 106.58 0.33 0.45
Hex 5E 99 4D 27 0 32 28 6B 21 2D
Octal 136 231 115 47 0 62 50 153 41 55
Binary 1011110 10011001 1001101 100111 0 110010 101000 1101011 100001 101101

Color Harmonies of #5E994D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E994D

Black with #5E994D

Text Example


Text Example

White with #5E994D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,153,77); }

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

background-color css

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

 a { background-color: rgb(94,153,77); }

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

border-color css

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

 span { border-color: rgb(94,153,77); }

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