Html Css Color HEX #499D10 Kelly Green

📋 copy color: '#499D10'

red 73 ◦ green 157 ◦ blue 16

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

Shades of Kelly Green #499D10

Tints of Kelly Green #499D10

RGB

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

 GREEN value IS 157 (61.72% from 255) = 63.82%

 BLUE value IS 16 (6.64% from 255) = 6.5%

R = 29.67%
G = 63.82%
B = 6.5%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#499D10 (or 0x499D10) is known color: Kelly Green. HEX triplet: 49, 9D and 10. RGB value is (73,157,16). Sum of RGB (Red+Green+Blue) = 73+157+16=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 157 (61.72% from 255 or 63.82% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 157 - color contains mainly: green. Hex color #499D10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499D10 is #B662EF. Grayscale: #747474. Windows color (decimal): -11952880 or 1088841. OLE color: 1088841.

HSL color Cylindrical-coordinate representation of color #499D10: hue angle of 95.74º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #499D10 is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 157 16 -
CMYK 0.54 0 0.90 0.38
HSL 95.74º 0.82% 0.34% -
HSV(B) 95.74º 0.9% 0.62% -
XYZ 14.9 25.57 4.64 -
YUV 115.81 71.67 97.46 -
System Red Green Blue C M Y K H S L
Decimal 73 157 16 0.54 0 0.90 0.38 95.74 0.82 0.34
Hex 49 9D 10 36 0 5A 26 60 52 22
Octal 111 235 20 66 0 132 46 140 122 42
Binary 1001001 10011101 10000 110110 0 1011010 100110 1100000 1010010 100010

Color Harmonies of #499D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499D10

Black with #499D10

Text Example


Text Example

White with #499D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499D10; }

 p { color: rgb(73,157,16); }

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

background-color css

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

 a { background-color: rgb(73,157,16); }

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

border-color css

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

 span { border-color: rgb(73,157,16); }

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