Html Css Color HEX #5E9632 Limeade

📋 copy color: '#5E9632'

red 94 ◦ green 150 ◦ blue 50

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

Shades of Limeade #5E9632

Tints of Limeade #5E9632

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.02%

 BLUE value IS 50 (19.92% from 255) = 17.01%

R = 31.97%
G = 51.02%
B = 17.01%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#5E9632 (or 0x5E9632) is known color: Limeade. HEX triplet: 5E, 96 and 32. RGB value is (94,150,50). Sum of RGB (Red+Green+Blue) = 94+150+50=294 (38% of max value = 765). Red value is 94 (37.11% from 255 or 31.97% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #5E9632 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9632 is #A169CD. Grayscale: #7A7A7A. Windows color (decimal): -10578382 or 3315294. OLE color: 3315294.

HSL color Cylindrical-coordinate representation of color #5E9632: hue angle of 93.6º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E9632 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB 94 150 50 -
CMYK 0.37 0 0.67 0.41
HSL 93.6º 0.5% 0.39% -
HSV(B) 93.6º 0.67% 0.59% -
XYZ 16.1 24.42 6.88 -
YUV 121.86 87.45 108.13 -
System Red Green Blue C M Y K H S L
Decimal 94 150 50 0.37 0 0.67 0.41 93.6 0.5 0.39
Hex 5E 96 32 25 0 43 29 5E 32 27
Octal 136 226 62 45 0 103 51 136 62 47
Binary 1011110 10010110 110010 100101 0 1000011 101001 1011110 110010 100111

Color Harmonies of #5E9632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9632

Black with #5E9632

Text Example


Text Example

White with #5E9632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,150,50); }

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

background-color css

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

 a { background-color: rgb(94,150,50); }

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

border-color css

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

 span { border-color: rgb(94,150,50); }

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