Html Css Color HEX #499100 Limeade

📋 copy color: '#499100'

red 73 ◦ green 145 ◦ blue 0

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

Shades of Limeade #499100

Tints of Limeade #499100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 33.49%
G = 66.51%
B = 0%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#499100 (or 0x499100) is known color: Limeade. HEX triplet: 49, 91 and 00. RGB value is (73,145,0). Sum of RGB (Red+Green+Blue) = 73+145+0=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 145 (57.03% from 255 or 66.51% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 145 - color contains mainly: green. Hex color #499100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499100 is #B66EFF. Grayscale: #6B6B6B. Windows color (decimal): -11955968 or 37193. OLE color: 37193.

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

Color convert

RGB 73 145 0 -
CMYK 0.50 0 1 0.43
HSL 89.79º 1% 0.28% -
HSV(B) 89.79º 1% 0.57% -
XYZ 12.87 21.67 3.5 -
YUV 106.94 67.65 103.79 -
System Red Green Blue C M Y K H S L
Decimal 73 145 0 0.50 0 1 0.43 89.79 1 0.28
Hex 49 91 0 32 0 64 2B 5A 64 1C
Octal 111 221 0 62 0 144 53 132 144 34
Binary 1001001 10010001 0 110010 0 1100100 101011 1011010 1100100 11100

Color Harmonies of #499100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499100

Black with #499100

Text Example


Text Example

White with #499100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499100; }

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

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

background-color css

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

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

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

border-color css

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

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

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