#48FD94

Color #48FD94 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #48FD94

Tints of Shamrock #48FD94

Color information

#48FD94 (or 0x48FD94) is unknown color: approx Shamrock. HEX triplet: 48, FD and 94. RGB value is (72,253,148). Sum of RGB (Red+Green+Blue) = 72+253+148=473 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.22% from 473); Green value is 253 (99.22% from 255 or 53.49% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 253 - color contains mainly: green. Hex color #48FD94 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48FD94 is #B7026B. Grayscale: #BBBBBB. Windows color (decimal): -11993708 or 9764168. OLE color: 9764168.

HSL color Cylindrical-coordinate representation of color #48FD94: hue angle of 145.19º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FD94 is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB72253148-
CMYK0.7200.420.01
HSL145.19º97.84%63.73%-
HSV(B)145.19º71.54%99.22%-
XYZ43.1473.7739.98-
YUV186.91106.0346.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.22%
GREEN value IS 253 (99.22% from 255) = 53.49%
BLUE value IS 148 (58.20% from 255) = 31.29%
R=15.22%
G=53.49%
B=31.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal722531480.7200.420.01145.1997.8463.73
Hex48FD944802A1916240
Octal1103752241100521221142100
Binary100100011111101100101001001000010101011001000111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48FD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48FD94; }

 p { color: rgb(72,253,148); }

 H1.HeaderClassName
 {
   color: #48FD94;
 }
 .AnyTagClassName
 {
   color: #48FD94;
 }
</style>
background-color css

<style>
 a { background-color: #48FD94; }

 a { background-color: rgb(72,253,148); }

 div.DivClassName
 {
   background-color: #48FD94;
 }
 .BgClassName
 {
   background-color: #48FD94;
 }
</style>
border-color css

<style>
 span { border-color: #48FD94; }

 span { border-color: rgb(72,253,148); }

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