Html Css Color HEX #5E9455 Hippie Green

📋 copy color: '#5E9455'

red 94 ◦ green 148 ◦ blue 85

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

Shades of Hippie Green #5E9455

Tints of Hippie Green #5E9455

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.26%

 BLUE value IS 85 (33.59% from 255) = 25.99%

R = 28.75%
G = 45.26%
B = 25.99%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#5E9455 (or 0x5E9455) is known color: Hippie Green. HEX triplet: 5E, 94 and 55. RGB value is (94,148,85). Sum of RGB (Red+Green+Blue) = 94+148+85=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 148 - color contains mainly: green. Hex color #5E9455 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9455 is #A16BAA. Grayscale: #7C7C7C. Windows color (decimal): -10578859 or 5608542. OLE color: 5608542.

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

Color convert

RGB 94 148 85 -
CMYK 0.36 0 0.43 0.42
HSL 111.43º 0.27% 0.46% -
HSV(B) 111.43º 0.43% 0.58% -
XYZ 16.85 24.22 12.38 -
YUV 124.67 105.61 106.12 -
System Red Green Blue C M Y K H S L
Decimal 94 148 85 0.36 0 0.43 0.42 111.43 0.27 0.46
Hex 5E 94 55 24 0 2B 2A 6F 1B 2E
Octal 136 224 125 44 0 53 52 157 33 56
Binary 1011110 10010100 1010101 100100 0 101011 101010 1101111 11011 101110

Color Harmonies of #5E9455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9455

Black with #5E9455

Text Example


Text Example

White with #5E9455

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,148,85); }

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

background-color css

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

 a { background-color: rgb(94,148,85); }

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

border-color css

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

 span { border-color: rgb(94,148,85); }

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