Html Css Color HEX #499601 Limeade

📋 copy color: '#499601'

red 73 ◦ green 150 ◦ blue 1

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

Shades of Limeade #499601

Tints of Limeade #499601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 32.59%
G = 66.96%
B = 0.45%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#499601 (or 0x499601) is known color: Limeade. HEX triplet: 49, 96 and 01. RGB value is (73,150,1). Sum of RGB (Red+Green+Blue) = 73+150+1=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 150 (58.98% from 255 or 66.96% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 150 - color contains mainly: green. Hex color #499601 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499601 is #B669FE. Grayscale: #6E6E6E. Windows color (decimal): -11954687 or 104009. OLE color: 104009.

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

Color convert

RGB 73 150 1 -
CMYK 0.51 0 0.99 0.41
HSL 91.01º 0.99% 0.3% -
HSV(B) 91.01º 0.99% 0.59% -
XYZ 13.66 23.23 3.79 -
YUV 109.99 66.49 101.62 -
System Red Green Blue C M Y K H S L
Decimal 73 150 1 0.51 0 0.99 0.41 91.01 0.99 0.3
Hex 49 96 1 33 0 63 29 5B 63 1E
Octal 111 226 1 63 0 143 51 133 143 36
Binary 1001001 10010110 1 110011 0 1100011 101001 1011011 1100011 11110

Color Harmonies of #499601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499601

Black with #499601

Text Example


Text Example

White with #499601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499601; }

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

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

background-color css

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

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

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

border-color css

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

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

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