Html Css Color HEX #49C12C Kelly Green

📋 copy color: '#49C12C'

red 73 ◦ green 193 ◦ blue 44

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

Shades of Kelly Green #49C12C

Tints of Kelly Green #49C12C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.19%

R = 23.55%
G = 62.26%
B = 14.19%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#49C12C (or 0x49C12C) is known color: Kelly Green. HEX triplet: 49, C1 and 2C. RGB value is (73,193,44). Sum of RGB (Red+Green+Blue) = 73+193+44=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 193 (75.78% from 255 or 62.26% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 193 - color contains mainly: green. Hex color #49C12C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C12C is #B63ED3. Grayscale: #8C8C8C. Windows color (decimal): -11943636 or 2933065. OLE color: 2933065.

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

Color convert

RGB 73 193 44 -
CMYK 0.62 0 0.77 0.24
HSL 108.32º 0.63% 0.46% -
HSV(B) 108.32º 0.77% 0.76% -
XYZ 22.27 39.74 8.88 -
YUV 140.13 73.74 80.12 -
System Red Green Blue C M Y K H S L
Decimal 73 193 44 0.62 0 0.77 0.24 108.32 0.63 0.46
Hex 49 C1 2C 3E 0 4D 18 6C 3F 2E
Octal 111 301 54 76 0 115 30 154 77 56
Binary 1001001 11000001 101100 111110 0 1001101 11000 1101100 111111 101110

Color Harmonies of #49C12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C12C

Black with #49C12C

Text Example


Text Example

White with #49C12C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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