Html Css Color HEX #49DF14 Kelly Green

📋 copy color: '#49DF14'

red 73 ◦ green 223 ◦ blue 20

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

Shades of Kelly Green #49DF14

Tints of Kelly Green #49DF14

RGB

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

 GREEN value IS 223 (87.5% from 255) = 70.57%

 BLUE value IS 20 (8.2% from 255) = 6.33%

R = 23.1%
G = 70.57%
B = 6.33%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#49DF14 (or 0x49DF14) is known color: Kelly Green. HEX triplet: 49, DF and 14. RGB value is (73,223,20). Sum of RGB (Red+Green+Blue) = 73+223+20=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 223 (87.5% from 255 or 70.57% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 223 - color contains mainly: green. Hex color #49DF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49DF14 is #B620EB. Grayscale: #9B9B9B. Windows color (decimal): -11935980 or 1367881. OLE color: 1367881.

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

Color convert

RGB 73 223 20 -
CMYK 0.67 0 0.91 0.13
HSL 104.34º 0.84% 0.48% -
HSV(B) 104.34º 0.91% 0.87% -
XYZ 29.26 54.24 9.59 -
YUV 155.01 51.81 69.51 -
System Red Green Blue C M Y K H S L
Decimal 73 223 20 0.67 0 0.91 0.13 104.34 0.84 0.48
Hex 49 DF 14 43 0 5B D 68 54 30
Octal 111 337 24 103 0 133 15 150 124 60
Binary 1001001 11011111 10100 1000011 0 1011011 1101 1101000 1010100 110000

Color Harmonies of #49DF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DF14

Black with #49DF14

Text Example


Text Example

White with #49DF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,223,20); }

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

background-color css

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

 a { background-color: rgb(73,223,20); }

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

border-color css

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

 span { border-color: rgb(73,223,20); }

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