Html Css Color HEX #5E9414 Limeade

📋 copy color: '#5E9414'

red 94 ◦ green 148 ◦ blue 20

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

Shades of Limeade #5E9414

Tints of Limeade #5E9414

RGB

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

 GREEN value IS 148 (58.2% from 255) = 56.49%

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

R = 35.88%
G = 56.49%
B = 7.63%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#5E9414 (or 0x5E9414) is known color: Limeade. HEX triplet: 5E, 94 and 14. RGB value is (94,148,20). Sum of RGB (Red+Green+Blue) = 94+148+20=262 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.88% from 262); Green value is 148 (58.20% from 255 or 56.49% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 148 - color contains mainly: green. Hex color #5E9414 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9414 is #A16BEB. Grayscale: #757575. Windows color (decimal): -10578924 or 1348702. OLE color: 1348702.

HSL color Cylindrical-coordinate representation of color #5E9414: hue angle of 85.31º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E9414 is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 94 148 20 -
CMYK 0.36 0 0.86 0.42
HSL 85.31º 0.76% 0.33% -
HSV(B) 85.31º 0.86% 0.58% -
XYZ 15.33 23.61 4.41 -
YUV 117.26 73.11 111.41 -
System Red Green Blue C M Y K H S L
Decimal 94 148 20 0.36 0 0.86 0.42 85.31 0.76 0.33
Hex 5E 94 14 24 0 56 2A 55 4C 21
Octal 136 224 24 44 0 126 52 125 114 41
Binary 1011110 10010100 10100 100100 0 1010110 101010 1010101 1001100 100001

Color Harmonies of #5E9414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9414

Black with #5E9414

Text Example


Text Example

White with #5E9414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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