Html Css Color HEX #49FE8E Emerald

📋 copy color: '#49FE8E'

red 73 ◦ green 254 ◦ blue 142

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

Shades of Emerald #49FE8E

Tints of Emerald #49FE8E

RGB

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

 GREEN value IS 254 (99.61% from 255) = 54.16%

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

R = 15.57%
G = 54.16%
B = 30.28%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#49FE8E (or 0x49FE8E) is known color: Emerald. HEX triplet: 49, FE and 8E. RGB value is (73,254,142). Sum of RGB (Red+Green+Blue) = 73+254+142=469 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.57% from 469); Green value is 254 (99.61% from 255 or 54.16% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 254 - color contains mainly: green. Hex color #49FE8E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FE8E is #B60171. Grayscale: #BBBBBB. Windows color (decimal): -11927922 or 9371209. OLE color: 9371209.

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

Color convert

RGB 73 254 142 -
CMYK 0.71 0 0.44 0.00
HSL 142.87º 0.99% 0.64% -
HSV(B) 142.87º 0.71% 1% -
XYZ 43.07 74.25 37.65 -
YUV 187.11 102.53 46.61 -
System Red Green Blue C M Y K H S L
Decimal 73 254 142 0.71 0 0.44 0.00 142.87 0.99 0.64
Hex 49 FE 8E 47 0 2C 0 8F 63 40
Octal 111 376 216 107 0 54 0 217 143 100
Binary 1001001 11111110 10001110 1000111 0 101100 0 10001111 1100011 1000000

Color Harmonies of #49FE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FE8E

Black with #49FE8E

Text Example


Text Example

White with #49FE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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