#48FE11

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

Shades of Harlequin #48FE11

Tints of Harlequin #48FE11

Color information

#48FE11 (or 0x48FE11) is unknown color: approx Harlequin. HEX triplet: 48, FE and 11. RGB value is (72,254,17). Sum of RGB (Red+Green+Blue) = 72+254+17=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 254 (99.61% from 255 or 74.05% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48FE11 is #B701EE. Grayscale: #ADADAD. Windows color (decimal): -11993583 or 1179208. OLE color: 1179208.

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

Color convert

RGB7225417-
CMYK0.7200.930.00
HSL106.08º99.16%53.14%-
HSV(B)106.08º93.31%99.61%-
XYZ38.2272.312.47-
YUV172.5640.256.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.99%
GREEN value IS 254 (99.61% from 255) = 74.05%
BLUE value IS 17 (7.03% from 255) = 4.96%
R=20.99%
G=74.05%
B=4.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal72254170.7200.930.00106.0899.1653.14
Hex48FE114805D06a6335
Octal110376211100135015214365
Binary10010001111111010001100100001011101011010101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48FE11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,254,17); }

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

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

 a { background-color: rgb(72,254,17); }

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

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

 span { border-color: rgb(72,254,17); }

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