Html Css Color HEX #499811 Limeade

📋 copy color: '#499811'

red 73 ◦ green 152 ◦ blue 17

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

Shades of Limeade #499811

Tints of Limeade #499811

RGB

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

 GREEN value IS 152 (59.77% from 255) = 62.81%

 BLUE value IS 17 (7.03% from 255) = 7.02%

R = 30.17%
G = 62.81%
B = 7.02%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#499811 (or 0x499811) is known color: Limeade. HEX triplet: 49, 98 and 11. RGB value is (73,152,17). Sum of RGB (Red+Green+Blue) = 73+152+17=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 152 (59.77% from 255 or 62.81% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 152 - color contains mainly: green. Hex color #499811 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499811 is #B667EE. Grayscale: #717171. Windows color (decimal): -11954159 or 1153097. OLE color: 1153097.

HSL color Cylindrical-coordinate representation of color #499811: hue angle of 95.11º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #499811 is Cyan = 0.52, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 152 17 -
CMYK 0.52 0 0.89 0.40
HSL 95.11º 0.8% 0.33% -
HSV(B) 95.11º 0.89% 0.6% -
XYZ 14.08 23.91 4.4 -
YUV 112.99 73.83 99.48 -
System Red Green Blue C M Y K H S L
Decimal 73 152 17 0.52 0 0.89 0.40 95.11 0.8 0.33
Hex 49 98 11 34 0 59 28 5F 50 21
Octal 111 230 21 64 0 131 50 137 120 41
Binary 1001001 10011000 10001 110100 0 1011001 101000 1011111 1010000 100001

Color Harmonies of #499811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499811

Black with #499811

Text Example


Text Example

White with #499811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499811; }

 p { color: rgb(73,152,17); }

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

background-color css

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

 a { background-color: rgb(73,152,17); }

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

border-color css

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

 span { border-color: rgb(73,152,17); }

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