Html Css Color HEX #49F292 Shamrock

📋 copy color: '#49F292'

red 73 ◦ green 242 ◦ blue 146

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

Shades of Shamrock #49F292

Tints of Shamrock #49F292

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.49%

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

R = 15.84%
G = 52.49%
B = 31.67%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#49F292 (or 0x49F292) is known color: Shamrock. HEX triplet: 49, F2 and 92. RGB value is (73,242,146). Sum of RGB (Red+Green+Blue) = 73+242+146=461 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.84% from 461); Green value is 242 (94.92% from 255 or 52.49% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 242 - color contains mainly: green. Hex color #49F292 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F292 is #B60D6D. Grayscale: #B4B4B4. Windows color (decimal): -11930990 or 9630281. OLE color: 9630281.

HSL color Cylindrical-coordinate representation of color #49F292: hue angle of 145.92º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F292 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 242 146 -
CMYK 0.70 0 0.40 0.05
HSL 145.92º 0.87% 0.62% -
HSV(B) 145.92º 0.7% 0.95% -
XYZ 39.69 67 38.03 -
YUV 180.53 108.51 51.31 -
System Red Green Blue C M Y K H S L
Decimal 73 242 146 0.70 0 0.40 0.05 145.92 0.87 0.62
Hex 49 F2 92 46 0 28 5 92 57 3E
Octal 111 362 222 106 0 50 5 222 127 76
Binary 1001001 11110010 10010010 1000110 0 101000 101 10010010 1010111 111110

Color Harmonies of #49F292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F292

Black with #49F292

Text Example


Text Example

White with #49F292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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