Html Css Color HEX #49F288 Emerald

📋 copy color: '#49F288'

red 73 ◦ green 242 ◦ blue 136

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

Shades of Emerald #49F288

Tints of Emerald #49F288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.16%

R = 16.19%
G = 53.66%
B = 30.16%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#49F288 (or 0x49F288) is known color: Emerald. HEX triplet: 49, F2 and 88. RGB value is (73,242,136). Sum of RGB (Red+Green+Blue) = 73+242+136=451 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.19% from 451); Green value is 242 (94.92% from 255 or 53.66% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 242 - color contains mainly: green. Hex color #49F288 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F288 is #B60D77. Grayscale: #B3B3B3. Windows color (decimal): -11931000 or 8974921. OLE color: 8974921.

HSL color Cylindrical-coordinate representation of color #49F288: hue angle of 142.37º 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 #49F288 is Cyan = 0.70, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 242 136 -
CMYK 0.70 0 0.44 0.05
HSL 142.37º 0.87% 0.62% -
HSV(B) 142.37º 0.7% 0.95% -
XYZ 38.94 66.7 34.11 -
YUV 179.39 103.51 52.12 -
System Red Green Blue C M Y K H S L
Decimal 73 242 136 0.70 0 0.44 0.05 142.37 0.87 0.62
Hex 49 F2 88 46 0 2C 5 8E 57 3E
Octal 111 362 210 106 0 54 5 216 127 76
Binary 1001001 11110010 10001000 1000110 0 101100 101 10001110 1010111 111110

Color Harmonies of #49F288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F288

Black with #49F288

Text Example


Text Example

White with #49F288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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