Html Css Color HEX #49CF83 Emerald

📋 copy color: '#49CF83'

red 73 ◦ green 207 ◦ blue 131

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

Shades of Emerald #49CF83

Tints of Emerald #49CF83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.87%

R = 17.76%
G = 50.36%
B = 31.87%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#49CF83 (or 0x49CF83) is known color: Emerald. HEX triplet: 49, CF and 83. RGB value is (73,207,131). Sum of RGB (Red+Green+Blue) = 73+207+131=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 207 (81.25% from 255 or 50.36% from 411); Blue value is 131 (51.56% from 255 or 31.87% from 411); Max value from RGB is 207 - color contains mainly: green. Hex color #49CF83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CF83 is #B6307C. Grayscale: #9E9E9E. Windows color (decimal): -11939965 or 8638281. OLE color: 8638281.

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

Color convert

RGB 73 207 131 -
CMYK 0.65 0 0.37 0.19
HSL 145.97º 0.58% 0.55% -
HSV(B) 145.97º 0.65% 0.81% -
XYZ 29.16 47.68 29.14 -
YUV 158.27 112.61 67.18 -
System Red Green Blue C M Y K H S L
Decimal 73 207 131 0.65 0 0.37 0.19 145.97 0.58 0.55
Hex 49 CF 83 41 0 25 13 92 3A 37
Octal 111 317 203 101 0 45 23 222 72 67
Binary 1001001 11001111 10000011 1000001 0 100101 10011 10010010 111010 110111

Color Harmonies of #49CF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CF83

Black with #49CF83

Text Example


Text Example

White with #49CF83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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