#48F719

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

Shades of Harlequin #48F719

Tints of Harlequin #48F719

Color information

#48F719 (or 0x48F719) is unknown color: approx Harlequin. HEX triplet: 48, F7 and 19. RGB value is (72,247,25). Sum of RGB (Red+Green+Blue) = 72+247+25=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 247 (96.88% from 255 or 71.80% from 344); Blue value is 25 (10.16% from 255 or 7.27% from 344); Max value from RGB is 247 - color contains mainly: green. Hex color #48F719 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48F719 is #B708E6. Grayscale: #AAAAAA. Windows color (decimal): -11995367 or 1701704. OLE color: 1701704.

HSL color Cylindrical-coordinate representation of color #48F719: hue angle of 107.3º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48F719 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB7224725-
CMYK0.7100.900.03
HSL107.3º93.28%53.33%-
HSV(B)107.3º89.88%96.86%-
XYZ36.1167.9712.14-
YUV169.3746.5258.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.93%
GREEN value IS 247 (96.88% from 255) = 71.80%
BLUE value IS 25 (10.16% from 255) = 7.27%
R=20.93%
G=71.80%
B=7.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal72247250.7100.900.03107.393.2853.33
Hex48F7194705A36b5d35
Octal110367311070132315313565
Binary100100011110111110011000111010110101111010111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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