#49B20E

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

Shades of Kelly Green #49B20E

Tints of Kelly Green #49B20E

Color information

#49B20E (or 0x49B20E) is unknown color: approx Kelly Green. HEX triplet: 49, B2 and 0E. RGB value is (73,178,14). Sum of RGB (Red+Green+Blue) = 73+178+14=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 178 (69.92% from 255 or 67.17% from 265); Blue value is 14 (5.86% from 255 or 5.28% from 265); Max value from RGB is 178 - color contains mainly: green. Hex color #49B20E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49B20E is #B64DF1. Grayscale: #808080. Windows color (decimal): -11947506 or 963145. OLE color: 963145.

HSL color Cylindrical-coordinate representation of color #49B20E: hue angle of 98.41º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49B20E is Cyan = 0.59, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB7317814-
CMYK0.5900.920.30
HSL98.41º85.42%37.65%-
HSV(B)98.41º92.13%69.8%-
XYZ18.7533.295.85-
YUV127.9163.7188.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.55%
GREEN value IS 178 (69.92% from 255) = 67.17%
BLUE value IS 14 (5.86% from 255) = 5.28%
R=27.55%
G=67.17%
B=5.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal73178140.5900.920.3098.4185.4237.65
Hex49B2E3B05C1E625526
Octal111262167301343614212546
Binary1001001101100101110111011010111001111011000101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B20E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,178,14); }

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

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

 a { background-color: rgb(73,178,14); }

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

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

 span { border-color: rgb(73,178,14); }

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