Html Css Color HEX #49DC1F Kelly Green

📋 copy color: '#49DC1F'

red 73 ◦ green 220 ◦ blue 31

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

Shades of Kelly Green #49DC1F

Tints of Kelly Green #49DC1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.57%

R = 22.53%
G = 67.9%
B = 9.57%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#49DC1F (or 0x49DC1F) is known color: Kelly Green. HEX triplet: 49, DC and 1F. RGB value is (73,220,31). Sum of RGB (Red+Green+Blue) = 73+220+31=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 220 (86.33% from 255 or 67.90% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DC1F is #B623E0. Grayscale: #9B9B9B. Windows color (decimal): -11936737 or 2088009. OLE color: 2088009.

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

Color convert

RGB 73 220 31 -
CMYK 0.67 0 0.86 0.14
HSL 106.67º 0.75% 0.49% -
HSV(B) 106.67º 0.86% 0.86% -
XYZ 28.59 52.7 9.96 -
YUV 154.5 58.3 69.87 -
System Red Green Blue C M Y K H S L
Decimal 73 220 31 0.67 0 0.86 0.14 106.67 0.75 0.49
Hex 49 DC 1F 43 0 56 E 6B 4B 31
Octal 111 334 37 103 0 126 16 153 113 61
Binary 1001001 11011100 11111 1000011 0 1010110 1110 1101011 1001011 110001

Color Harmonies of #49DC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DC1F

Black with #49DC1F

Text Example


Text Example

White with #49DC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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