#48DA95

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

Shades of Shamrock #48DA95

Tints of Shamrock #48DA95

Color information

#48DA95 (or 0x48DA95) is unknown color: approx Shamrock. HEX triplet: 48, DA and 95. RGB value is (72,218,149). Sum of RGB (Red+Green+Blue) = 72+218+149=439 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.40% from 439); Green value is 218 (85.55% from 255 or 49.66% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 218 - color contains mainly: green. Hex color #48DA95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DA95 is #B7256A. Grayscale: #A6A6A6. Windows color (decimal): -12002667 or 9820744. OLE color: 9820744.

HSL color Cylindrical-coordinate representation of color #48DA95: hue angle of 151.64º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DA95 is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB72218149-
CMYK0.6700.320.15
HSL151.64º66.36%56.86%-
HSV(B)151.64º66.97%85.49%-
XYZ33.1753.6937.05-
YUV166.48118.1360.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.40%
GREEN value IS 218 (85.55% from 255) = 49.66%
BLUE value IS 149 (58.59% from 255) = 33.94%
R=16.40%
G=49.66%
B=33.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal722181490.6700.320.15151.6466.3656.86
Hex48DA9543020F984239
Octal1103322251030401723010271
Binary10010001101101010010101100001101000001111100110001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48DA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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