Html Css Color HEX #499103 Limeade

📋 copy color: '#499103'

red 73 ◦ green 145 ◦ blue 3

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

Shades of Limeade #499103

Tints of Limeade #499103

RGB

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

 GREEN value IS 145 (57.03% from 255) = 65.61%

 BLUE value IS 3 (1.56% from 255) = 1.36%

R = 33.03%
G = 65.61%
B = 1.36%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.98

 K value IS 0.43

RGB Variations

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

Color information

#499103 (or 0x499103) is known color: Limeade. HEX triplet: 49, 91 and 03. RGB value is (73,145,3). Sum of RGB (Red+Green+Blue) = 73+145+3=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 145 (57.03% from 255 or 65.61% from 221); Blue value is 3 (1.56% from 255 or 1.36% from 221); Max value from RGB is 145 - color contains mainly: green. Hex color #499103 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499103 is #B66EFC. Grayscale: #6B6B6B. Windows color (decimal): -11955965 or 233801. OLE color: 233801.

HSL color Cylindrical-coordinate representation of color #499103: hue angle of 90.42º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #499103 is Cyan = 0.50, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 145 3 -
CMYK 0.50 0 0.98 0.43
HSL 90.42º 0.96% 0.29% -
HSV(B) 90.42º 0.98% 0.57% -
XYZ 12.89 21.67 3.59 -
YUV 107.28 69.15 103.55 -
System Red Green Blue C M Y K H S L
Decimal 73 145 3 0.50 0 0.98 0.43 90.42 0.96 0.29
Hex 49 91 3 32 0 62 2B 5A 60 1D
Octal 111 221 3 62 0 142 53 132 140 35
Binary 1001001 10010001 11 110010 0 1100010 101011 1011010 1100000 11101

Color Harmonies of #499103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499103

Black with #499103

Text Example


Text Example

White with #499103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499103; }

 p { color: rgb(73,145,3); }

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

background-color css

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

 a { background-color: rgb(73,145,3); }

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

border-color css

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

 span { border-color: rgb(73,145,3); }

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