Html Css Color HEX #49EE94 Shamrock

📋 copy color: '#49EE94'

red 73 ◦ green 238 ◦ blue 148

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

Shades of Shamrock #49EE94

Tints of Shamrock #49EE94

RGB

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

 GREEN value IS 238 (93.36% from 255) = 51.85%

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

R = 15.9%
G = 51.85%
B = 32.24%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#49EE94 (or 0x49EE94) is known color: Shamrock. HEX triplet: 49, EE and 94. RGB value is (73,238,148). Sum of RGB (Red+Green+Blue) = 73+238+148=459 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.90% from 459); Green value is 238 (93.36% from 255 or 51.85% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 238 - color contains mainly: green. Hex color #49EE94 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EE94 is #B6116B. Grayscale: #B2B2B2. Windows color (decimal): -11932012 or 9760329. OLE color: 9760329.

HSL color Cylindrical-coordinate representation of color #49EE94: hue angle of 147.27º degrees, saturation: 0.83, 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 #49EE94 is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 238 148 -
CMYK 0.69 0 0.38 0.07
HSL 147.27º 0.83% 0.61% -
HSV(B) 147.27º 0.69% 0.93% -
XYZ 38.67 64.7 38.47 -
YUV 178.41 110.84 52.82 -
System Red Green Blue C M Y K H S L
Decimal 73 238 148 0.69 0 0.38 0.07 147.27 0.83 0.61
Hex 49 EE 94 45 0 26 7 93 53 3D
Octal 111 356 224 105 0 46 7 223 123 75
Binary 1001001 11101110 10010100 1000101 0 100110 111 10010011 1010011 111101

Color Harmonies of #49EE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EE94

Black with #49EE94

Text Example


Text Example

White with #49EE94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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