Html Css Color HEX #49FD8E Emerald

📋 copy color: '#49FD8E'

red 73 ◦ green 253 ◦ blue 142

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

Shades of Emerald #49FD8E

Tints of Emerald #49FD8E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 54.06%

 BLUE value IS 142 (55.86% from 255) = 30.34%

R = 15.6%
G = 54.06%
B = 30.34%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#49FD8E (or 0x49FD8E) is known color: Emerald. HEX triplet: 49, FD and 8E. RGB value is (73,253,142). Sum of RGB (Red+Green+Blue) = 73+253+142=468 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.60% from 468); Green value is 253 (99.22% from 255 or 54.06% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 253 - color contains mainly: green. Hex color #49FD8E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FD8E is #B60271. Grayscale: #BABABA. Windows color (decimal): -11928178 or 9370953. OLE color: 9370953.

HSL color Cylindrical-coordinate representation of color #49FD8E: hue angle of 143º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FD8E is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 253 142 -
CMYK 0.71 0 0.44 0.01
HSL 143º 0.98% 0.64% -
HSV(B) 143º 0.71% 0.99% -
XYZ 42.76 73.62 37.55 -
YUV 186.53 102.87 47.03 -
System Red Green Blue C M Y K H S L
Decimal 73 253 142 0.71 0 0.44 0.01 143 0.98 0.64
Hex 49 FD 8E 47 0 2C 1 8F 62 40
Octal 111 375 216 107 0 54 1 217 142 100
Binary 1001001 11111101 10001110 1000111 0 101100 1 10001111 1100010 1000000

Color Harmonies of #49FD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FD8E

Black with #49FD8E

Text Example


Text Example

White with #49FD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,253,142); }

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

background-color css

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

 a { background-color: rgb(73,253,142); }

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

border-color css

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

 span { border-color: rgb(73,253,142); }

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