Html Css Color HEX #49DC13 Kelly Green

📋 copy color: '#49DC13'

red 73 ◦ green 220 ◦ blue 19

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

Shades of Kelly Green #49DC13

Tints of Kelly Green #49DC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.09%

R = 23.4%
G = 70.51%
B = 6.09%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#49DC13 (or 0x49DC13) is known color: Kelly Green. HEX triplet: 49, DC and 13. RGB value is (73,220,19). Sum of RGB (Red+Green+Blue) = 73+220+19=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 220 (86.33% from 255 or 70.51% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49DC13 is #B623EC. Grayscale: #999999. Windows color (decimal): -11936749 or 1301577. OLE color: 1301577.

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

Color convert

RGB 73 220 19 -
CMYK 0.67 0 0.91 0.14
HSL 103.88º 0.84% 0.47% -
HSV(B) 103.88º 0.91% 0.86% -
XYZ 28.46 52.65 9.28 -
YUV 153.13 52.3 70.84 -
System Red Green Blue C M Y K H S L
Decimal 73 220 19 0.67 0 0.91 0.14 103.88 0.84 0.47
Hex 49 DC 13 43 0 5B E 68 54 2F
Octal 111 334 23 103 0 133 16 150 124 57
Binary 1001001 11011100 10011 1000011 0 1011011 1110 1101000 1010100 101111

Color Harmonies of #49DC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DC13

Black with #49DC13

Text Example


Text Example

White with #49DC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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