#48F814

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

Shades of Harlequin #48F814

Tints of Harlequin #48F814

Color information

#48F814 (or 0x48F814) is unknown color: approx Harlequin. HEX triplet: 48, F8 and 14. RGB value is (72,248,20). Sum of RGB (Red+Green+Blue) = 72+248+20=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 248 (97.27% from 255 or 72.94% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 248 - color contains mainly: green. Hex color #48F814 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48F814 is #B707EB. Grayscale: #AAAAAA. Windows color (decimal): -11995116 or 1374280. OLE color: 1374280.

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

Color convert

RGB7224820-
CMYK0.7100.920.03
HSL106.32º94.21%52.55%-
HSV(B)106.32º91.94%97.25%-
XYZ36.3768.5611.98-
YUV169.3843.6958.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.18%
GREEN value IS 248 (97.27% from 255) = 72.94%
BLUE value IS 20 (8.20% from 255) = 5.88%
R=21.18%
G=72.94%
B=5.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal72248200.7100.920.03106.3294.2152.55
Hex48F8144705C36a5e35
Octal110370241070134315213665
Binary100100011111000101001000111010111001111010101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,248,20); }

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

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

 a { background-color: rgb(72,248,20); }

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

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

 span { border-color: rgb(72,248,20); }

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