Html Css Color HEX #499E01 Kelly Green

📋 copy color: '#499E01'

red 73 ◦ green 158 ◦ blue 1

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

Shades of Kelly Green #499E01

Tints of Kelly Green #499E01

RGB

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

 GREEN value IS 158 (62.11% from 255) = 68.1%

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

R = 31.47%
G = 68.1%
B = 0.43%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#499E01 (or 0x499E01) is known color: Kelly Green. HEX triplet: 49, 9E and 01. RGB value is (73,158,1). Sum of RGB (Red+Green+Blue) = 73+158+1=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 158 (62.11% from 255 or 68.10% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 158 - color contains mainly: green. Hex color #499E01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499E01 is #B661FE. Grayscale: #737373. Windows color (decimal): -11952639 or 106057. OLE color: 106057.

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

Color convert

RGB 73 158 1 -
CMYK 0.54 0 0.99 0.38
HSL 92.48º 0.99% 0.31% -
HSV(B) 92.48º 0.99% 0.62% -
XYZ 14.98 25.87 4.23 -
YUV 114.69 63.84 98.27 -
System Red Green Blue C M Y K H S L
Decimal 73 158 1 0.54 0 0.99 0.38 92.48 0.99 0.31
Hex 49 9E 1 36 0 63 26 5C 63 1F
Octal 111 236 1 66 0 143 46 134 143 37
Binary 1001001 10011110 1 110110 0 1100011 100110 1011100 1100011 11111

Color Harmonies of #499E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499E01

Black with #499E01

Text Example


Text Example

White with #499E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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