#48ED95

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

Shades of Shamrock #48ED95

Tints of Shamrock #48ED95

Color information

#48ED95 (or 0x48ED95) is unknown color: approx Shamrock. HEX triplet: 48, ED and 95. RGB value is (72,237,149). Sum of RGB (Red+Green+Blue) = 72+237+149=458 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.72% from 458); Green value is 237 (92.97% from 255 or 51.75% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 237 - color contains mainly: green. Hex color #48ED95 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48ED95 is #B7126A. Grayscale: #B1B1B1. Windows color (decimal): -11997803 or 9825608. OLE color: 9825608.

HSL color Cylindrical-coordinate representation of color #48ED95: hue angle of 148º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48ED95 is Cyan = 0.70, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB72237149-
CMYK0.7000.370.07
HSL148º82.09%60.59%-
HSV(B)148º69.62%92.94%-
XYZ38.3864.1238.79-
YUV177.63111.8452.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.72%
GREEN value IS 237 (92.97% from 255) = 51.75%
BLUE value IS 149 (58.59% from 255) = 32.53%
R=15.72%
G=51.75%
B=32.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal722371490.7000.370.0714882.0960.59
Hex48ED9546025794523d
Octal110355225106045722412275
Binary1001000111011011001010110001100100101111100101001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48ED95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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