#48EC19

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

Shades of Harlequin #48EC19

Tints of Harlequin #48EC19

Color information

#48EC19 (or 0x48EC19) is unknown color: approx Harlequin. HEX triplet: 48, EC and 19. RGB value is (72,236,25). Sum of RGB (Red+Green+Blue) = 72+236+25=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 236 (92.58% from 255 or 70.87% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48EC19 is #B713E6. Grayscale: #A3A3A3. Windows color (decimal): -11998183 or 1698888. OLE color: 1698888.

HSL color Cylindrical-coordinate representation of color #48EC19: hue angle of 106.64º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48EC19 is Cyan = 0.69, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB7223625-
CMYK0.6900.890.07
HSL106.64º84.74%51.18%-
HSV(B)106.64º89.41%92.55%-
XYZ32.8461.4411.05-
YUV162.9150.1763.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.62%
GREEN value IS 236 (92.58% from 255) = 70.87%
BLUE value IS 25 (10.16% from 255) = 7.51%
R=21.62%
G=70.87%
B=7.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal72236250.6900.890.07106.6484.7451.18
Hex48EC194505976b5533
Octal110354311050131715312563
Binary1001000111011001100110001010101100111111010111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48EC19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,236,25); }

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

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

 a { background-color: rgb(72,236,25); }

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

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

 span { border-color: rgb(72,236,25); }

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