Html Css Color HEX #499705 Limeade

📋 copy color: '#499705'

red 73 ◦ green 151 ◦ blue 5

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

Shades of Limeade #499705

Tints of Limeade #499705

RGB

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

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

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

R = 31.88%
G = 65.94%
B = 2.18%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#499705 (or 0x499705) is known color: Limeade. HEX triplet: 49, 97 and 05. RGB value is (73,151,5). Sum of RGB (Red+Green+Blue) = 73+151+5=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 151 (59.38% from 255 or 65.94% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 151 - color contains mainly: green. Hex color #499705 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499705 is #B668FA. Grayscale: #6F6F6F. Windows color (decimal): -11954427 or 366409. OLE color: 366409.

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

Color convert

RGB 73 151 5 -
CMYK 0.52 0 0.97 0.41
HSL 92.05º 0.94% 0.31% -
HSV(B) 92.05º 0.97% 0.59% -
XYZ 13.84 23.56 3.96 -
YUV 111.03 68.16 100.87 -
System Red Green Blue C M Y K H S L
Decimal 73 151 5 0.52 0 0.97 0.41 92.05 0.94 0.31
Hex 49 97 5 34 0 61 29 5C 5E 1F
Octal 111 227 5 64 0 141 51 134 136 37
Binary 1001001 10010111 101 110100 0 1100001 101001 1011100 1011110 11111

Color Harmonies of #499705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499705

Black with #499705

Text Example


Text Example

White with #499705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499705; }

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

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

background-color css

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

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

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

border-color css

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

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

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