Html Css Color HEX #49DD9E Shamrock

📋 copy color: '#49DD9E'

red 73 ◦ green 221 ◦ blue 158

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

Shades of Shamrock #49DD9E

Tints of Shamrock #49DD9E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.89%

 BLUE value IS 158 (62.11% from 255) = 34.96%

R = 16.15%
G = 48.89%
B = 34.96%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#49DD9E (or 0x49DD9E) is known color: Shamrock. HEX triplet: 49, DD and 9E. RGB value is (73,221,158). Sum of RGB (Red+Green+Blue) = 73+221+158=452 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.15% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #49DD9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DD9E is #B62261. Grayscale: #A9A9A9. Windows color (decimal): -11936354 or 10411337. OLE color: 10411337.

HSL color Cylindrical-coordinate representation of color #49DD9E: hue angle of 154.46º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DD9E is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 221 158 -
CMYK 0.67 0 0.29 0.13
HSL 154.46º 0.69% 0.58% -
HSV(B) 154.46º 0.67% 0.87% -
XYZ 34.78 55.6 41.25 -
YUV 169.57 121.47 59.12 -
System Red Green Blue C M Y K H S L
Decimal 73 221 158 0.67 0 0.29 0.13 154.46 0.69 0.58
Hex 49 DD 9E 43 0 1D D 9A 45 3A
Octal 111 335 236 103 0 35 15 232 105 72
Binary 1001001 11011101 10011110 1000011 0 11101 1101 10011010 1000101 111010

Color Harmonies of #49DD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DD9E

Black with #49DD9E

Text Example


Text Example

White with #49DD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,221,158); }

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

background-color css

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

 a { background-color: rgb(73,221,158); }

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

border-color css

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

 span { border-color: rgb(73,221,158); }

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