Html Css Color HEX #4D910E Limeade

📋 copy color: '#4D910E'

red 77 ◦ green 145 ◦ blue 14

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

Shades of Limeade #4D910E

Tints of Limeade #4D910E

RGB

 RED value IS 77 (30.47% from 255) = 32.63%

 GREEN value IS 145 (57.03% from 255) = 61.44%

 BLUE value IS 14 (5.86% from 255) = 5.93%

R = 32.63%
G = 61.44%
B = 5.93%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#4D910E (or 0x4D910E) is known color: Limeade. HEX triplet: 4D, 91 and 0E. RGB value is (77,145,14). Sum of RGB (Red+Green+Blue) = 77+145+14=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 145 (57.03% from 255 or 61.44% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 145 - color contains mainly: green. Hex color #4D910E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D910E is #B26EF1. Grayscale: #6E6E6E. Windows color (decimal): -11693810 or 954701. OLE color: 954701.

HSL color Cylindrical-coordinate representation of color #4D910E: hue angle of 91.15º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D910E is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 77 145 14 -
CMYK 0.47 0 0.90 0.43
HSL 91.15º 0.82% 0.31% -
HSV(B) 91.15º 0.9% 0.57% -
XYZ 13.27 21.86 3.94 -
YUV 109.73 73.97 104.65 -
System Red Green Blue C M Y K H S L
Decimal 77 145 14 0.47 0 0.90 0.43 91.15 0.82 0.31
Hex 4D 91 E 2F 0 5A 2B 5B 52 1F
Octal 115 221 16 57 0 132 53 133 122 37
Binary 1001101 10010001 1110 101111 0 1011010 101011 1011011 1010010 11111

Color Harmonies of #4D910E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D910E

Black with #4D910E

Text Example


Text Example

White with #4D910E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D910E; }

 p { color: rgb(77,145,14); }

 H1.HeaderClassName
 {
   color: #4D910E;
 }
 .AnyTagClassName
 {
   color: #4D910E;
 }
</style>

background-color css

<style>
 a { background-color: #4D910E; }

 a { background-color: rgb(77,145,14); }

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

border-color css

<style>
 span { border-color: #4D910E; }

 span { border-color: rgb(77,145,14); }

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