Html Css Color HEX #49FF98 Shamrock

📋 copy color: '#49FF98'

red 73 ◦ green 255 ◦ blue 152

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

Shades of Shamrock #49FF98

Tints of Shamrock #49FF98

RGB

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

 GREEN value IS 255 (100% from 255) = 53.13%

 BLUE value IS 152 (59.77% from 255) = 31.67%

R = 15.21%
G = 53.13%
B = 31.67%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#49FF98 (or 0x49FF98) is known color: Shamrock. HEX triplet: 49, FF and 98. RGB value is (73,255,152). Sum of RGB (Red+Green+Blue) = 73+255+152=480 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.21% from 480); Green value is 255 (100% from 255 or 53.12% from 480); Blue value is 152 (59.77% from 255 or 31.67% from 480); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF98 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FF98 is #B60067. Grayscale: #BDBDBD. Windows color (decimal): -11927656 or 10026825. OLE color: 10026825.

HSL color Cylindrical-coordinate representation of color #49FF98: hue angle of 146.04º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FF98 is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB 73 255 152 -
CMYK 0.71 0 0.40 0
HSL 146.04º 1% 0.64% -
HSV(B) 146.04º 0.71% 1% -
XYZ 44.18 75.2 41.89 -
YUV 188.84 107.2 45.38 -
System Red Green Blue C M Y K H S L
Decimal 73 255 152 0.71 0 0.40 0 146.04 1 0.64
Hex 49 FF 98 47 0 28 0 92 64 40
Octal 111 377 230 107 0 50 0 222 144 100
Binary 1001001 11111111 10011000 1000111 0 101000 0 10010010 1100100 1000000

Color Harmonies of #49FF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FF98

Black with #49FF98

Text Example


Text Example

White with #49FF98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,255,152); }

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

background-color css

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

 a { background-color: rgb(73,255,152); }

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

border-color css

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

 span { border-color: rgb(73,255,152); }

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