#48F798

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

Shades of Shamrock #48F798

Tints of Shamrock #48F798

Color information

#48F798 (or 0x48F798) is unknown color: approx Shamrock. HEX triplet: 48, F7 and 98. RGB value is (72,247,152). Sum of RGB (Red+Green+Blue) = 72+247+152=471 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.29% from 471); Green value is 247 (96.88% from 255 or 52.44% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 247 - color contains mainly: green. Hex color #48F798 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F798 is #B70867. Grayscale: #B8B8B8. Windows color (decimal): -11995240 or 10024776. OLE color: 10024776.

HSL color Cylindrical-coordinate representation of color #48F798: hue angle of 147.43º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48F798 is Cyan = 0.71, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB72247152-
CMYK0.7100.380.03
HSL147.43º91.62%62.55%-
HSV(B)147.43º70.85%96.86%-
XYZ41.670.1741.06-
YUV183.84110.0248.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.29%
GREEN value IS 247 (96.88% from 255) = 52.44%
BLUE value IS 152 (59.77% from 255) = 32.27%
R=15.29%
G=52.44%
B=32.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal722471520.7100.380.03147.4391.6262.55
Hex48F798470263935c3f
Octal110367230107046322313477
Binary100100011110111100110001000111010011011100100111011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,247,152); }

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

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

 a { background-color: rgb(72,247,152); }

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

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

 span { border-color: rgb(72,247,152); }

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