Html Css Color HEX #5E984A Hippie Green

📋 copy color: '#5E984A'

red 94 ◦ green 152 ◦ blue 74

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

Shades of Hippie Green #5E984A

Tints of Hippie Green #5E984A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.5%

 BLUE value IS 74 (29.3% from 255) = 23.13%

R = 29.38%
G = 47.5%
B = 23.13%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#5E984A (or 0x5E984A) is known color: Hippie Green. HEX triplet: 5E, 98 and 4A. RGB value is (94,152,74). Sum of RGB (Red+Green+Blue) = 94+152+74=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 152 - color contains mainly: green. Hex color #5E984A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E984A is #A167B5. Grayscale: #7E7E7E. Windows color (decimal): -10577846 or 4888670. OLE color: 4888670.

HSL color Cylindrical-coordinate representation of color #5E984A: hue angle of 104.62º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E984A is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB 94 152 74 -
CMYK 0.38 0 0.51 0.40
HSL 104.62º 0.35% 0.44% -
HSV(B) 104.62º 0.51% 0.6% -
XYZ 17.08 25.33 10.47 -
YUV 125.77 98.78 105.34 -
System Red Green Blue C M Y K H S L
Decimal 94 152 74 0.38 0 0.51 0.40 104.62 0.35 0.44
Hex 5E 98 4A 26 0 33 28 69 23 2C
Octal 136 230 112 46 0 63 50 151 43 54
Binary 1011110 10011000 1001010 100110 0 110011 101000 1101001 100011 101100

Color Harmonies of #5E984A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E984A

Black with #5E984A

Text Example


Text Example

White with #5E984A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,152,74); }

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

background-color css

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

 a { background-color: rgb(94,152,74); }

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

border-color css

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

 span { border-color: rgb(94,152,74); }

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