Html Css Color HEX #49EA95 Shamrock

📋 copy color: '#49EA95'

red 73 ◦ green 234 ◦ blue 149

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

Shades of Shamrock #49EA95

Tints of Shamrock #49EA95

RGB

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

 GREEN value IS 234 (91.8% from 255) = 51.32%

 BLUE value IS 149 (58.59% from 255) = 32.68%

R = 16.01%
G = 51.32%
B = 32.68%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#49EA95 (or 0x49EA95) is known color: Shamrock. HEX triplet: 49, EA and 95. RGB value is (73,234,149). Sum of RGB (Red+Green+Blue) = 73+234+149=456 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.01% from 456); Green value is 234 (91.80% from 255 or 51.32% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 234 - color contains mainly: green. Hex color #49EA95 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EA95 is #B6156A. Grayscale: #B0B0B0. Windows color (decimal): -11933035 or 9824841. OLE color: 9824841.

HSL color Cylindrical-coordinate representation of color #49EA95: hue angle of 148.32º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EA95 is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 234 149 -
CMYK 0.69 0 0.36 0.08
HSL 148.32º 0.79% 0.6% -
HSV(B) 148.32º 0.69% 0.92% -
XYZ 37.6 62.43 38.5 -
YUV 176.17 112.66 54.41 -
System Red Green Blue C M Y K H S L
Decimal 73 234 149 0.69 0 0.36 0.08 148.32 0.79 0.6
Hex 49 EA 95 45 0 24 8 94 4F 3C
Octal 111 352 225 105 0 44 10 224 117 74
Binary 1001001 11101010 10010101 1000101 0 100100 1000 10010100 1001111 111100

Color Harmonies of #49EA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EA95

Black with #49EA95

Text Example


Text Example

White with #49EA95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,234,149); }

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

background-color css

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

 a { background-color: rgb(73,234,149); }

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

border-color css

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

 span { border-color: rgb(73,234,149); }

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