#49C514

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

Shades of Kelly Green #49C514

Tints of Kelly Green #49C514

Color information

#49C514 (or 0x49C514) is unknown color: approx Kelly Green. HEX triplet: 49, C5 and 14. RGB value is (73,197,20). Sum of RGB (Red+Green+Blue) = 73+197+20=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 197 (77.34% from 255 or 67.93% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 197 - color contains mainly: green. Hex color #49C514 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49C514 is #B63AEB. Grayscale: #8C8C8C. Windows color (decimal): -11942636 or 1361225. OLE color: 1361225.

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

Color convert

RGB7319720-
CMYK0.6300.900.23
HSL102.03º81.57%42.55%-
HSV(B)102.03º89.85%77.25%-
XYZ22.8441.47.45-
YUV139.7560.4280.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.17%
GREEN value IS 197 (77.34% from 255) = 67.93%
BLUE value IS 20 (8.20% from 255) = 6.90%
R=25.17%
G=67.93%
B=6.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal73197200.6300.900.23102.0381.5742.55
Hex49C5143F05A1766522b
Octal111305247701322714612253
Binary10010011100010110100111111010110101011111001101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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