Html Css Color HEX #4D9110 Limeade

📋 copy color: '#4D9110'

red 77 ◦ green 145 ◦ blue 16

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

Shades of Limeade #4D9110

Tints of Limeade #4D9110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.72%

R = 32.35%
G = 60.92%
B = 6.72%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#4D9110 (or 0x4D9110) is known color: Limeade. HEX triplet: 4D, 91 and 10. RGB value is (77,145,16). Sum of RGB (Red+Green+Blue) = 77+145+16=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 145 (57.03% from 255 or 60.92% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 145 - color contains mainly: green. Hex color #4D9110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9110 is #B26EEF. Grayscale: #6E6E6E. Windows color (decimal): -11693808 or 1085773. OLE color: 1085773.

HSL color Cylindrical-coordinate representation of color #4D9110: hue angle of 91.63º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D9110 is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.43.

Color convert

RGB 77 145 16 -
CMYK 0.47 0 0.89 0.43
HSL 91.63º 0.8% 0.32% -
HSV(B) 91.63º 0.89% 0.57% -
XYZ 13.28 21.87 4.01 -
YUV 109.96 74.97 104.49 -
System Red Green Blue C M Y K H S L
Decimal 77 145 16 0.47 0 0.89 0.43 91.63 0.8 0.32
Hex 4D 91 10 2F 0 59 2B 5C 50 20
Octal 115 221 20 57 0 131 53 134 120 40
Binary 1001101 10010001 10000 101111 0 1011001 101011 1011100 1010000 100000

Color Harmonies of #4D9110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9110

Black with #4D9110

Text Example


Text Example

White with #4D9110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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