Html Css Color HEX #5E8250 Glade Green

📋 copy color: '#5E8250'

red 94 ◦ green 130 ◦ blue 80

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

Shades of Glade Green #5E8250

Tints of Glade Green #5E8250

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.76%

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

R = 30.92%
G = 42.76%
B = 26.32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#5E8250 (or 0x5E8250) is known color: Glade Green. HEX triplet: 5E, 82 and 50. RGB value is (94,130,80). Sum of RGB (Red+Green+Blue) = 94+130+80=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #5E8250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8250 is #A17DAF. Grayscale: #717171. Windows color (decimal): -10583472 or 5276254. OLE color: 5276254.

HSL color Cylindrical-coordinate representation of color #5E8250: hue angle of 103.2º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E8250 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 94 130 80 -
CMYK 0.28 0 0.38 0.49
HSL 103.2º 0.24% 0.41% -
HSV(B) 103.2º 0.38% 0.51% -
XYZ 14.05 18.92 10.5 -
YUV 113.54 109.07 114.07 -
System Red Green Blue C M Y K H S L
Decimal 94 130 80 0.28 0 0.38 0.49 103.2 0.24 0.41
Hex 5E 82 50 1C 0 26 31 67 18 29
Octal 136 202 120 34 0 46 61 147 30 51
Binary 1011110 10000010 1010000 11100 0 100110 110001 1100111 11000 101001

Color Harmonies of #5E8250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8250

Black with #5E8250

Text Example


Text Example

White with #5E8250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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