#48FD93

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

Shades of Shamrock #48FD93

Tints of Shamrock #48FD93

Color information

#48FD93 (or 0x48FD93) is unknown color: approx Shamrock. HEX triplet: 48, FD and 93. RGB value is (72,253,147). Sum of RGB (Red+Green+Blue) = 72+253+147=472 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.25% from 472); Green value is 253 (99.22% from 255 or 53.60% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 253 - color contains mainly: green. Hex color #48FD93 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48FD93 is #B7026C. Grayscale: #BBBBBB. Windows color (decimal): -11993709 or 9698632. OLE color: 9698632.

HSL color Cylindrical-coordinate representation of color #48FD93: hue angle of 144.86º 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 #48FD93 is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB72253147-
CMYK0.7200.420.01
HSL144.86º97.84%63.73%-
HSV(B)144.86º71.54%99.22%-
XYZ43.0673.7339.57-
YUV186.8105.5346.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.25%
GREEN value IS 253 (99.22% from 255) = 53.60%
BLUE value IS 147 (57.81% from 255) = 31.14%
R=15.25%
G=53.60%
B=31.14%

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
Decimal722531470.7200.420.01144.8697.8463.73
Hex48FD934802A1916240
Octal1103752231100521221142100
Binary100100011111101100100111001000010101011001000111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48FD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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