#48DA96

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

Shades of Shamrock #48DA96

Tints of Shamrock #48DA96

Color information

#48DA96 (or 0x48DA96) is unknown color: approx Shamrock. HEX triplet: 48, DA and 96. RGB value is (72,218,150). Sum of RGB (Red+Green+Blue) = 72+218+150=440 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.36% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 218 - color contains mainly: green. Hex color #48DA96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DA96 is #B72569. Grayscale: #A6A6A6. Windows color (decimal): -12002666 or 9886280. OLE color: 9886280.

HSL color Cylindrical-coordinate representation of color #48DA96: hue angle of 152.05º 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 #48DA96 is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB72218150-
CMYK0.6700.310.15
HSL152.05º66.36%56.86%-
HSV(B)152.05º66.97%85.49%-
XYZ33.2553.7237.47-
YUV166.59118.6360.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.36%
GREEN value IS 218 (85.55% from 255) = 49.55%
BLUE value IS 150 (58.98% from 255) = 34.09%
R=16.36%
G=49.55%
B=34.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal722181500.6700.310.15152.0566.3656.86
Hex48DA964301FF984239
Octal1103322261030371723010271
Binary1001000110110101001011010000110111111111100110001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48DA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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