Html Css Color HEX #499805 Limeade

📋 copy color: '#499805'

red 73 ◦ green 152 ◦ blue 5

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

Shades of Limeade #499805

Tints of Limeade #499805

RGB

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

 GREEN value IS 152 (59.77% from 255) = 66.09%

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

R = 31.74%
G = 66.09%
B = 2.17%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#499805 (or 0x499805) is known color: Limeade. HEX triplet: 49, 98 and 05. RGB value is (73,152,5). Sum of RGB (Red+Green+Blue) = 73+152+5=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 152 (59.77% from 255 or 66.09% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 152 - color contains mainly: green. Hex color #499805 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499805 is #B667FA. Grayscale: #707070. Windows color (decimal): -11954171 or 366665. OLE color: 366665.

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

Color convert

RGB 73 152 5 -
CMYK 0.52 0 0.97 0.40
HSL 92.24º 0.94% 0.31% -
HSV(B) 92.24º 0.97% 0.6% -
XYZ 14 23.88 4.02 -
YUV 111.62 67.83 100.45 -
System Red Green Blue C M Y K H S L
Decimal 73 152 5 0.52 0 0.97 0.40 92.24 0.94 0.31
Hex 49 98 5 34 0 61 28 5C 5E 1F
Octal 111 230 5 64 0 141 50 134 136 37
Binary 1001001 10011000 101 110100 0 1100001 101000 1011100 1011110 11111

Color Harmonies of #499805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499805

Black with #499805

Text Example


Text Example

White with #499805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499805; }

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

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

background-color css

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

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

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

border-color css

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

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

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