Html Css Color HEX #49F290 Emerald

📋 copy color: '#49F290'

red 73 ◦ green 242 ◦ blue 144

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

Shades of Emerald #49F290

Tints of Emerald #49F290

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.72%

 BLUE value IS 144 (56.64% from 255) = 31.37%

R = 15.9%
G = 52.72%
B = 31.37%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#49F290 (or 0x49F290) is known color: Emerald. HEX triplet: 49, F2 and 90. RGB value is (73,242,144). Sum of RGB (Red+Green+Blue) = 73+242+144=459 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.90% from 459); Green value is 242 (94.92% from 255 or 52.72% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 242 - color contains mainly: green. Hex color #49F290 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F290 is #B60D6F. Grayscale: #B4B4B4. Windows color (decimal): -11930992 or 9499209. OLE color: 9499209.

HSL color Cylindrical-coordinate representation of color #49F290: hue angle of 145.21º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F290 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 242 144 -
CMYK 0.70 0 0.40 0.05
HSL 145.21º 0.87% 0.62% -
HSV(B) 145.21º 0.7% 0.95% -
XYZ 39.53 66.93 37.22 -
YUV 180.3 107.51 51.47 -
System Red Green Blue C M Y K H S L
Decimal 73 242 144 0.70 0 0.40 0.05 145.21 0.87 0.62
Hex 49 F2 90 46 0 28 5 91 57 3E
Octal 111 362 220 106 0 50 5 221 127 76
Binary 1001001 11110010 10010000 1000110 0 101000 101 10010001 1010111 111110

Color Harmonies of #49F290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F290

Black with #49F290

Text Example


Text Example

White with #49F290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,242,144); }

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

background-color css

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

 a { background-color: rgb(73,242,144); }

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

border-color css

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

 span { border-color: rgb(73,242,144); }

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