#3FFF21

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

Shades of Harlequin #3FFF21

Tints of Harlequin #3FFF21

Color information

#3FFF21 (or 0x3FFF21) is unknown color: approx Harlequin. HEX triplet: 3F, FF and 21. RGB value is (63,255,33). Sum of RGB (Red+Green+Blue) = 63+255+33=351 (46% of max value = 765). Red value is 63 (25% from 255 or 17.95% from 351); Green value is 255 (100% from 255 or 72.65% from 351); Blue value is 33 (13.28% from 255 or 9.40% from 351); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFF21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FFF21 is #C000DE. Grayscale: #ACACAC. Windows color (decimal): -12583135 or 2228031. OLE color: 2228031.

HSL color Cylindrical-coordinate representation of color #3FFF21: hue angle of 111.89º 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 #3FFF21 is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB6325533-
CMYK0.7500.870
HSL111.89º100%56.47%-
HSV(B)111.89º87.06%100%-
XYZ38.0872.6913.46-
YUV172.2849.3950.05-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.95%
GREEN value IS 255 (100% from 255) = 72.65%
BLUE value IS 33 (13.28% from 255) = 9.40%
R=17.95%
G=72.65%
B=9.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal63255330.7500.870111.8910056.47
Hex3FFF214B0570706438
Octal77377411130127016014470
Binary11111111111111100001100101101010111011100001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FFF21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FFF21; }

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

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

<style>
 a { background-color: #3FFF21; }

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

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

<style>
 span { border-color: #3FFF21; }

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

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