Html Css Color HEX #4D9108 Limeade

📋 copy color: '#4D9108'

red 77 ◦ green 145 ◦ blue 8

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

Shades of Limeade #4D9108

Tints of Limeade #4D9108

RGB

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

 GREEN value IS 145 (57.03% from 255) = 63.04%

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

R = 33.48%
G = 63.04%
B = 3.48%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#4D9108 (or 0x4D9108) is known color: Limeade. HEX triplet: 4D, 91 and 08. RGB value is (77,145,8). Sum of RGB (Red+Green+Blue) = 77+145+8=230 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.48% from 230); Green value is 145 (57.03% from 255 or 63.04% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 145 - color contains mainly: green. Hex color #4D9108 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9108 is #B26EF7. Grayscale: #6D6D6D. Windows color (decimal): -11693816 or 561485. OLE color: 561485.

HSL color Cylindrical-coordinate representation of color #4D9108: hue angle of 89.78º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D9108 is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB 77 145 8 -
CMYK 0.47 0 0.94 0.43
HSL 89.78º 0.9% 0.3% -
HSV(B) 89.78º 0.94% 0.57% -
XYZ 13.23 21.85 3.75 -
YUV 109.05 70.97 105.14 -
System Red Green Blue C M Y K H S L
Decimal 77 145 8 0.47 0 0.94 0.43 89.78 0.9 0.3
Hex 4D 91 8 2F 0 5E 2B 5A 5A 1E
Octal 115 221 10 57 0 136 53 132 132 36
Binary 1001101 10010001 1000 101111 0 1011110 101011 1011010 1011010 11110

Color Harmonies of #4D9108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9108

Black with #4D9108

Text Example


Text Example

White with #4D9108

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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