Html Css Color HEX #49D50E Kelly Green

📋 copy color: '#49D50E'

red 73 ◦ green 213 ◦ blue 14

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

Shades of Kelly Green #49D50E

Tints of Kelly Green #49D50E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 71%

 BLUE value IS 14 (5.86% from 255) = 4.67%

R = 24.33%
G = 71%
B = 4.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#49D50E (or 0x49D50E) is known color: Kelly Green. HEX triplet: 49, D5 and 0E. RGB value is (73,213,14). Sum of RGB (Red+Green+Blue) = 73+213+14=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 213 (83.59% from 255 or 71% from 300); Blue value is 14 (5.86% from 255 or 4.67% from 300); Max value from RGB is 213 - color contains mainly: green. Hex color #49D50E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49D50E is #B62AF1. Grayscale: #959595. Windows color (decimal): -11938546 or 972105. OLE color: 972105.

HSL color Cylindrical-coordinate representation of color #49D50E: hue angle of 102.21º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49D50E is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 213 14 -
CMYK 0.66 0 0.93 0.16
HSL 102.21º 0.88% 0.45% -
HSV(B) 102.21º 0.93% 0.84% -
XYZ 26.62 49.04 8.48 -
YUV 148.45 52.12 74.18 -
System Red Green Blue C M Y K H S L
Decimal 73 213 14 0.66 0 0.93 0.16 102.21 0.88 0.45
Hex 49 D5 E 42 0 5D 10 66 58 2D
Octal 111 325 16 102 0 135 20 146 130 55
Binary 1001001 11010101 1110 1000010 0 1011101 10000 1100110 1011000 101101

Color Harmonies of #49D50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D50E

Black with #49D50E

Text Example


Text Example

White with #49D50E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,213,14); }

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

background-color css

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

 a { background-color: rgb(73,213,14); }

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

border-color css

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

 span { border-color: rgb(73,213,14); }

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