Html Css Color HEX #5D8E42 Glade Green

📋 copy color: '#5D8E42'

red 93 ◦ green 142 ◦ blue 66

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

Shades of Glade Green #5D8E42

Tints of Glade Green #5D8E42

RGB

 RED value IS 93 (36.72% from 255) = 30.9%

 GREEN value IS 142 (55.86% from 255) = 47.18%

 BLUE value IS 66 (26.17% from 255) = 21.93%

R = 30.9%
G = 47.18%
B = 21.93%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.54

 K value IS 0.44

RGB Variations

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

Color information

#5D8E42 (or 0x5D8E42) is known color: Glade Green. HEX triplet: 5D, 8E and 42. RGB value is (93,142,66). Sum of RGB (Red+Green+Blue) = 93+142+66=301 (39% of max value = 765). Red value is 93 (36.72% from 255 or 30.90% from 301); Green value is 142 (55.86% from 255 or 47.18% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 142 - color contains mainly: green. Hex color #5D8E42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D8E42 is #A271BD. Grayscale: #767676. Windows color (decimal): -10645950 or 4361821. OLE color: 4361821.

HSL color Cylindrical-coordinate representation of color #5D8E42: hue angle of 98.68º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D8E42 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB 93 142 66 -
CMYK 0.35 0 0.54 0.44
HSL 98.68º 0.37% 0.41% -
HSV(B) 98.68º 0.54% 0.56% -
XYZ 15.17 22.07 8.61 -
YUV 118.69 98.27 109.68 -
System Red Green Blue C M Y K H S L
Decimal 93 142 66 0.35 0 0.54 0.44 98.68 0.37 0.41
Hex 5D 8E 42 23 0 36 2C 63 25 29
Octal 135 216 102 43 0 66 54 143 45 51
Binary 1011101 10001110 1000010 100011 0 110110 101100 1100011 100101 101001

Color Harmonies of #5D8E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8E42

Black with #5D8E42

Text Example


Text Example

White with #5D8E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,142,66); }

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

background-color css

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

 a { background-color: rgb(93,142,66); }

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

border-color css

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

 span { border-color: rgb(93,142,66); }

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