Html Css Color HEX #49CA60 Emerald

📋 copy color: '#49CA60'

red 73 ◦ green 202 ◦ blue 96

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

Shades of Emerald #49CA60

Tints of Emerald #49CA60

RGB

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

 GREEN value IS 202 (79.3% from 255) = 54.45%

 BLUE value IS 96 (37.89% from 255) = 25.88%

R = 19.68%
G = 54.45%
B = 25.88%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#49CA60 (or 0x49CA60) is known color: Emerald. HEX triplet: 49, CA and 60. RGB value is (73,202,96). Sum of RGB (Red+Green+Blue) = 73+202+96=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 202 (79.30% from 255 or 54.45% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CA60 is #B6359F. Grayscale: #979797. Windows color (decimal): -11941280 or 6343241. OLE color: 6343241.

HSL color Cylindrical-coordinate representation of color #49CA60: hue angle of 130.7º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CA60 is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 202 96 -
CMYK 0.64 0 0.52 0.21
HSL 130.7º 0.55% 0.54% -
HSV(B) 130.7º 0.64% 0.79% -
XYZ 25.98 44.5 18.29 -
YUV 151.35 96.76 72.12 -
System Red Green Blue C M Y K H S L
Decimal 73 202 96 0.64 0 0.52 0.21 130.7 0.55 0.54
Hex 49 CA 60 40 0 34 15 83 37 36
Octal 111 312 140 100 0 64 25 203 67 66
Binary 1001001 11001010 1100000 1000000 0 110100 10101 10000011 110111 110110

Color Harmonies of #49CA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CA60

Black with #49CA60

Text Example


Text Example

White with #49CA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,202,96); }

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

background-color css

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

 a { background-color: rgb(73,202,96); }

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

border-color css

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

 span { border-color: rgb(73,202,96); }

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