Html Css Color HEX #49D40D Kelly Green

📋 copy color: '#49D40D'

red 73 ◦ green 212 ◦ blue 13

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

Shades of Kelly Green #49D40D

Tints of Kelly Green #49D40D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 71.14%

 BLUE value IS 13 (5.47% from 255) = 4.36%

R = 24.5%
G = 71.14%
B = 4.36%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#49D40D (or 0x49D40D) is known color: Kelly Green. HEX triplet: 49, D4 and 0D. RGB value is (73,212,13). Sum of RGB (Red+Green+Blue) = 73+212+13=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 212 (83.20% from 255 or 71.14% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 212 - color contains mainly: green. Hex color #49D40D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49D40D is #B62BF2. Grayscale: #949494. Windows color (decimal): -11938803 or 906313. OLE color: 906313.

HSL color Cylindrical-coordinate representation of color #49D40D: hue angle of 101.91º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #49D40D is Cyan = 0.66, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 73 212 13 -
CMYK 0.66 0 0.94 0.17
HSL 101.91º 0.88% 0.44% -
HSV(B) 101.91º 0.94% 0.83% -
XYZ 26.36 48.53 8.36 -
YUV 147.75 51.95 74.68 -
System Red Green Blue C M Y K H S L
Decimal 73 212 13 0.66 0 0.94 0.17 101.91 0.88 0.44
Hex 49 D4 D 42 0 5E 11 66 58 2C
Octal 111 324 15 102 0 136 21 146 130 54
Binary 1001001 11010100 1101 1000010 0 1011110 10001 1100110 1011000 101100

Color Harmonies of #49D40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D40D

Black with #49D40D

Text Example


Text Example

White with #49D40D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,212,13); }

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

background-color css

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

 a { background-color: rgb(73,212,13); }

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

border-color css

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

 span { border-color: rgb(73,212,13); }

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