Html Css Color HEX #49F88F Emerald

📋 copy color: '#49F88F'

red 73 ◦ green 248 ◦ blue 143

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

Shades of Emerald #49F88F

Tints of Emerald #49F88F

RGB

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

 GREEN value IS 248 (97.27% from 255) = 53.45%

 BLUE value IS 143 (56.25% from 255) = 30.82%

R = 15.73%
G = 53.45%
B = 30.82%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#49F88F (or 0x49F88F) is known color: Emerald. HEX triplet: 49, F8 and 8F. RGB value is (73,248,143). Sum of RGB (Red+Green+Blue) = 73+248+143=464 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.73% from 464); Green value is 248 (97.27% from 255 or 53.45% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 248 - color contains mainly: green. Hex color #49F88F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F88F is #B60770. Grayscale: #B7B7B7. Windows color (decimal): -11929457 or 9435209. OLE color: 9435209.

HSL color Cylindrical-coordinate representation of color #49F88F: hue angle of 144º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49F88F is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 73 248 143 -
CMYK 0.71 0 0.42 0.03
HSL 144º 0.93% 0.63% -
HSV(B) 144º 0.71% 0.97% -
XYZ 41.27 70.53 37.43 -
YUV 183.71 105.02 49.04 -
System Red Green Blue C M Y K H S L
Decimal 73 248 143 0.71 0 0.42 0.03 144 0.93 0.63
Hex 49 F8 8F 47 0 2A 3 90 5D 3F
Octal 111 370 217 107 0 52 3 220 135 77
Binary 1001001 11111000 10001111 1000111 0 101010 11 10010000 1011101 111111

Color Harmonies of #49F88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F88F

Black with #49F88F

Text Example


Text Example

White with #49F88F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,248,143); }

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

background-color css

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

 a { background-color: rgb(73,248,143); }

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

border-color css

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

 span { border-color: rgb(73,248,143); }

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