Html Css Color HEX #49CA66 Emerald

📋 copy color: '#49CA66'

red 73 ◦ green 202 ◦ blue 102

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

Shades of Emerald #49CA66

Tints of Emerald #49CA66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.06%

R = 19.36%
G = 53.58%
B = 27.06%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#49CA66 (or 0x49CA66) is known color: Emerald. HEX triplet: 49, CA and 66. RGB value is (73,202,102). Sum of RGB (Red+Green+Blue) = 73+202+102=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 202 (79.30% from 255 or 53.58% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CA66 is #B63599. Grayscale: #989898. Windows color (decimal): -11941274 or 6736457. OLE color: 6736457.

HSL color Cylindrical-coordinate representation of color #49CA66: hue angle of 133.49º 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 #49CA66 is Cyan = 0.64, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 202 102 -
CMYK 0.64 0 0.50 0.21
HSL 133.49º 0.55% 0.54% -
HSV(B) 133.49º 0.64% 0.79% -
XYZ 26.27 44.62 19.8 -
YUV 152.03 99.76 71.63 -
System Red Green Blue C M Y K H S L
Decimal 73 202 102 0.64 0 0.50 0.21 133.49 0.55 0.54
Hex 49 CA 66 40 0 32 15 85 37 36
Octal 111 312 146 100 0 62 25 205 67 66
Binary 1001001 11001010 1100110 1000000 0 110010 10101 10000101 110111 110110

Color Harmonies of #49CA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CA66

Black with #49CA66

Text Example


Text Example

White with #49CA66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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