Html Css Color HEX #49CD5D Emerald

📋 copy color: '#49CD5D'

red 73 ◦ green 205 ◦ blue 93

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

Shades of Emerald #49CD5D

Tints of Emerald #49CD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.07%

R = 19.68%
G = 55.26%
B = 25.07%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#49CD5D (or 0x49CD5D) is known color: Emerald. HEX triplet: 49, CD and 5D. RGB value is (73,205,93). Sum of RGB (Red+Green+Blue) = 73+205+93=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 205 (80.47% from 255 or 55.26% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 205 - color contains mainly: green. Hex color #49CD5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CD5D is #B632A2. Grayscale: #999999. Windows color (decimal): -11940515 or 6147401. OLE color: 6147401.

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

Color convert

RGB 73 205 93 -
CMYK 0.64 0 0.55 0.20
HSL 129.09º 0.57% 0.55% -
HSV(B) 129.09º 0.64% 0.8% -
XYZ 26.55 45.87 17.81 -
YUV 152.76 94.27 71.11 -
System Red Green Blue C M Y K H S L
Decimal 73 205 93 0.64 0 0.55 0.20 129.09 0.57 0.55
Hex 49 CD 5D 40 0 37 14 81 39 37
Octal 111 315 135 100 0 67 24 201 71 67
Binary 1001001 11001101 1011101 1000000 0 110111 10100 10000001 111001 110111

Color Harmonies of #49CD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CD5D

Black with #49CD5D

Text Example


Text Example

White with #49CD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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