Html Css Color HEX #49FE95 Shamrock

📋 copy color: '#49FE95'

red 73 ◦ green 254 ◦ blue 149

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

Shades of Shamrock #49FE95

Tints of Shamrock #49FE95

RGB

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

 GREEN value IS 254 (99.61% from 255) = 53.36%

 BLUE value IS 149 (58.59% from 255) = 31.3%

R = 15.34%
G = 53.36%
B = 31.3%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#49FE95 (or 0x49FE95) is known color: Shamrock. HEX triplet: 49, FE and 95. RGB value is (73,254,149). Sum of RGB (Red+Green+Blue) = 73+254+149=476 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.34% from 476); Green value is 254 (99.61% from 255 or 53.36% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 254 - color contains mainly: green. Hex color #49FE95 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FE95 is #B6016A. Grayscale: #BCBCBC. Windows color (decimal): -11927915 or 9829961. OLE color: 9829961.

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

Color convert

RGB 73 254 149 -
CMYK 0.71 0 0.41 0.00
HSL 145.19º 0.99% 0.64% -
HSV(B) 145.19º 0.71% 1% -
XYZ 43.61 74.47 40.51 -
YUV 187.91 106.03 46.04 -
System Red Green Blue C M Y K H S L
Decimal 73 254 149 0.71 0 0.41 0.00 145.19 0.99 0.64
Hex 49 FE 95 47 0 29 0 91 63 40
Octal 111 376 225 107 0 51 0 221 143 100
Binary 1001001 11111110 10010101 1000111 0 101001 0 10010001 1100011 1000000

Color Harmonies of #49FE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FE95

Black with #49FE95

Text Example


Text Example

White with #49FE95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,254,149); }

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

background-color css

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

 a { background-color: rgb(73,254,149); }

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

border-color css

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

 span { border-color: rgb(73,254,149); }

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