Html Css Color HEX #499810 Limeade

📋 copy color: '#499810'

red 73 ◦ green 152 ◦ blue 16

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

Shades of Limeade #499810

Tints of Limeade #499810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.64%

R = 30.29%
G = 63.07%
B = 6.64%

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

#499810 (or 0x499810) is known color: Limeade. HEX triplet: 49, 98 and 10. RGB value is (73,152,16). Sum of RGB (Red+Green+Blue) = 73+152+16=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 152 (59.77% from 255 or 63.07% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 152 - color contains mainly: green. Hex color #499810 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499810 is #B667EF. Grayscale: #717171. Windows color (decimal): -11954160 or 1087561. OLE color: 1087561.

HSL color Cylindrical-coordinate representation of color #499810: hue angle of 94.85º degrees, saturation: 0.81, 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 #499810 is Cyan = 0.52, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 152 16 -
CMYK 0.52 0 0.89 0.40
HSL 94.85º 0.81% 0.33% -
HSV(B) 94.85º 0.89% 0.6% -
XYZ 14.07 23.91 4.36 -
YUV 112.88 73.33 99.56 -
System Red Green Blue C M Y K H S L
Decimal 73 152 16 0.52 0 0.89 0.40 94.85 0.81 0.33
Hex 49 98 10 34 0 59 28 5F 51 21
Octal 111 230 20 64 0 131 50 137 121 41
Binary 1001001 10011000 10000 110100 0 1011001 101000 1011111 1010001 100001

Color Harmonies of #499810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499810

Black with #499810

Text Example


Text Example

White with #499810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499810; }

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

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

background-color css

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

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

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

border-color css

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

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

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