Html Css Color HEX #49CD68 Emerald

📋 copy color: '#49CD68'

red 73 ◦ green 205 ◦ blue 104

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

Shades of Emerald #49CD68

Tints of Emerald #49CD68

RGB

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

 GREEN value IS 205 (80.47% from 255) = 53.66%

 BLUE value IS 104 (41.02% from 255) = 27.23%

R = 19.11%
G = 53.66%
B = 27.23%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#49CD68 (or 0x49CD68) is known color: Emerald. HEX triplet: 49, CD and 68. RGB value is (73,205,104). Sum of RGB (Red+Green+Blue) = 73+205+104=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 205 (80.47% from 255 or 53.66% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 205 - color contains mainly: green. Hex color #49CD68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CD68 is #B63297. Grayscale: #9A9A9A. Windows color (decimal): -11940504 or 6868297. OLE color: 6868297.

HSL color Cylindrical-coordinate representation of color #49CD68: hue angle of 134.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CD68 is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 205 104 -
CMYK 0.64 0 0.49 0.20
HSL 134.09º 0.57% 0.55% -
HSV(B) 134.09º 0.64% 0.8% -
XYZ 27.08 46.08 20.56 -
YUV 154.02 99.77 70.21 -
System Red Green Blue C M Y K H S L
Decimal 73 205 104 0.64 0 0.49 0.20 134.09 0.57 0.55
Hex 49 CD 68 40 0 31 14 86 39 37
Octal 111 315 150 100 0 61 24 206 71 67
Binary 1001001 11001101 1101000 1000000 0 110001 10100 10000110 111001 110111

Color Harmonies of #49CD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CD68

Black with #49CD68

Text Example


Text Example

White with #49CD68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,205,104); }

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

background-color css

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

 a { background-color: rgb(73,205,104); }

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

border-color css

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

 span { border-color: rgb(73,205,104); }

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