#48EB95

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

Shades of Shamrock #48EB95

Tints of Shamrock #48EB95

Color information

#48EB95 (or 0x48EB95) is unknown color: approx Shamrock. HEX triplet: 48, EB and 95. RGB value is (72,235,149). Sum of RGB (Red+Green+Blue) = 72+235+149=456 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.79% from 456); Green value is 235 (92.19% from 255 or 51.54% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 235 - color contains mainly: green. Hex color #48EB95 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48EB95 is #B7146A. Grayscale: #B0B0B0. Windows color (decimal): -11998315 or 9825096. OLE color: 9825096.

HSL color Cylindrical-coordinate representation of color #48EB95: hue angle of 148.34º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48EB95 is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB72235149-
CMYK0.6900.370.08
HSL148.34º80.3%60.2%-
HSV(B)148.34º69.36%92.16%-
XYZ37.8162.9638.59-
YUV176.46112.553.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.79%
GREEN value IS 235 (92.19% from 255) = 51.54%
BLUE value IS 149 (58.59% from 255) = 32.68%
R=15.79%
G=51.54%
B=32.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal722351490.6900.370.08148.3480.360.2
Hex48EB9545025894503c
Octal1103532251050451022412074
Binary10010001110101110010101100010101001011000100101001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48EB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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