#499F02

Color #499F02 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #499F02

Tints of Kelly Green #499F02

Color information

#499F02 (or 0x499F02) is unknown color: approx Kelly Green. HEX triplet: 49, 9F and 02. RGB value is (73,159,2). Sum of RGB (Red+Green+Blue) = 73+159+2=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 159 (62.5% from 255 or 67.95% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 159 - color contains mainly: green. Hex color #499F02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499F02 is #B660FD. Grayscale: #737373. Windows color (decimal): -11952382 or 171849. OLE color: 171849.

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

Color convert

RGB731592-
CMYK0.5400.990.38
HSL92.87º97.52%31.57%-
HSV(B)92.87º98.74%62.35%-
XYZ15.1626.224.32-
YUV115.3964.0197.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.20%
GREEN value IS 159 (62.5% from 255) = 67.95%
BLUE value IS 2 (1.17% from 255) = 0.85%
R=31.20%
G=67.95%
B=0.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7315920.5400.990.3892.8797.5231.57
Hex499F236063265d6220
Octal11123726601434613514240
Binary100100110011111101101100110001110011010111011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,159,2); }

 H1.HeaderClassName
 {
   color: #499F02;
 }
 .AnyTagClassName
 {
   color: #499F02;
 }
</style>
background-color css

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

 a { background-color: rgb(73,159,2); }

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

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

 span { border-color: rgb(73,159,2); }

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