#48FD95

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

Shades of Shamrock #48FD95

Tints of Shamrock #48FD95

Color information

#48FD95 (or 0x48FD95) is unknown color: approx Shamrock. HEX triplet: 48, FD and 95. RGB value is (72,253,149). Sum of RGB (Red+Green+Blue) = 72+253+149=474 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.19% from 474); Green value is 253 (99.22% from 255 or 53.38% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 253 - color contains mainly: green. Hex color #48FD95 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48FD95 is #B7026A. Grayscale: #BBBBBB. Windows color (decimal): -11993707 or 9829704. OLE color: 9829704.

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

Color convert

RGB72253149-
CMYK0.7200.410.01
HSL145.52º97.84%63.73%-
HSV(B)145.52º71.54%99.22%-
XYZ43.2273.840.4-
YUV187.02106.5345.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.19%
GREEN value IS 253 (99.22% from 255) = 53.38%
BLUE value IS 149 (58.59% from 255) = 31.43%
R=15.19%
G=53.38%
B=31.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal722531490.7200.410.01145.5297.8463.73
Hex48FD95480291926240
Octal1103752251100511222142100
Binary100100011111101100101011001000010100111001001011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48FD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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