Html Css Color HEX #498F06 Limeade

📋 copy color: '#498F06'

red 73 ◦ green 143 ◦ blue 6

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

Shades of Limeade #498F06

Tints of Limeade #498F06

RGB

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

 GREEN value IS 143 (56.25% from 255) = 64.41%

 BLUE value IS 6 (2.73% from 255) = 2.7%

R = 32.88%
G = 64.41%
B = 2.7%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#498F06 (or 0x498F06) is known color: Limeade. HEX triplet: 49, 8F and 06. RGB value is (73,143,6). Sum of RGB (Red+Green+Blue) = 73+143+6=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 143 (56.25% from 255 or 64.41% from 222); Blue value is 6 (2.73% from 255 or 2.70% from 222); Max value from RGB is 143 - color contains mainly: green. Hex color #498F06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498F06 is #B670F9. Grayscale: #6A6A6A. Windows color (decimal): -11956474 or 429897. OLE color: 429897.

HSL color Cylindrical-coordinate representation of color #498F06: hue angle of 90.66º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #498F06 is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 143 6 -
CMYK 0.49 0 0.96 0.44
HSL 90.66º 0.92% 0.29% -
HSV(B) 90.66º 0.96% 0.56% -
XYZ 12.6 21.07 3.58 -
YUV 106.45 71.31 104.14 -
System Red Green Blue C M Y K H S L
Decimal 73 143 6 0.49 0 0.96 0.44 90.66 0.92 0.29
Hex 49 8F 6 31 0 60 2C 5B 5C 1D
Octal 111 217 6 61 0 140 54 133 134 35
Binary 1001001 10001111 110 110001 0 1100000 101100 1011011 1011100 11101

Color Harmonies of #498F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498F06

Black with #498F06

Text Example


Text Example

White with #498F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498F06; }

 p { color: rgb(73,143,6); }

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

background-color css

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

 a { background-color: rgb(73,143,6); }

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

border-color css

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

 span { border-color: rgb(73,143,6); }

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