Html Css Color HEX #49F192 Shamrock

📋 copy color: '#49F192'

red 73 ◦ green 241 ◦ blue 146

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

Shades of Shamrock #49F192

Tints of Shamrock #49F192

RGB

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

 GREEN value IS 241 (94.53% from 255) = 52.39%

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

R = 15.87%
G = 52.39%
B = 31.74%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#49F192 (or 0x49F192) is known color: Shamrock. HEX triplet: 49, F1 and 92. RGB value is (73,241,146). Sum of RGB (Red+Green+Blue) = 73+241+146=460 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.87% from 460); Green value is 241 (94.53% from 255 or 52.39% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 241 - color contains mainly: green. Hex color #49F192 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F192 is #B60E6D. Grayscale: #B4B4B4. Windows color (decimal): -11931246 or 9630025. OLE color: 9630025.

HSL color Cylindrical-coordinate representation of color #49F192: hue angle of 146.07º degrees, saturation: 0.86, 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 #49F192 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 241 146 -
CMYK 0.70 0 0.39 0.05
HSL 146.07º 0.86% 0.62% -
HSV(B) 146.07º 0.7% 0.95% -
XYZ 39.39 66.4 37.93 -
YUV 179.94 108.84 51.72 -
System Red Green Blue C M Y K H S L
Decimal 73 241 146 0.70 0 0.39 0.05 146.07 0.86 0.62
Hex 49 F1 92 46 0 27 5 92 56 3E
Octal 111 361 222 106 0 47 5 222 126 76
Binary 1001001 11110001 10010010 1000110 0 100111 101 10010010 1010110 111110

Color Harmonies of #49F192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F192

Black with #49F192

Text Example


Text Example

White with #49F192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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