Html Css Color HEX #5E954E Hippie Green

📋 copy color: '#5E954E'

red 94 ◦ green 149 ◦ blue 78

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

Shades of Hippie Green #5E954E

Tints of Hippie Green #5E954E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.3%

R = 29.28%
G = 46.42%
B = 24.3%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#5E954E (or 0x5E954E) is known color: Hippie Green. HEX triplet: 5E, 95 and 4E. RGB value is (94,149,78). Sum of RGB (Red+Green+Blue) = 94+149+78=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #5E954E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E954E is #A16AB1. Grayscale: #7C7C7C. Windows color (decimal): -10578610 or 5150046. OLE color: 5150046.

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

Color convert

RGB 94 149 78 -
CMYK 0.37 0 0.48 0.42
HSL 106.48º 0.31% 0.45% -
HSV(B) 106.48º 0.48% 0.58% -
XYZ 16.74 24.42 11.04 -
YUV 124.46 101.78 106.27 -
System Red Green Blue C M Y K H S L
Decimal 94 149 78 0.37 0 0.48 0.42 106.48 0.31 0.45
Hex 5E 95 4E 25 0 30 2A 6A 1F 2D
Octal 136 225 116 45 0 60 52 152 37 55
Binary 1011110 10010101 1001110 100101 0 110000 101010 1101010 11111 101101

Color Harmonies of #5E954E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E954E

Black with #5E954E

Text Example


Text Example

White with #5E954E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,149,78); }

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

background-color css

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

 a { background-color: rgb(94,149,78); }

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

border-color css

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

 span { border-color: rgb(94,149,78); }

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