#48FF21

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

Shades of Harlequin #48FF21

Tints of Harlequin #48FF21

Color information

#48FF21 (or 0x48FF21) is unknown color: approx Harlequin. HEX triplet: 48, FF and 21. RGB value is (72,255,33). Sum of RGB (Red+Green+Blue) = 72+255+33=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 255 (100% from 255 or 70.83% from 360); Blue value is 33 (13.28% from 255 or 9.17% from 360); Max value from RGB is 255 - color contains mainly: green. Hex color #48FF21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FF21 is #B700DE. Grayscale: #AFAFAF. Windows color (decimal): -11993311 or 2228040. OLE color: 2228040.

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

Color convert

RGB7225533-
CMYK0.7200.870
HSL109.46º100%56.47%-
HSV(B)109.46º87.06%100%-
XYZ38.7173.0113.49-
YUV174.9847.8754.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20%
GREEN value IS 255 (100% from 255) = 70.83%
BLUE value IS 33 (13.28% from 255) = 9.17%
R=20%
G=70.83%
B=9.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal72255330.7200.870109.4610056.47
Hex48FF214805706d6438
Octal110377411100127015514470
Binary100100011111111100001100100001010111011011011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48FF21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,255,33); }

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

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

 a { background-color: rgb(72,255,33); }

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

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

 span { border-color: rgb(72,255,33); }

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