#48F492

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

Shades of Shamrock #48F492

Tints of Shamrock #48F492

Color information

#48F492 (or 0x48F492) is unknown color: approx Shamrock. HEX triplet: 48, F4 and 92. RGB value is (72,244,146). Sum of RGB (Red+Green+Blue) = 72+244+146=462 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.58% from 462); Green value is 244 (95.70% from 255 or 52.81% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 244 - color contains mainly: green. Hex color #48F492 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F492 is #B70B6D. Grayscale: #B5B5B5. Windows color (decimal): -11996014 or 9630792. OLE color: 9630792.

HSL color Cylindrical-coordinate representation of color #48F492: hue angle of 145.81º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F492 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB72244146-
CMYK0.7000.400.04
HSL145.81º88.66%61.96%-
HSV(B)145.81º70.49%95.69%-
XYZ40.2168.1538.23-
YUV181.4108.0249.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.58%
GREEN value IS 244 (95.70% from 255) = 52.81%
BLUE value IS 146 (57.42% from 255) = 31.60%
R=15.58%
G=52.81%
B=31.60%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal722441460.7000.400.04145.8188.6661.96
Hex48F49246028492593e
Octal110364222106050422213176
Binary1001000111101001001001010001100101000100100100101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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