Html Css Color HEX #49D458 Emerald

📋 copy color: '#49D458'

red 73 ◦ green 212 ◦ blue 88

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

Shades of Emerald #49D458

Tints of Emerald #49D458

RGB

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

 GREEN value IS 212 (83.2% from 255) = 56.84%

 BLUE value IS 88 (34.77% from 255) = 23.59%

R = 19.57%
G = 56.84%
B = 23.59%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#49D458 (or 0x49D458) is known color: Emerald. HEX triplet: 49, D4 and 58. RGB value is (73,212,88). Sum of RGB (Red+Green+Blue) = 73+212+88=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 212 (83.20% from 255 or 56.84% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 212 - color contains mainly: green. Hex color #49D458 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D458 is #B62BA7. Grayscale: #9C9C9C. Windows color (decimal): -11938728 or 5821513. OLE color: 5821513.

HSL color Cylindrical-coordinate representation of color #49D458: hue angle of 126.47º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D458 is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB 73 212 88 -
CMYK 0.66 0 0.58 0.17
HSL 126.47º 0.62% 0.56% -
HSV(B) 126.47º 0.66% 0.83% -
XYZ 28.05 49.21 17.25 -
YUV 156.3 89.45 68.58 -
System Red Green Blue C M Y K H S L
Decimal 73 212 88 0.66 0 0.58 0.17 126.47 0.62 0.56
Hex 49 D4 58 42 0 3A 11 7E 3E 38
Octal 111 324 130 102 0 72 21 176 76 70
Binary 1001001 11010100 1011000 1000010 0 111010 10001 1111110 111110 111000

Color Harmonies of #49D458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D458

Black with #49D458

Text Example


Text Example

White with #49D458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,212,88); }

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

background-color css

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

 a { background-color: rgb(73,212,88); }

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

border-color css

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

 span { border-color: rgb(73,212,88); }

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