#46FA21

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

Shades of Harlequin #46FA21

Tints of Harlequin #46FA21

Color information

#46FA21 (or 0x46FA21) is unknown color: approx Harlequin. HEX triplet: 46, FA and 21. RGB value is (70,250,33). Sum of RGB (Red+Green+Blue) = 70+250+33=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 250 (98.05% from 255 or 70.82% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 250 - color contains mainly: green. Hex color #46FA21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46FA21 is #B905DE. Grayscale: #ACACAC. Windows color (decimal): -12125663 or 2226758. OLE color: 2226758.

HSL color Cylindrical-coordinate representation of color #46FA21: hue angle of 109.77º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #46FA21 is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB7025033-
CMYK0.7200.870.02
HSL109.77º95.59%55.49%-
HSV(B)109.77º86.8%98.04%-
XYZ36.9969.7812.96-
YUV171.4449.8755.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.83%
GREEN value IS 250 (98.05% from 255) = 70.82%
BLUE value IS 33 (13.28% from 255) = 9.35%
R=19.83%
G=70.82%
B=9.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal70250330.7200.870.02109.7795.5955.49
Hex46FA214805726e6037
Octal106372411100127215614067
Binary1000110111110101000011001000010101111011011101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46FA21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46FA21; }

 p { color: rgb(70,250,33); }

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

<style>
 a { background-color: #46FA21; }

 a { background-color: rgb(70,250,33); }

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

<style>
 span { border-color: #46FA21; }

 span { border-color: rgb(70,250,33); }

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