Html Css Color HEX #49C120 Kelly Green

📋 copy color: '#49C120'

red 73 ◦ green 193 ◦ blue 32

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

Shades of Kelly Green #49C120

Tints of Kelly Green #49C120

RGB

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

 GREEN value IS 193 (75.78% from 255) = 64.77%

 BLUE value IS 32 (12.89% from 255) = 10.74%

R = 24.5%
G = 64.77%
B = 10.74%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#49C120 (or 0x49C120) is known color: Kelly Green. HEX triplet: 49, C1 and 20. RGB value is (73,193,32). Sum of RGB (Red+Green+Blue) = 73+193+32=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 193 (75.78% from 255 or 64.77% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 193 - color contains mainly: green. Hex color #49C120 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C120 is #B63EDF. Grayscale: #8B8B8B. Windows color (decimal): -11943648 or 2146633. OLE color: 2146633.

HSL color Cylindrical-coordinate representation of color #49C120: hue angle of 104.72º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #49C120 is Cyan = 0.62, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 193 32 -
CMYK 0.62 0 0.83 0.24
HSL 104.72º 0.72% 0.44% -
HSV(B) 104.72º 0.83% 0.76% -
XYZ 22.08 39.66 7.86 -
YUV 138.77 67.74 81.09 -
System Red Green Blue C M Y K H S L
Decimal 73 193 32 0.62 0 0.83 0.24 104.72 0.72 0.44
Hex 49 C1 20 3E 0 53 18 69 48 2C
Octal 111 301 40 76 0 123 30 151 110 54
Binary 1001001 11000001 100000 111110 0 1010011 11000 1101001 1001000 101100

Color Harmonies of #49C120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C120

Black with #49C120

Text Example


Text Example

White with #49C120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,193,32); }

 H1.HeaderClassName
 {
   color: #49C120;
 }
 .AnyTagClassName
 {
   color: #49C120;
 }
</style>

background-color css

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

 a { background-color: rgb(73,193,32); }

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

border-color css

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

 span { border-color: rgb(73,193,32); }

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