Html Css Color HEX #49CD57 Emerald

📋 copy color: '#49CD57'

red 73 ◦ green 205 ◦ blue 87

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

Shades of Emerald #49CD57

Tints of Emerald #49CD57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.84%

R = 20%
G = 56.16%
B = 23.84%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#49CD57 (or 0x49CD57) is known color: Emerald. HEX triplet: 49, CD and 57. RGB value is (73,205,87). Sum of RGB (Red+Green+Blue) = 73+205+87=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 205 (80.47% from 255 or 56.16% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 205 - color contains mainly: green. Hex color #49CD57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CD57 is #B632A8. Grayscale: #989898. Windows color (decimal): -11940521 or 5754185. OLE color: 5754185.

HSL color Cylindrical-coordinate representation of color #49CD57: hue angle of 126.36º 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 #49CD57 is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 205 87 -
CMYK 0.64 0 0.58 0.20
HSL 126.36º 0.57% 0.55% -
HSV(B) 126.36º 0.64% 0.8% -
XYZ 26.3 45.77 16.46 -
YUV 152.08 91.27 71.59 -
System Red Green Blue C M Y K H S L
Decimal 73 205 87 0.64 0 0.58 0.20 126.36 0.57 0.55
Hex 49 CD 57 40 0 3A 14 7E 39 37
Octal 111 315 127 100 0 72 24 176 71 67
Binary 1001001 11001101 1010111 1000000 0 111010 10100 1111110 111001 110111

Color Harmonies of #49CD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CD57

Black with #49CD57

Text Example


Text Example

White with #49CD57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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