Html Css Color HEX #49CE96 Shamrock

📋 copy color: '#49CE96'

red 73 ◦ green 206 ◦ blue 150

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

Shades of Shamrock #49CE96

Tints of Shamrock #49CE96

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.02%

 BLUE value IS 150 (58.98% from 255) = 34.97%

R = 17.02%
G = 48.02%
B = 34.97%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#49CE96 (or 0x49CE96) is known color: Shamrock. HEX triplet: 49, CE and 96. RGB value is (73,206,150). Sum of RGB (Red+Green+Blue) = 73+206+150=429 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.02% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 206 - color contains mainly: green. Hex color #49CE96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CE96 is #B63169. Grayscale: #9F9F9F. Windows color (decimal): -11940202 or 9883209. OLE color: 9883209.

HSL color Cylindrical-coordinate representation of color #49CE96: hue angle of 154.74º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CE96 is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 206 150 -
CMYK 0.65 0 0.27 0.19
HSL 154.74º 0.58% 0.55% -
HSV(B) 154.74º 0.65% 0.81% -
XYZ 30.32 47.76 36.47 -
YUV 159.85 122.44 66.05 -
System Red Green Blue C M Y K H S L
Decimal 73 206 150 0.65 0 0.27 0.19 154.74 0.58 0.55
Hex 49 CE 96 41 0 1B 13 9B 3A 37
Octal 111 316 226 101 0 33 23 233 72 67
Binary 1001001 11001110 10010110 1000001 0 11011 10011 10011011 111010 110111

Color Harmonies of #49CE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CE96

Black with #49CE96

Text Example


Text Example

White with #49CE96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,206,150); }

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

background-color css

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

 a { background-color: rgb(73,206,150); }

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

border-color css

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

 span { border-color: rgb(73,206,150); }

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