Html Css Color HEX #4D990F Limeade

📋 copy color: '#4D990F'

red 77 ◦ green 153 ◦ blue 15

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

Shades of Limeade #4D990F

Tints of Limeade #4D990F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 62.45%

 BLUE value IS 15 (6.25% from 255) = 6.12%

R = 31.43%
G = 62.45%
B = 6.12%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#4D990F (or 0x4D990F) is known color: Limeade. HEX triplet: 4D, 99 and 0F. RGB value is (77,153,15). Sum of RGB (Red+Green+Blue) = 77+153+15=245 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.43% from 245); Green value is 153 (60.16% from 255 or 62.45% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 153 - color contains mainly: green. Hex color #4D990F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D990F is #B266F0. Grayscale: #737373. Windows color (decimal): -11691761 or 1022285. OLE color: 1022285.

HSL color Cylindrical-coordinate representation of color #4D990F: hue angle of 93.04º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D990F is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 77 153 15 -
CMYK 0.50 0 0.90 0.4
HSL 93.04º 0.82% 0.33% -
HSV(B) 93.04º 0.9% 0.6% -
XYZ 14.54 24.39 4.39 -
YUV 114.54 71.82 101.22 -
System Red Green Blue C M Y K H S L
Decimal 77 153 15 0.50 0 0.90 0.4 93.04 0.82 0.33
Hex 4D 99 F 32 0 5A 28 5D 52 21
Octal 115 231 17 62 0 132 50 135 122 41
Binary 1001101 10011001 1111 110010 0 1011010 101000 1011101 1010010 100001

Color Harmonies of #4D990F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D990F

Black with #4D990F

Text Example


Text Example

White with #4D990F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,153,15); }

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

background-color css

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

 a { background-color: rgb(77,153,15); }

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

border-color css

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

 span { border-color: rgb(77,153,15); }

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