#48CD95

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

Shades of Shamrock #48CD95

Tints of Shamrock #48CD95

Color information

#48CD95 (or 0x48CD95) is unknown color: approx Shamrock. HEX triplet: 48, CD and 95. RGB value is (72,205,149). Sum of RGB (Red+Green+Blue) = 72+205+149=426 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.90% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 205 - color contains mainly: green. Hex color #48CD95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CD95 is #B7326A. Grayscale: #9E9E9E. Windows color (decimal): -12005995 or 9817416. OLE color: 9817416.

HSL color Cylindrical-coordinate representation of color #48CD95: hue angle of 154.74º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CD95 is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB72205149-
CMYK0.6500.270.20
HSL154.74º57.08%54.31%-
HSV(B)154.74º64.88%80.39%-
XYZ29.9347.2135.97-
YUV158.85122.4466.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.90%
GREEN value IS 205 (80.47% from 255) = 48.12%
BLUE value IS 149 (58.59% from 255) = 34.98%
R=16.90%
G=48.12%
B=34.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal722051490.6500.270.20154.7457.0854.31
Hex48CD954101B149b3936
Octal110315225101033242337166
Binary1001000110011011001010110000010110111010010011011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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