Html Css Color HEX #499707 Limeade

📋 copy color: '#499707'

red 73 ◦ green 151 ◦ blue 7

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

Shades of Limeade #499707

Tints of Limeade #499707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.03%

R = 31.6%
G = 65.37%
B = 3.03%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#499707 (or 0x499707) is known color: Limeade. HEX triplet: 49, 97 and 07. RGB value is (73,151,7). Sum of RGB (Red+Green+Blue) = 73+151+7=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 151 (59.38% from 255 or 65.37% from 231); Blue value is 7 (3.12% from 255 or 3.03% from 231); Max value from RGB is 151 - color contains mainly: green. Hex color #499707 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499707 is #B668F8. Grayscale: #6F6F6F. Windows color (decimal): -11954425 or 497481. OLE color: 497481.

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

Color convert

RGB 73 151 7 -
CMYK 0.52 0 0.95 0.41
HSL 92.5º 0.91% 0.31% -
HSV(B) 92.5º 0.95% 0.59% -
XYZ 13.85 23.57 4.02 -
YUV 111.26 69.16 100.71 -
System Red Green Blue C M Y K H S L
Decimal 73 151 7 0.52 0 0.95 0.41 92.5 0.91 0.31
Hex 49 97 7 34 0 5F 29 5C 5B 1F
Octal 111 227 7 64 0 137 51 134 133 37
Binary 1001001 10010111 111 110100 0 1011111 101001 1011100 1011011 11111

Color Harmonies of #499707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499707

Black with #499707

Text Example


Text Example

White with #499707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499707; }

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

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

background-color css

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

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

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

border-color css

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

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

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