Html Css Color HEX #4D9408 Limeade

📋 copy color: '#4D9408'

red 77 ◦ green 148 ◦ blue 8

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

Shades of Limeade #4D9408

Tints of Limeade #4D9408

RGB

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

 GREEN value IS 148 (58.2% from 255) = 63.52%

 BLUE value IS 8 (3.52% from 255) = 3.43%

R = 33.05%
G = 63.52%
B = 3.43%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#4D9408 (or 0x4D9408) is known color: Limeade. HEX triplet: 4D, 94 and 08. RGB value is (77,148,8). Sum of RGB (Red+Green+Blue) = 77+148+8=233 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.05% from 233); Green value is 148 (58.20% from 255 or 63.52% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 148 - color contains mainly: green. Hex color #4D9408 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9408 is #B26BF7. Grayscale: #6F6F6F. Windows color (decimal): -11693048 or 562253. OLE color: 562253.

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

Color convert

RGB 77 148 8 -
CMYK 0.48 0 0.95 0.42
HSL 90.43º 0.9% 0.31% -
HSV(B) 90.43º 0.95% 0.58% -
XYZ 13.69 22.78 3.9 -
YUV 110.81 69.98 103.88 -
System Red Green Blue C M Y K H S L
Decimal 77 148 8 0.48 0 0.95 0.42 90.43 0.9 0.31
Hex 4D 94 8 30 0 5F 2A 5A 5A 1F
Octal 115 224 10 60 0 137 52 132 132 37
Binary 1001101 10010100 1000 110000 0 1011111 101010 1011010 1011010 11111

Color Harmonies of #4D9408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9408

Black with #4D9408

Text Example


Text Example

White with #4D9408

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,148,8); }

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

background-color css

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

 a { background-color: rgb(77,148,8); }

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

border-color css

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

 span { border-color: rgb(77,148,8); }

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