Html Css Color HEX #4D9005 Limeade

📋 copy color: '#4D9005'

red 77 ◦ green 144 ◦ blue 5

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

Shades of Limeade #4D9005

Tints of Limeade #4D9005

RGB

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

 GREEN value IS 144 (56.64% from 255) = 63.72%

 BLUE value IS 5 (2.34% from 255) = 2.21%

R = 34.07%
G = 63.72%
B = 2.21%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#4D9005 (or 0x4D9005) is known color: Limeade. HEX triplet: 4D, 90 and 05. RGB value is (77,144,5). Sum of RGB (Red+Green+Blue) = 77+144+5=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 144 (56.64% from 255 or 63.72% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 144 - color contains mainly: green. Hex color #4D9005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9005 is #B26FFA. Grayscale: #6C6C6C. Windows color (decimal): -11694075 or 364621. OLE color: 364621.

HSL color Cylindrical-coordinate representation of color #4D9005: hue angle of 88.92º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D9005 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 77 144 5 -
CMYK 0.47 0 0.97 0.44
HSL 88.92º 0.93% 0.29% -
HSV(B) 88.92º 0.97% 0.56% -
XYZ 13.06 21.54 3.61 -
YUV 108.12 69.8 105.8 -
System Red Green Blue C M Y K H S L
Decimal 77 144 5 0.47 0 0.97 0.44 88.92 0.93 0.29
Hex 4D 90 5 2F 0 61 2C 59 5D 1D
Octal 115 220 5 57 0 141 54 131 135 35
Binary 1001101 10010000 101 101111 0 1100001 101100 1011001 1011101 11101

Color Harmonies of #4D9005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9005

Black with #4D9005

Text Example


Text Example

White with #4D9005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,144,5); }

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

background-color css

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

 a { background-color: rgb(77,144,5); }

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

border-color css

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

 span { border-color: rgb(77,144,5); }

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