Html Css Color HEX #49DA94 Shamrock

📋 copy color: '#49DA94'

red 73 ◦ green 218 ◦ blue 148

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

Shades of Shamrock #49DA94

Tints of Shamrock #49DA94

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.66%

 BLUE value IS 148 (58.2% from 255) = 33.71%

R = 16.63%
G = 49.66%
B = 33.71%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#49DA94 (or 0x49DA94) is known color: Shamrock. HEX triplet: 49, DA and 94. RGB value is (73,218,148). Sum of RGB (Red+Green+Blue) = 73+218+148=439 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.63% from 439); Green value is 218 (85.55% from 255 or 49.66% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 218 - color contains mainly: green. Hex color #49DA94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DA94 is #B6256B. Grayscale: #A6A6A6. Windows color (decimal): -11937132 or 9755209. OLE color: 9755209.

HSL color Cylindrical-coordinate representation of color #49DA94: hue angle of 151.03º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DA94 is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 218 148 -
CMYK 0.67 0 0.32 0.15
HSL 151.03º 0.66% 0.57% -
HSV(B) 151.03º 0.67% 0.85% -
XYZ 33.16 53.7 36.63 -
YUV 166.67 117.46 61.19 -
System Red Green Blue C M Y K H S L
Decimal 73 218 148 0.67 0 0.32 0.15 151.03 0.66 0.57
Hex 49 DA 94 43 0 20 F 97 42 39
Octal 111 332 224 103 0 40 17 227 102 71
Binary 1001001 11011010 10010100 1000011 0 100000 1111 10010111 1000010 111001

Color Harmonies of #49DA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DA94

Black with #49DA94

Text Example


Text Example

White with #49DA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,218,148); }

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

background-color css

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

 a { background-color: rgb(73,218,148); }

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

border-color css

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

 span { border-color: rgb(73,218,148); }

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