Html Css Color HEX #499207 Limeade

📋 copy color: '#499207'

red 73 ◦ green 146 ◦ blue 7

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

Shades of Limeade #499207

Tints of Limeade #499207

RGB

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

 GREEN value IS 146 (57.42% from 255) = 64.6%

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

R = 32.3%
G = 64.6%
B = 3.1%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.95

 K value IS 0.43

RGB Variations

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

Color information

#499207 (or 0x499207) is known color: Limeade. HEX triplet: 49, 92 and 07. RGB value is (73,146,7). Sum of RGB (Red+Green+Blue) = 73+146+7=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 146 (57.42% from 255 or 64.60% from 226); Blue value is 7 (3.12% from 255 or 3.10% from 226); Max value from RGB is 146 - color contains mainly: green. Hex color #499207 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499207 is #B66DF8. Grayscale: #6C6C6C. Windows color (decimal): -11955705 or 496201. OLE color: 496201.

HSL color Cylindrical-coordinate representation of color #499207: hue angle of 91.51º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #499207 is Cyan = 0.5, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 146 7 -
CMYK 0.5 0 0.95 0.43
HSL 91.51º 0.91% 0.3% -
HSV(B) 91.51º 0.95% 0.57% -
XYZ 13.06 21.99 3.76 -
YUV 108.33 70.82 102.8 -
System Red Green Blue C M Y K H S L
Decimal 73 146 7 0.5 0 0.95 0.43 91.51 0.91 0.3
Hex 49 92 7 32 0 5F 2B 5C 5B 1E
Octal 111 222 7 62 0 137 53 134 133 36
Binary 1001001 10010010 111 110010 0 1011111 101011 1011100 1011011 11110

Color Harmonies of #499207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499207

Black with #499207

Text Example


Text Example

White with #499207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499207; }

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

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

background-color css

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

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

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

border-color css

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

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

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