Html Css Color HEX #49CF8D Emerald

📋 copy color: '#49CF8D'

red 73 ◦ green 207 ◦ blue 141

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

Shades of Emerald #49CF8D

Tints of Emerald #49CF8D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 49.17%

 BLUE value IS 141 (55.47% from 255) = 33.49%

R = 17.34%
G = 49.17%
B = 33.49%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#49CF8D (or 0x49CF8D) is known color: Emerald. HEX triplet: 49, CF and 8D. RGB value is (73,207,141). Sum of RGB (Red+Green+Blue) = 73+207+141=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 207 - color contains mainly: green. Hex color #49CF8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CF8D is #B63072. Grayscale: #9F9F9F. Windows color (decimal): -11939955 or 9293641. OLE color: 9293641.

HSL color Cylindrical-coordinate representation of color #49CF8D: hue angle of 150.45º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CF8D is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 207 141 -
CMYK 0.65 0 0.32 0.19
HSL 150.45º 0.58% 0.55% -
HSV(B) 150.45º 0.65% 0.81% -
XYZ 29.87 47.97 32.88 -
YUV 159.41 117.61 66.37 -
System Red Green Blue C M Y K H S L
Decimal 73 207 141 0.65 0 0.32 0.19 150.45 0.58 0.55
Hex 49 CF 8D 41 0 20 13 96 3A 37
Octal 111 317 215 101 0 40 23 226 72 67
Binary 1001001 11001111 10001101 1000001 0 100000 10011 10010110 111010 110111

Color Harmonies of #49CF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CF8D

Black with #49CF8D

Text Example


Text Example

White with #49CF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,207,141); }

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

background-color css

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

 a { background-color: rgb(73,207,141); }

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

border-color css

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

 span { border-color: rgb(73,207,141); }

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