Html Css Color HEX #499710 Limeade

📋 copy color: '#499710'

red 73 ◦ green 151 ◦ blue 16

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

Shades of Limeade #499710

Tints of Limeade #499710

RGB

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

 GREEN value IS 151 (59.38% from 255) = 62.92%

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

R = 30.42%
G = 62.92%
B = 6.67%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#499710 (or 0x499710) is known color: Limeade. HEX triplet: 49, 97 and 10. RGB value is (73,151,16). Sum of RGB (Red+Green+Blue) = 73+151+16=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 151 (59.38% from 255 or 62.92% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 151 - color contains mainly: green. Hex color #499710 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499710 is #B668EF. Grayscale: #707070. Windows color (decimal): -11954416 or 1087305. OLE color: 1087305.

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

Color convert

RGB 73 151 16 -
CMYK 0.52 0 0.89 0.41
HSL 94.67º 0.81% 0.33% -
HSV(B) 94.67º 0.89% 0.59% -
XYZ 13.91 23.59 4.31 -
YUV 112.29 73.66 99.98 -
System Red Green Blue C M Y K H S L
Decimal 73 151 16 0.52 0 0.89 0.41 94.67 0.81 0.33
Hex 49 97 10 34 0 59 29 5F 51 21
Octal 111 227 20 64 0 131 51 137 121 41
Binary 1001001 10010111 10000 110100 0 1011001 101001 1011111 1010001 100001

Color Harmonies of #499710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499710

Black with #499710

Text Example


Text Example

White with #499710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499710; }

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

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

background-color css

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

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

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

border-color css

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

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

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