Html Css Color HEX #5E9621 Limeade

📋 copy color: '#5E9621'

red 94 ◦ green 150 ◦ blue 33

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

Shades of Limeade #5E9621

Tints of Limeade #5E9621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.91%

R = 33.94%
G = 54.15%
B = 11.91%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#5E9621 (or 0x5E9621) is known color: Limeade. HEX triplet: 5E, 96 and 21. RGB value is (94,150,33). Sum of RGB (Red+Green+Blue) = 94+150+33=277 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.94% from 277); Green value is 150 (58.98% from 255 or 54.15% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 150 - color contains mainly: green. Hex color #5E9621 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9621 is #A169DE. Grayscale: #787878. Windows color (decimal): -10578399 or 2201182. OLE color: 2201182.

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

Color convert

RGB 94 150 33 -
CMYK 0.37 0 0.78 0.41
HSL 88.72º 0.64% 0.36% -
HSV(B) 88.72º 0.78% 0.59% -
XYZ 15.8 24.3 5.3 -
YUV 119.92 78.95 109.51 -
System Red Green Blue C M Y K H S L
Decimal 94 150 33 0.37 0 0.78 0.41 88.72 0.64 0.36
Hex 5E 96 21 25 0 4E 29 59 40 24
Octal 136 226 41 45 0 116 51 131 100 44
Binary 1011110 10010110 100001 100101 0 1001110 101001 1011001 1000000 100100

Color Harmonies of #5E9621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9621

Black with #5E9621

Text Example


Text Example

White with #5E9621

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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