Html Css Color HEX #499908 Limeade

📋 copy color: '#499908'

red 73 ◦ green 153 ◦ blue 8

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

Shades of Limeade #499908

Tints of Limeade #499908

RGB

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

 GREEN value IS 153 (60.16% from 255) = 65.38%

 BLUE value IS 8 (3.52% from 255) = 3.42%

R = 31.2%
G = 65.38%
B = 3.42%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#499908 (or 0x499908) is known color: Limeade. HEX triplet: 49, 99 and 08. RGB value is (73,153,8). Sum of RGB (Red+Green+Blue) = 73+153+8=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 153 (60.16% from 255 or 65.38% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 153 - color contains mainly: green. Hex color #499908 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499908 is #B666F7. Grayscale: #717171. Windows color (decimal): -11953912 or 563529. OLE color: 563529.

HSL color Cylindrical-coordinate representation of color #499908: hue angle of 93.1º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #499908 is Cyan = 0.52, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 153 8 -
CMYK 0.52 0 0.95 0.4
HSL 93.1º 0.9% 0.32% -
HSV(B) 93.1º 0.95% 0.6% -
XYZ 14.18 24.22 4.16 -
YUV 112.55 69 99.79 -
System Red Green Blue C M Y K H S L
Decimal 73 153 8 0.52 0 0.95 0.4 93.1 0.9 0.32
Hex 49 99 8 34 0 5F 28 5D 5A 20
Octal 111 231 10 64 0 137 50 135 132 40
Binary 1001001 10011001 1000 110100 0 1011111 101000 1011101 1011010 100000

Color Harmonies of #499908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499908

Black with #499908

Text Example


Text Example

White with #499908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499908; }

 p { color: rgb(73,153,8); }

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

background-color css

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

 a { background-color: rgb(73,153,8); }

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

border-color css

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

 span { border-color: rgb(73,153,8); }

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