Html Css Color HEX #49CA85 Emerald

📋 copy color: '#49CA85'

red 73 ◦ green 202 ◦ blue 133

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

Shades of Emerald #49CA85

Tints of Emerald #49CA85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.6%

R = 17.89%
G = 49.51%
B = 32.6%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#49CA85 (or 0x49CA85) is known color: Emerald. HEX triplet: 49, CA and 85. RGB value is (73,202,133). Sum of RGB (Red+Green+Blue) = 73+202+133=408 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.89% from 408); Green value is 202 (79.30% from 255 or 49.51% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CA85 is #B6357A. Grayscale: #9B9B9B. Windows color (decimal): -11941243 or 8768073. OLE color: 8768073.

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

Color convert

RGB 73 202 133 -
CMYK 0.64 0 0.34 0.21
HSL 147.91º 0.55% 0.54% -
HSV(B) 147.91º 0.64% 0.79% -
XYZ 28.1 45.35 29.46 -
YUV 155.56 115.26 69.11 -
System Red Green Blue C M Y K H S L
Decimal 73 202 133 0.64 0 0.34 0.21 147.91 0.55 0.54
Hex 49 CA 85 40 0 22 15 94 37 36
Octal 111 312 205 100 0 42 25 224 67 66
Binary 1001001 11001010 10000101 1000000 0 100010 10101 10010100 110111 110110

Color Harmonies of #49CA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CA85

Black with #49CA85

Text Example


Text Example

White with #49CA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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