#48ff97

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

Shades of Shamrock #48FF97

Tints of Shamrock #48FF97

Color information

#48FF97 (or 0x48FF97) is unknown color: approx Shamrock. HEX triplet: 48, FF and 97. RGB value is (72,255,151). Sum of RGB (Red+Green+Blue) = 72+255+151=478 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.06% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #48FF97 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48FF97 is #B70068. Grayscale: #BCBCBC. Windows color (decimal): -11993193 or 9961288. OLE color: 9961288.

HSL color Cylindrical-coordinate representation of color #48FF97: hue angle of 145.9º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FF97 is Cyan = 0.72, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB72255151-
CMYK0.7200.410
HSL145.9º100%64.12%-
HSV(B)145.9º71.76%100%-
XYZ44.0275.1341.46-
YUV188.43106.8744.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.06%
GREEN value IS 255 (100% from 255) = 53.35%
BLUE value IS 151 (59.38% from 255) = 31.59%
R=15.06%
G=53.35%
B=31.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal722551510.7200.410145.910064.12
Hex48FF97480290926440
Octal1103772271100510222144100
Binary100100011111111100101111001000010100101001001011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48ff97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,255,151); }

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

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

 a { background-color: rgb(72,255,151); }

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

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

 span { border-color: rgb(72,255,151); }

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