Html Css Color HEX #49EE82 Emerald

📋 copy color: '#49EE82'

red 73 ◦ green 238 ◦ blue 130

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

Shades of Emerald #49EE82

Tints of Emerald #49EE82

RGB

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

 GREEN value IS 238 (93.36% from 255) = 53.97%

 BLUE value IS 130 (51.17% from 255) = 29.48%

R = 16.55%
G = 53.97%
B = 29.48%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#49EE82 (or 0x49EE82) is known color: Emerald. HEX triplet: 49, EE and 82. RGB value is (73,238,130). Sum of RGB (Red+Green+Blue) = 73+238+130=441 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.55% from 441); Green value is 238 (93.36% from 255 or 53.97% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 238 - color contains mainly: green. Hex color #49EE82 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EE82 is #B6117D. Grayscale: #B0B0B0. Windows color (decimal): -11932030 or 8580681. OLE color: 8580681.

HSL color Cylindrical-coordinate representation of color #49EE82: hue angle of 140.73º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EE82 is Cyan = 0.69, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 238 130 -
CMYK 0.69 0 0.45 0.07
HSL 140.73º 0.83% 0.61% -
HSV(B) 140.73º 0.69% 0.93% -
XYZ 37.35 64.18 31.54 -
YUV 176.35 101.84 54.28 -
System Red Green Blue C M Y K H S L
Decimal 73 238 130 0.69 0 0.45 0.07 140.73 0.83 0.61
Hex 49 EE 82 45 0 2D 7 8D 53 3D
Octal 111 356 202 105 0 55 7 215 123 75
Binary 1001001 11101110 10000010 1000101 0 101101 111 10001101 1010011 111101

Color Harmonies of #49EE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EE82

Black with #49EE82

Text Example


Text Example

White with #49EE82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,238,130); }

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

background-color css

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

 a { background-color: rgb(73,238,130); }

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

border-color css

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

 span { border-color: rgb(73,238,130); }

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