Html Css Color HEX #49CD87 Emerald

📋 copy color: '#49CD87'

red 73 ◦ green 205 ◦ blue 135

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

Shades of Emerald #49CD87

Tints of Emerald #49CD87

RGB

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

 GREEN value IS 205 (80.47% from 255) = 49.64%

 BLUE value IS 135 (53.13% from 255) = 32.69%

R = 17.68%
G = 49.64%
B = 32.69%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#49CD87 (or 0x49CD87) is known color: Emerald. HEX triplet: 49, CD and 87. RGB value is (73,205,135). Sum of RGB (Red+Green+Blue) = 73+205+135=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 205 (80.47% from 255 or 49.64% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 205 - color contains mainly: green. Hex color #49CD87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CD87 is #B63278. Grayscale: #9D9D9D. Windows color (decimal): -11940473 or 8899913. OLE color: 8899913.

HSL color Cylindrical-coordinate representation of color #49CD87: hue angle of 148.18º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CD87 is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 205 135 -
CMYK 0.64 0 0.34 0.20
HSL 148.18º 0.57% 0.55% -
HSV(B) 148.18º 0.64% 0.8% -
XYZ 28.95 46.83 30.43 -
YUV 157.55 115.27 67.69 -
System Red Green Blue C M Y K H S L
Decimal 73 205 135 0.64 0 0.34 0.20 148.18 0.57 0.55
Hex 49 CD 87 40 0 22 14 94 39 37
Octal 111 315 207 100 0 42 24 224 71 67
Binary 1001001 11001101 10000111 1000000 0 100010 10100 10010100 111001 110111

Color Harmonies of #49CD87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CD87

Black with #49CD87

Text Example


Text Example

White with #49CD87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,205,135); }

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

background-color css

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

 a { background-color: rgb(73,205,135); }

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

border-color css

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

 span { border-color: rgb(73,205,135); }

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