Html Css Color HEX #49EDA1 Shamrock

📋 copy color: '#49EDA1'

red 73 ◦ green 237 ◦ blue 161

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

Shades of Shamrock #49EDA1

Tints of Shamrock #49EDA1

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50.32%

 BLUE value IS 161 (63.28% from 255) = 34.18%

R = 15.5%
G = 50.32%
B = 34.18%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#49EDA1 (or 0x49EDA1) is known color: Shamrock. HEX triplet: 49, ED and A1. RGB value is (73,237,161). Sum of RGB (Red+Green+Blue) = 73+237+161=471 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.50% from 471); Green value is 237 (92.97% from 255 or 50.32% from 471); Blue value is 161 (63.28% from 255 or 34.18% from 471); Max value from RGB is 237 - color contains mainly: green. Hex color #49EDA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EDA1 is #B6125E. Grayscale: #B3B3B3. Windows color (decimal): -11932255 or 10612041. OLE color: 10612041.

HSL color Cylindrical-coordinate representation of color #49EDA1: hue angle of 152.2º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EDA1 is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 237 161 -
CMYK 0.69 0 0.32 0.07
HSL 152.2º 0.82% 0.61% -
HSV(B) 152.2º 0.69% 0.93% -
XYZ 39.46 64.56 44.1 -
YUV 179.3 117.67 52.18 -
System Red Green Blue C M Y K H S L
Decimal 73 237 161 0.69 0 0.32 0.07 152.2 0.82 0.61
Hex 49 ED A1 45 0 20 7 98 52 3D
Octal 111 355 241 105 0 40 7 230 122 75
Binary 1001001 11101101 10100001 1000101 0 100000 111 10011000 1010010 111101

Color Harmonies of #49EDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EDA1

Black with #49EDA1

Text Example


Text Example

White with #49EDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,237,161); }

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

background-color css

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

 a { background-color: rgb(73,237,161); }

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

border-color css

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

 span { border-color: rgb(73,237,161); }

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