Html Css Color HEX #5E9250 Hippie Green

📋 copy color: '#5E9250'

red 94 ◦ green 146 ◦ blue 80

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

Shades of Hippie Green #5E9250

Tints of Hippie Green #5E9250

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.63%

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

R = 29.38%
G = 45.63%
B = 25%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#5E9250 (or 0x5E9250) is known color: Hippie Green. HEX triplet: 5E, 92 and 50. RGB value is (94,146,80). Sum of RGB (Red+Green+Blue) = 94+146+80=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 146 - color contains mainly: green. Hex color #5E9250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9250 is #A16DAF. Grayscale: #7B7B7B. Windows color (decimal): -10579376 or 5280350. OLE color: 5280350.

HSL color Cylindrical-coordinate representation of color #5E9250: hue angle of 107.27º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E9250 is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB 94 146 80 -
CMYK 0.36 0 0.45 0.43
HSL 107.27º 0.29% 0.44% -
HSV(B) 107.27º 0.45% 0.57% -
XYZ 16.34 23.52 11.27 -
YUV 122.93 103.77 107.37 -
System Red Green Blue C M Y K H S L
Decimal 94 146 80 0.36 0 0.45 0.43 107.27 0.29 0.44
Hex 5E 92 50 24 0 2D 2B 6B 1D 2C
Octal 136 222 120 44 0 55 53 153 35 54
Binary 1011110 10010010 1010000 100100 0 101101 101011 1101011 11101 101100

Color Harmonies of #5E9250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9250

Black with #5E9250

Text Example


Text Example

White with #5E9250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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