Html Css Color HEX #499D00 Kelly Green

📋 copy color: '#499D00'

red 73 ◦ green 157 ◦ blue 0

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

Shades of Kelly Green #499D00

Tints of Kelly Green #499D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 31.74%
G = 68.26%
B = 0%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#499D00 (or 0x499D00) is known color: Kelly Green. HEX triplet: 49, 9D and 00. RGB value is (73,157,0). Sum of RGB (Red+Green+Blue) = 73+157+0=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 157 (61.72% from 255 or 68.26% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 157 - color contains mainly: green. Hex color #499D00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499D00 is #B662FF. Grayscale: #727272. Windows color (decimal): -11952896 or 40265. OLE color: 40265.

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

Color convert

RGB 73 157 0 -
CMYK 0.54 0 1 0.38
HSL 92.1º 1% 0.31% -
HSV(B) 92.1º 1% 0.62% -
XYZ 14.8 25.53 4.15 -
YUV 113.99 63.67 98.77 -
System Red Green Blue C M Y K H S L
Decimal 73 157 0 0.54 0 1 0.38 92.1 1 0.31
Hex 49 9D 0 36 0 64 26 5C 64 1F
Octal 111 235 0 66 0 144 46 134 144 37
Binary 1001001 10011101 0 110110 0 1100100 100110 1011100 1100100 11111

Color Harmonies of #499D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499D00

Black with #499D00

Text Example


Text Example

White with #499D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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