Html Css Color HEX #49D69F Shamrock

📋 copy color: '#49D69F'

red 73 ◦ green 214 ◦ blue 159

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

Shades of Shamrock #49D69F

Tints of Shamrock #49D69F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.98%

 BLUE value IS 159 (62.5% from 255) = 35.65%

R = 16.37%
G = 47.98%
B = 35.65%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#49D69F (or 0x49D69F) is known color: Shamrock. HEX triplet: 49, D6 and 9F. RGB value is (73,214,159). Sum of RGB (Red+Green+Blue) = 73+214+159=446 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.37% from 446); Green value is 214 (83.98% from 255 or 47.98% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 214 - color contains mainly: green. Hex color #49D69F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D69F is #B62960. Grayscale: #A5A5A5. Windows color (decimal): -11938145 or 10475081. OLE color: 10475081.

HSL color Cylindrical-coordinate representation of color #49D69F: hue angle of 156.6º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D69F is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 214 159 -
CMYK 0.66 0 0.26 0.16
HSL 156.6º 0.63% 0.56% -
HSV(B) 156.6º 0.66% 0.84% -
XYZ 33.05 52.01 41.1 -
YUV 165.57 124.29 61.97 -
System Red Green Blue C M Y K H S L
Decimal 73 214 159 0.66 0 0.26 0.16 156.6 0.63 0.56
Hex 49 D6 9F 42 0 1A 10 9D 3F 38
Octal 111 326 237 102 0 32 20 235 77 70
Binary 1001001 11010110 10011111 1000010 0 11010 10000 10011101 111111 111000

Color Harmonies of #49D69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D69F

Black with #49D69F

Text Example


Text Example

White with #49D69F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,214,159); }

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

background-color css

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

 a { background-color: rgb(73,214,159); }

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

border-color css

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

 span { border-color: rgb(73,214,159); }

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