Html Css Color HEX #49D406 Kelly Green

📋 copy color: '#49D406'

red 73 ◦ green 212 ◦ blue 6

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

Shades of Kelly Green #49D406

Tints of Kelly Green #49D406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.06%

R = 25.09%
G = 72.85%
B = 2.06%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#49D406 (or 0x49D406) is known color: Kelly Green. HEX triplet: 49, D4 and 06. RGB value is (73,212,6). Sum of RGB (Red+Green+Blue) = 73+212+6=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 212 (83.20% from 255 or 72.85% from 291); Blue value is 6 (2.73% from 255 or 2.06% from 291); Max value from RGB is 212 - color contains mainly: green. Hex color #49D406 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49D406 is #B62BF9. Grayscale: #939393. Windows color (decimal): -11938810 or 447561. OLE color: 447561.

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

Color convert

RGB 73 212 6 -
CMYK 0.66 0 0.97 0.17
HSL 100.49º 0.94% 0.43% -
HSV(B) 100.49º 0.97% 0.83% -
XYZ 26.32 48.52 8.15 -
YUV 146.96 48.45 75.25 -
System Red Green Blue C M Y K H S L
Decimal 73 212 6 0.66 0 0.97 0.17 100.49 0.94 0.43
Hex 49 D4 6 42 0 61 11 64 5E 2B
Octal 111 324 6 102 0 141 21 144 136 53
Binary 1001001 11010100 110 1000010 0 1100001 10001 1100100 1011110 101011

Color Harmonies of #49D406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D406

Black with #49D406

Text Example


Text Example

White with #49D406

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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