Html Css Color HEX #49CF7A Emerald

📋 copy color: '#49CF7A'

red 73 ◦ green 207 ◦ blue 122

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

Shades of Emerald #49CF7A

Tints of Emerald #49CF7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.35%

R = 18.16%
G = 51.49%
B = 30.35%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#49CF7A (or 0x49CF7A) is known color: Emerald. HEX triplet: 49, CF and 7A. RGB value is (73,207,122). Sum of RGB (Red+Green+Blue) = 73+207+122=402 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.16% from 402); Green value is 207 (81.25% from 255 or 51.49% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 207 - color contains mainly: green. Hex color #49CF7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CF7A is #B63085. Grayscale: #9D9D9D. Windows color (decimal): -11939974 or 8048457. OLE color: 8048457.

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

Color convert

RGB 73 207 122 -
CMYK 0.65 0 0.41 0.19
HSL 141.94º 0.58% 0.55% -
HSV(B) 141.94º 0.65% 0.81% -
XYZ 28.57 47.45 26.06 -
YUV 157.24 108.11 67.91 -
System Red Green Blue C M Y K H S L
Decimal 73 207 122 0.65 0 0.41 0.19 141.94 0.58 0.55
Hex 49 CF 7A 41 0 29 13 8E 3A 37
Octal 111 317 172 101 0 51 23 216 72 67
Binary 1001001 11001111 1111010 1000001 0 101001 10011 10001110 111010 110111

Color Harmonies of #49CF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CF7A

Black with #49CF7A

Text Example


Text Example

White with #49CF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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