Html Css Color HEX #499105 Limeade

📋 copy color: '#499105'

red 73 ◦ green 145 ◦ blue 5

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

Shades of Limeade #499105

Tints of Limeade #499105

RGB

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

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

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

R = 32.74%
G = 65.02%
B = 2.24%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#499105 (or 0x499105) is known color: Limeade. HEX triplet: 49, 91 and 05. RGB value is (73,145,5). Sum of RGB (Red+Green+Blue) = 73+145+5=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 145 (57.03% from 255 or 65.02% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 145 - color contains mainly: green. Hex color #499105 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499105 is #B66EFA. Grayscale: #6B6B6B. Windows color (decimal): -11955963 or 364873. OLE color: 364873.

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

Color convert

RGB 73 145 5 -
CMYK 0.50 0 0.97 0.43
HSL 90.86º 0.93% 0.29% -
HSV(B) 90.86º 0.97% 0.57% -
XYZ 12.9 21.68 3.65 -
YUV 107.51 70.15 103.38 -
System Red Green Blue C M Y K H S L
Decimal 73 145 5 0.50 0 0.97 0.43 90.86 0.93 0.29
Hex 49 91 5 32 0 61 2B 5B 5D 1D
Octal 111 221 5 62 0 141 53 133 135 35
Binary 1001001 10010001 101 110010 0 1100001 101011 1011011 1011101 11101

Color Harmonies of #499105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499105

Black with #499105

Text Example


Text Example

White with #499105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499105; }

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

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

background-color css

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

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

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

border-color css

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

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

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