Html Css Color HEX #499205 Limeade

📋 copy color: '#499205'

red 73 ◦ green 146 ◦ blue 5

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

Shades of Limeade #499205

Tints of Limeade #499205

RGB

 RED value IS 73 (28.91% from 255) = 32.59%

 GREEN value IS 146 (57.42% from 255) = 65.18%

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

R = 32.59%
G = 65.18%
B = 2.23%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#499205 (or 0x499205) is known color: Limeade. HEX triplet: 49, 92 and 05. RGB value is (73,146,5). Sum of RGB (Red+Green+Blue) = 73+146+5=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 146 (57.42% from 255 or 65.18% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 146 - color contains mainly: green. Hex color #499205 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499205 is #B66DFA. Grayscale: #6C6C6C. Windows color (decimal): -11955707 or 365129. OLE color: 365129.

HSL color Cylindrical-coordinate representation of color #499205: hue angle of 91.06º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #499205 is Cyan = 0.5, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 146 5 -
CMYK 0.5 0 0.97 0.43
HSL 91.06º 0.93% 0.3% -
HSV(B) 91.06º 0.97% 0.57% -
XYZ 13.05 21.99 3.7 -
YUV 108.1 69.82 102.96 -
System Red Green Blue C M Y K H S L
Decimal 73 146 5 0.5 0 0.97 0.43 91.06 0.93 0.3
Hex 49 92 5 32 0 61 2B 5B 5D 1E
Octal 111 222 5 62 0 141 53 133 135 36
Binary 1001001 10010010 101 110010 0 1100001 101011 1011011 1011101 11110

Color Harmonies of #499205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499205

Black with #499205

Text Example


Text Example

White with #499205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499205; }

 p { color: rgb(73,146,5); }

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

background-color css

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

 a { background-color: rgb(73,146,5); }

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

border-color css

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

 span { border-color: rgb(73,146,5); }

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