Html Css Color HEX #5E9D14 Limeade

📋 copy color: '#5E9D14'

red 94 ◦ green 157 ◦ blue 20

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

Shades of Limeade #5E9D14

Tints of Limeade #5E9D14

RGB

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

 GREEN value IS 157 (61.72% from 255) = 57.93%

 BLUE value IS 20 (8.2% from 255) = 7.38%

R = 34.69%
G = 57.93%
B = 7.38%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#5E9D14 (or 0x5E9D14) is known color: Limeade. HEX triplet: 5E, 9D and 14. RGB value is (94,157,20). Sum of RGB (Red+Green+Blue) = 94+157+20=271 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.69% from 271); Green value is 157 (61.72% from 255 or 57.93% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 157 - color contains mainly: green. Hex color #5E9D14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9D14 is #A162EB. Grayscale: #7B7B7B. Windows color (decimal): -10576620 or 1351006. OLE color: 1351006.

HSL color Cylindrical-coordinate representation of color #5E9D14: hue angle of 87.59º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5E9D14 is Cyan = 0.40, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB 94 157 20 -
CMYK 0.40 0 0.87 0.38
HSL 87.59º 0.77% 0.35% -
HSV(B) 87.59º 0.87% 0.62% -
XYZ 16.8 26.54 4.9 -
YUV 122.55 70.13 107.64 -
System Red Green Blue C M Y K H S L
Decimal 94 157 20 0.40 0 0.87 0.38 87.59 0.77 0.35
Hex 5E 9D 14 28 0 57 26 58 4D 23
Octal 136 235 24 50 0 127 46 130 115 43
Binary 1011110 10011101 10100 101000 0 1010111 100110 1011000 1001101 100011

Color Harmonies of #5E9D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9D14

Black with #5E9D14

Text Example


Text Example

White with #5E9D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,157,20); }

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

background-color css

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

 a { background-color: rgb(94,157,20); }

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

border-color css

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

 span { border-color: rgb(94,157,20); }

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