#49C515

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

Shades of Kelly Green #49C515

Tints of Kelly Green #49C515

Color information

#49C515 (or 0x49C515) is unknown color: approx Kelly Green. HEX triplet: 49, C5 and 15. RGB value is (73,197,21). Sum of RGB (Red+Green+Blue) = 73+197+21=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 197 (77.34% from 255 or 67.70% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 197 - color contains mainly: green. Hex color #49C515 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49C515 is #B63AEA. Grayscale: #8C8C8C. Windows color (decimal): -11942635 or 1426761. OLE color: 1426761.

HSL color Cylindrical-coordinate representation of color #49C515: hue angle of 102.27º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #49C515 is Cyan = 0.63, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB7319721-
CMYK0.6300.890.23
HSL102.27º80.73%42.75%-
HSV(B)102.27º89.34%77.25%-
XYZ22.8541.47.5-
YUV139.8660.9280.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.09%
GREEN value IS 197 (77.34% from 255) = 67.70%
BLUE value IS 21 (8.59% from 255) = 7.22%
R=25.09%
G=67.70%
B=7.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal73197210.6300.890.23102.2780.7342.75
Hex49C5153F0591766512b
Octal111305257701312714612153
Binary10010011100010110101111111010110011011111001101010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49C515; }

 p { color: rgb(73,197,21); }

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

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

 a { background-color: rgb(73,197,21); }

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

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

 span { border-color: rgb(73,197,21); }

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