Html Css Color HEX #49CA64 Emerald

📋 copy color: '#49CA64'

red 73 ◦ green 202 ◦ blue 100

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

Shades of Emerald #49CA64

Tints of Emerald #49CA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.67%

R = 19.47%
G = 53.87%
B = 26.67%

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

#49CA64 (or 0x49CA64) is known color: Emerald. HEX triplet: 49, CA and 64. RGB value is (73,202,100). Sum of RGB (Red+Green+Blue) = 73+202+100=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 202 (79.30% from 255 or 53.87% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CA64 is #B6359B. Grayscale: #989898. Windows color (decimal): -11941276 or 6605385. OLE color: 6605385.

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

Color convert

RGB 73 202 100 -
CMYK 0.64 0 0.50 0.21
HSL 132.56º 0.55% 0.54% -
HSV(B) 132.56º 0.64% 0.79% -
XYZ 26.17 44.58 19.28 -
YUV 151.8 98.76 71.79 -
System Red Green Blue C M Y K H S L
Decimal 73 202 100 0.64 0 0.50 0.21 132.56 0.55 0.54
Hex 49 CA 64 40 0 32 15 85 37 36
Octal 111 312 144 100 0 62 25 205 67 66
Binary 1001001 11001010 1100100 1000000 0 110010 10101 10000101 110111 110110

Color Harmonies of #49CA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CA64

Black with #49CA64

Text Example


Text Example

White with #49CA64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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