Html Css Color HEX #49FA98 Shamrock

📋 copy color: '#49FA98'

red 73 ◦ green 250 ◦ blue 152

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

Shades of Shamrock #49FA98

Tints of Shamrock #49FA98

RGB

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

 GREEN value IS 250 (98.05% from 255) = 52.63%

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

R = 15.37%
G = 52.63%
B = 32%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#49FA98 (or 0x49FA98) is known color: Shamrock. HEX triplet: 49, FA and 98. RGB value is (73,250,152). Sum of RGB (Red+Green+Blue) = 73+250+152=475 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.37% from 475); Green value is 250 (98.05% from 255 or 52.63% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 250 - color contains mainly: green. Hex color #49FA98 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FA98 is #B60567. Grayscale: #BABABA. Windows color (decimal): -11928936 or 10025545. OLE color: 10025545.

HSL color Cylindrical-coordinate representation of color #49FA98: hue angle of 146.78º degrees, saturation: 0.95, 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 #49FA98 is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 250 152 -
CMYK 0.71 0 0.39 0.02
HSL 146.78º 0.95% 0.63% -
HSV(B) 146.78º 0.71% 0.98% -
XYZ 42.6 72.05 41.37 -
YUV 185.91 108.86 47.47 -
System Red Green Blue C M Y K H S L
Decimal 73 250 152 0.71 0 0.39 0.02 146.78 0.95 0.63
Hex 49 FA 98 47 0 27 2 93 5F 3F
Octal 111 372 230 107 0 47 2 223 137 77
Binary 1001001 11111010 10011000 1000111 0 100111 10 10010011 1011111 111111

Color Harmonies of #49FA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FA98

Black with #49FA98

Text Example


Text Example

White with #49FA98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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