Html Css Color HEX #49F494 Shamrock

📋 copy color: '#49F494'

red 73 ◦ green 244 ◦ blue 148

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

Shades of Shamrock #49F494

Tints of Shamrock #49F494

RGB

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

 GREEN value IS 244 (95.7% from 255) = 52.47%

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

R = 15.7%
G = 52.47%
B = 31.83%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#49F494 (or 0x49F494) is known color: Shamrock. HEX triplet: 49, F4 and 94. RGB value is (73,244,148). Sum of RGB (Red+Green+Blue) = 73+244+148=465 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.70% from 465); Green value is 244 (95.70% from 255 or 52.47% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 244 - color contains mainly: green. Hex color #49F494 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F494 is #B60B6B. Grayscale: #B6B6B6. Windows color (decimal): -11930476 or 9761865. OLE color: 9761865.

HSL color Cylindrical-coordinate representation of color #49F494: hue angle of 146.32º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F494 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 73 244 148 -
CMYK 0.70 0 0.39 0.04
HSL 146.32º 0.89% 0.62% -
HSV(B) 146.32º 0.7% 0.96% -
XYZ 40.44 68.26 39.06 -
YUV 181.93 108.85 50.31 -
System Red Green Blue C M Y K H S L
Decimal 73 244 148 0.70 0 0.39 0.04 146.32 0.89 0.62
Hex 49 F4 94 46 0 27 4 92 59 3E
Octal 111 364 224 106 0 47 4 222 131 76
Binary 1001001 11110100 10010100 1000110 0 100111 100 10010010 1011001 111110

Color Harmonies of #49F494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F494

Black with #49F494

Text Example


Text Example

White with #49F494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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