Html Css Color HEX #49DB93 Shamrock

📋 copy color: '#49DB93'

red 73 ◦ green 219 ◦ blue 147

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

Shades of Shamrock #49DB93

Tints of Shamrock #49DB93

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.89%

 BLUE value IS 147 (57.81% from 255) = 33.49%

R = 16.63%
G = 49.89%
B = 33.49%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#49DB93 (or 0x49DB93) is known color: Shamrock. HEX triplet: 49, DB and 93. RGB value is (73,219,147). Sum of RGB (Red+Green+Blue) = 73+219+147=439 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.63% from 439); Green value is 219 (85.94% from 255 or 49.89% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 219 - color contains mainly: green. Hex color #49DB93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DB93 is #B6246C. Grayscale: #A7A7A7. Windows color (decimal): -11936877 or 9689929. OLE color: 9689929.

HSL color Cylindrical-coordinate representation of color #49DB93: hue angle of 150.41º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DB93 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 219 147 -
CMYK 0.67 0 0.33 0.14
HSL 150.41º 0.67% 0.57% -
HSV(B) 150.41º 0.67% 0.86% -
XYZ 33.35 54.19 36.31 -
YUV 167.14 116.63 60.85 -
System Red Green Blue C M Y K H S L
Decimal 73 219 147 0.67 0 0.33 0.14 150.41 0.67 0.57
Hex 49 DB 93 43 0 21 E 96 43 39
Octal 111 333 223 103 0 41 16 226 103 71
Binary 1001001 11011011 10010011 1000011 0 100001 1110 10010110 1000011 111001

Color Harmonies of #49DB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DB93

Black with #49DB93

Text Example


Text Example

White with #49DB93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,219,147); }

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

background-color css

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

 a { background-color: rgb(73,219,147); }

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

border-color css

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

 span { border-color: rgb(73,219,147); }

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