Html Css Color HEX #49F693 Shamrock

📋 copy color: '#49F693'

red 73 ◦ green 246 ◦ blue 147

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

Shades of Shamrock #49F693

Tints of Shamrock #49F693

RGB

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

 GREEN value IS 246 (96.48% from 255) = 52.79%

 BLUE value IS 147 (57.81% from 255) = 31.55%

R = 15.67%
G = 52.79%
B = 31.55%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#49F693 (or 0x49F693) is known color: Shamrock. HEX triplet: 49, F6 and 93. RGB value is (73,246,147). Sum of RGB (Red+Green+Blue) = 73+246+147=466 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.67% from 466); Green value is 246 (96.48% from 255 or 52.79% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 246 - color contains mainly: green. Hex color #49F693 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F693 is #B6096C. Grayscale: #B7B7B7. Windows color (decimal): -11929965 or 9696841. OLE color: 9696841.

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

Color convert

RGB 73 246 147 -
CMYK 0.70 0 0.40 0.04
HSL 145.66º 0.91% 0.63% -
HSV(B) 145.66º 0.7% 0.96% -
XYZ 40.97 69.43 38.85 -
YUV 182.99 107.69 49.55 -
System Red Green Blue C M Y K H S L
Decimal 73 246 147 0.70 0 0.40 0.04 145.66 0.91 0.63
Hex 49 F6 93 46 0 28 4 92 5B 3F
Octal 111 366 223 106 0 50 4 222 133 77
Binary 1001001 11110110 10010011 1000110 0 101000 100 10010010 1011011 111111

Color Harmonies of #49F693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F693

Black with #49F693

Text Example


Text Example

White with #49F693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,246,147); }

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

background-color css

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

 a { background-color: rgb(73,246,147); }

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

border-color css

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

 span { border-color: rgb(73,246,147); }

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