Html Css Color HEX #4D9310 Limeade

📋 copy color: '#4D9310'

red 77 ◦ green 147 ◦ blue 16

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

Shades of Limeade #4D9310

Tints of Limeade #4D9310

RGB

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

 GREEN value IS 147 (57.81% from 255) = 61.25%

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

R = 32.08%
G = 61.25%
B = 6.67%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#4D9310 (or 0x4D9310) is known color: Limeade. HEX triplet: 4D, 93 and 10. RGB value is (77,147,16). Sum of RGB (Red+Green+Blue) = 77+147+16=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 147 (57.81% from 255 or 61.25% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 147 - color contains mainly: green. Hex color #4D9310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9310 is #B26CEF. Grayscale: #6F6F6F. Windows color (decimal): -11693296 or 1086285. OLE color: 1086285.

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

Color convert

RGB 77 147 16 -
CMYK 0.48 0 0.89 0.42
HSL 92.06º 0.8% 0.32% -
HSV(B) 92.06º 0.89% 0.58% -
XYZ 13.59 22.48 4.11 -
YUV 111.14 74.31 103.65 -
System Red Green Blue C M Y K H S L
Decimal 77 147 16 0.48 0 0.89 0.42 92.06 0.8 0.32
Hex 4D 93 10 30 0 59 2A 5C 50 20
Octal 115 223 20 60 0 131 52 134 120 40
Binary 1001101 10010011 10000 110000 0 1011001 101010 1011100 1010000 100000

Color Harmonies of #4D9310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9310

Black with #4D9310

Text Example


Text Example

White with #4D9310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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