#48E60F

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

Shades of Harlequin #48E60F

Tints of Harlequin #48E60F

Color information

#48E60F (or 0x48E60F) is unknown color: approx Harlequin. HEX triplet: 48, E6 and 0F. RGB value is (72,230,15). Sum of RGB (Red+Green+Blue) = 72+230+15=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 230 (90.23% from 255 or 72.56% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 230 - color contains mainly: green. Hex color #48E60F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48E60F is #B719F0. Grayscale: #9E9E9E. Windows color (decimal): -11999729 or 1041992. OLE color: 1041992.

HSL color Cylindrical-coordinate representation of color #48E60F: hue angle of 104.09º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48E60F is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB7223015-
CMYK0.6900.930.10
HSL104.09º87.76%48.04%-
HSV(B)104.09º93.48%90.2%-
XYZ31.0658.0110.01-
YUV158.2547.1566.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.71%
GREEN value IS 230 (90.23% from 255) = 72.56%
BLUE value IS 15 (6.25% from 255) = 4.73%
R=22.71%
G=72.56%
B=4.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal72230150.6900.930.10104.0987.7648.04
Hex48E6F4505DA685830
Octal1103461710501351215013060
Binary1001000111001101111100010101011101101011010001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E60F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,230,15); }

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

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

 a { background-color: rgb(72,230,15); }

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

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

 span { border-color: rgb(72,230,15); }

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