Html Css Color HEX #49F992 Shamrock

📋 copy color: '#49F992'

red 73 ◦ green 249 ◦ blue 146

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

Shades of Shamrock #49F992

Tints of Shamrock #49F992

RGB

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

 GREEN value IS 249 (97.66% from 255) = 53.21%

 BLUE value IS 146 (57.42% from 255) = 31.2%

R = 15.6%
G = 53.21%
B = 31.2%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#49F992 (or 0x49F992) is known color: Shamrock. HEX triplet: 49, F9 and 92. RGB value is (73,249,146). Sum of RGB (Red+Green+Blue) = 73+249+146=468 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.60% from 468); Green value is 249 (97.66% from 255 or 53.21% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 249 - color contains mainly: green. Hex color #49F992 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F992 is #B6066D. Grayscale: #B8B8B8. Windows color (decimal): -11929198 or 9632073. OLE color: 9632073.

HSL color Cylindrical-coordinate representation of color #49F992: hue angle of 144.89º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49F992 is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 249 146 -
CMYK 0.71 0 0.41 0.02
HSL 144.89º 0.94% 0.63% -
HSV(B) 144.89º 0.71% 0.98% -
XYZ 41.81 71.24 38.74 -
YUV 184.63 106.19 48.38 -
System Red Green Blue C M Y K H S L
Decimal 73 249 146 0.71 0 0.41 0.02 144.89 0.94 0.63
Hex 49 F9 92 47 0 29 2 91 5E 3F
Octal 111 371 222 107 0 51 2 221 136 77
Binary 1001001 11111001 10010010 1000111 0 101001 10 10010001 1011110 111111

Color Harmonies of #49F992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F992

Black with #49F992

Text Example


Text Example

White with #49F992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,249,146); }

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

background-color css

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

 a { background-color: rgb(73,249,146); }

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

border-color css

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

 span { border-color: rgb(73,249,146); }

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