Html Css Color HEX #49D48F Shamrock

📋 copy color: '#49D48F'

red 73 ◦ green 212 ◦ blue 143

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

Shades of Shamrock #49D48F

Tints of Shamrock #49D48F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 49.53%

 BLUE value IS 143 (56.25% from 255) = 33.41%

R = 17.06%
G = 49.53%
B = 33.41%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#49D48F (or 0x49D48F) is known color: Shamrock. HEX triplet: 49, D4 and 8F. RGB value is (73,212,143). Sum of RGB (Red+Green+Blue) = 73+212+143=428 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.06% from 428); Green value is 212 (83.20% from 255 or 49.53% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 212 - color contains mainly: green. Hex color #49D48F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D48F is #B62B70. Grayscale: #A2A2A2. Windows color (decimal): -11938673 or 9425993. OLE color: 9425993.

HSL color Cylindrical-coordinate representation of color #49D48F: hue angle of 150.22º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D48F is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 73 212 143 -
CMYK 0.66 0 0.33 0.17
HSL 150.22º 0.62% 0.56% -
HSV(B) 150.22º 0.66% 0.83% -
XYZ 31.25 50.49 34.08 -
YUV 162.57 116.95 64.11 -
System Red Green Blue C M Y K H S L
Decimal 73 212 143 0.66 0 0.33 0.17 150.22 0.62 0.56
Hex 49 D4 8F 42 0 21 11 96 3E 38
Octal 111 324 217 102 0 41 21 226 76 70
Binary 1001001 11010100 10001111 1000010 0 100001 10001 10010110 111110 111000

Color Harmonies of #49D48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D48F

Black with #49D48F

Text Example


Text Example

White with #49D48F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,212,143); }

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

background-color css

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

 a { background-color: rgb(73,212,143); }

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

border-color css

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

 span { border-color: rgb(73,212,143); }

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