Html Css Color HEX #49CC69 Emerald

📋 copy color: '#49CC69'

red 73 ◦ green 204 ◦ blue 105

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

Shades of Emerald #49CC69

Tints of Emerald #49CC69

RGB

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

 GREEN value IS 204 (80.08% from 255) = 53.4%

 BLUE value IS 105 (41.41% from 255) = 27.49%

R = 19.11%
G = 53.4%
B = 27.49%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#49CC69 (or 0x49CC69) is known color: Emerald. HEX triplet: 49, CC and 69. RGB value is (73,204,105). Sum of RGB (Red+Green+Blue) = 73+204+105=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 204 (80.08% from 255 or 53.40% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 204 - color contains mainly: green. Hex color #49CC69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CC69 is #B63396. Grayscale: #999999. Windows color (decimal): -11940759 or 6933577. OLE color: 6933577.

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

Color convert

RGB 73 204 105 -
CMYK 0.64 0 0.49 0.2
HSL 134.66º 0.56% 0.54% -
HSV(B) 134.66º 0.64% 0.8% -
XYZ 26.89 45.62 20.75 -
YUV 153.55 100.6 70.55 -
System Red Green Blue C M Y K H S L
Decimal 73 204 105 0.64 0 0.49 0.2 134.66 0.56 0.54
Hex 49 CC 69 40 0 31 14 87 38 36
Octal 111 314 151 100 0 61 24 207 70 66
Binary 1001001 11001100 1101001 1000000 0 110001 10100 10000111 111000 110110

Color Harmonies of #49CC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CC69

Black with #49CC69

Text Example


Text Example

White with #49CC69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,204,105); }

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

background-color css

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

 a { background-color: rgb(73,204,105); }

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

border-color css

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

 span { border-color: rgb(73,204,105); }

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