Html Css Color HEX #49CF6E Emerald

📋 copy color: '#49CF6E'

red 73 ◦ green 207 ◦ blue 110

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

Shades of Emerald #49CF6E

Tints of Emerald #49CF6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.21%

R = 18.72%
G = 53.08%
B = 28.21%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#49CF6E (or 0x49CF6E) is known color: Emerald. HEX triplet: 49, CF and 6E. RGB value is (73,207,110). Sum of RGB (Red+Green+Blue) = 73+207+110=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 207 (81.25% from 255 or 53.08% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 207 - color contains mainly: green. Hex color #49CF6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CF6E is #B63091. Grayscale: #9C9C9C. Windows color (decimal): -11939986 or 7262025. OLE color: 7262025.

HSL color Cylindrical-coordinate representation of color #49CF6E: hue angle of 136.57º 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 #49CF6E is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 207 110 -
CMYK 0.65 0 0.47 0.19
HSL 136.57º 0.58% 0.55% -
HSV(B) 136.57º 0.65% 0.81% -
XYZ 27.87 47.17 22.39 -
YUV 155.88 102.11 68.89 -
System Red Green Blue C M Y K H S L
Decimal 73 207 110 0.65 0 0.47 0.19 136.57 0.58 0.55
Hex 49 CF 6E 41 0 2F 13 89 3A 37
Octal 111 317 156 101 0 57 23 211 72 67
Binary 1001001 11001111 1101110 1000001 0 101111 10011 10001001 111010 110111

Color Harmonies of #49CF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CF6E

Black with #49CF6E

Text Example


Text Example

White with #49CF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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