Html Css Color HEX #49DC1C Kelly Green

📋 copy color: '#49DC1C'

red 73 ◦ green 220 ◦ blue 28

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

Shades of Kelly Green #49DC1C

Tints of Kelly Green #49DC1C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 68.54%

 BLUE value IS 28 (11.33% from 255) = 8.72%

R = 22.74%
G = 68.54%
B = 8.72%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#49DC1C (or 0x49DC1C) is known color: Kelly Green. HEX triplet: 49, DC and 1C. RGB value is (73,220,28). Sum of RGB (Red+Green+Blue) = 73+220+28=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 220 (86.33% from 255 or 68.54% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DC1C is #B623E3. Grayscale: #9A9A9A. Windows color (decimal): -11936740 or 1891401. OLE color: 1891401.

HSL color Cylindrical-coordinate representation of color #49DC1C: hue angle of 105.94º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #49DC1C is Cyan = 0.67, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 220 28 -
CMYK 0.67 0 0.87 0.14
HSL 105.94º 0.77% 0.49% -
HSV(B) 105.94º 0.87% 0.86% -
XYZ 28.55 52.69 9.76 -
YUV 154.16 56.8 70.11 -
System Red Green Blue C M Y K H S L
Decimal 73 220 28 0.67 0 0.87 0.14 105.94 0.77 0.49
Hex 49 DC 1C 43 0 57 E 6A 4D 31
Octal 111 334 34 103 0 127 16 152 115 61
Binary 1001001 11011100 11100 1000011 0 1010111 1110 1101010 1001101 110001

Color Harmonies of #49DC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DC1C

Black with #49DC1C

Text Example


Text Example

White with #49DC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,220,28); }

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

background-color css

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

 a { background-color: rgb(73,220,28); }

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

border-color css

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

 span { border-color: rgb(73,220,28); }

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