#48F892

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

Shades of Shamrock #48F892

Tints of Shamrock #48F892

Color information

#48F892 (or 0x48F892) is unknown color: approx Shamrock. HEX triplet: 48, F8 and 92. RGB value is (72,248,146). Sum of RGB (Red+Green+Blue) = 72+248+146=466 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.45% from 466); Green value is 248 (97.27% from 255 or 53.22% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 248 - color contains mainly: green. Hex color #48F892 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F892 is #B7076D. Grayscale: #B7B7B7. Windows color (decimal): -11994990 or 9631816. OLE color: 9631816.

HSL color Cylindrical-coordinate representation of color #48F892: hue angle of 145.23º degrees, saturation: 0.93, 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 #48F892 is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB72248146-
CMYK0.7100.410.03
HSL145.23º92.63%62.75%-
HSV(B)145.23º70.97%97.25%-
XYZ41.4370.5938.64-
YUV183.75106.6948.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.45%
GREEN value IS 248 (97.27% from 255) = 53.22%
BLUE value IS 146 (57.42% from 255) = 31.33%
R=15.45%
G=53.22%
B=31.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal722481460.7100.410.03145.2392.6362.75
Hex48F892470293915d3f
Octal110370222107051322113577
Binary100100011111000100100101000111010100111100100011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,248,146); }

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

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

 a { background-color: rgb(72,248,146); }

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

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

 span { border-color: rgb(72,248,146); }

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