Html Css Color HEX #49CF6F Emerald

📋 copy color: '#49CF6F'

red 73 ◦ green 207 ◦ blue 111

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

Shades of Emerald #49CF6F

Tints of Emerald #49CF6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.39%

R = 18.67%
G = 52.94%
B = 28.39%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#49CF6F (or 0x49CF6F) is known color: Emerald. HEX triplet: 49, CF and 6F. RGB value is (73,207,111). Sum of RGB (Red+Green+Blue) = 73+207+111=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 207 (81.25% from 255 or 52.94% from 391); Blue value is 111 (43.75% from 255 or 28.39% from 391); Max value from RGB is 207 - color contains mainly: green. Hex color #49CF6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CF6F is #B63090. Grayscale: #9C9C9C. Windows color (decimal): -11939985 or 7327561. OLE color: 7327561.

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

Color convert

RGB 73 207 111 -
CMYK 0.65 0 0.46 0.19
HSL 137.01º 0.58% 0.55% -
HSV(B) 137.01º 0.65% 0.81% -
XYZ 27.93 47.19 22.68 -
YUV 155.99 102.61 68.81 -
System Red Green Blue C M Y K H S L
Decimal 73 207 111 0.65 0 0.46 0.19 137.01 0.58 0.55
Hex 49 CF 6F 41 0 2E 13 89 3A 37
Octal 111 317 157 101 0 56 23 211 72 67
Binary 1001001 11001111 1101111 1000001 0 101110 10011 10001001 111010 110111

Color Harmonies of #49CF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CF6F

Black with #49CF6F

Text Example


Text Example

White with #49CF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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