Html Css Color HEX #4D9515 Limeade

📋 copy color: '#4D9515'

red 77 ◦ green 149 ◦ blue 21

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

Shades of Limeade #4D9515

Tints of Limeade #4D9515

RGB

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

 GREEN value IS 149 (58.59% from 255) = 60.32%

 BLUE value IS 21 (8.59% from 255) = 8.5%

R = 31.17%
G = 60.32%
B = 8.5%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#4D9515 (or 0x4D9515) is known color: Limeade. HEX triplet: 4D, 95 and 15. RGB value is (77,149,21). Sum of RGB (Red+Green+Blue) = 77+149+21=247 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.17% from 247); Green value is 149 (58.59% from 255 or 60.32% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 149 - color contains mainly: green. Hex color #4D9515 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9515 is #B26AEA. Grayscale: #717171. Windows color (decimal): -11692779 or 1414477. OLE color: 1414477.

HSL color Cylindrical-coordinate representation of color #4D9515: hue angle of 93.75º degrees, saturation: 0.75, 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 #4D9515 is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 77 149 21 -
CMYK 0.48 0 0.86 0.42
HSL 93.75º 0.75% 0.33% -
HSV(B) 93.75º 0.86% 0.58% -
XYZ 13.94 23.13 4.44 -
YUV 112.88 76.15 102.41 -
System Red Green Blue C M Y K H S L
Decimal 77 149 21 0.48 0 0.86 0.42 93.75 0.75 0.33
Hex 4D 95 15 30 0 56 2A 5E 4B 21
Octal 115 225 25 60 0 126 52 136 113 41
Binary 1001101 10010101 10101 110000 0 1010110 101010 1011110 1001011 100001

Color Harmonies of #4D9515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9515

Black with #4D9515

Text Example


Text Example

White with #4D9515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,149,21); }

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

background-color css

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

 a { background-color: rgb(77,149,21); }

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

border-color css

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

 span { border-color: rgb(77,149,21); }

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