Html Css Color HEX #4D9508 Limeade

📋 copy color: '#4D9508'

red 77 ◦ green 149 ◦ blue 8

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

Shades of Limeade #4D9508

Tints of Limeade #4D9508

RGB

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

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

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

R = 32.91%
G = 63.68%
B = 3.42%

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

#4D9508 (or 0x4D9508) is known color: Limeade. HEX triplet: 4D, 95 and 08. RGB value is (77,149,8). Sum of RGB (Red+Green+Blue) = 77+149+8=234 (30% of max value = 765). Red value is 77 (30.47% from 255 or 32.91% from 234); Green value is 149 (58.59% from 255 or 63.68% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 149 - color contains mainly: green. Hex color #4D9508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9508 is #B26AF7. Grayscale: #6F6F6F. Windows color (decimal): -11692792 or 562509. OLE color: 562509.

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

Color convert

RGB 77 149 8 -
CMYK 0.48 0 0.95 0.42
HSL 90.64º 0.9% 0.31% -
HSV(B) 90.64º 0.95% 0.58% -
XYZ 13.85 23.09 3.96 -
YUV 111.4 69.65 103.46 -
System Red Green Blue C M Y K H S L
Decimal 77 149 8 0.48 0 0.95 0.42 90.64 0.9 0.31
Hex 4D 95 8 30 0 5F 2A 5B 5A 1F
Octal 115 225 10 60 0 137 52 133 132 37
Binary 1001101 10010101 1000 110000 0 1011111 101010 1011011 1011010 11111

Color Harmonies of #4D9508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9508

Black with #4D9508

Text Example


Text Example

White with #4D9508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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