Html Css Color HEX #49960D Limeade

📋 copy color: '#49960D'

red 73 ◦ green 150 ◦ blue 13

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

Shades of Limeade #49960D

Tints of Limeade #49960D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 63.56%

 BLUE value IS 13 (5.47% from 255) = 5.51%

R = 30.93%
G = 63.56%
B = 5.51%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#49960D (or 0x49960D) is known color: Limeade. HEX triplet: 49, 96 and 0D. RGB value is (73,150,13). Sum of RGB (Red+Green+Blue) = 73+150+13=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 150 (58.98% from 255 or 63.56% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 150 - color contains mainly: green. Hex color #49960D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49960D is #B669F2. Grayscale: #6F6F6F. Windows color (decimal): -11954675 or 890441. OLE color: 890441.

HSL color Cylindrical-coordinate representation of color #49960D: hue angle of 93.72º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49960D is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 150 13 -
CMYK 0.51 0 0.91 0.41
HSL 93.72º 0.84% 0.32% -
HSV(B) 93.72º 0.91% 0.59% -
XYZ 13.73 23.26 4.15 -
YUV 111.36 72.49 100.64 -
System Red Green Blue C M Y K H S L
Decimal 73 150 13 0.51 0 0.91 0.41 93.72 0.84 0.32
Hex 49 96 D 33 0 5B 29 5E 54 20
Octal 111 226 15 63 0 133 51 136 124 40
Binary 1001001 10010110 1101 110011 0 1011011 101001 1011110 1010100 100000

Color Harmonies of #49960D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49960D

Black with #49960D

Text Example


Text Example

White with #49960D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49960D; }

 p { color: rgb(73,150,13); }

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

background-color css

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

 a { background-color: rgb(73,150,13); }

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

border-color css

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

 span { border-color: rgb(73,150,13); }

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