#3FF016

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

Shades of Harlequin #3FF016

Tints of Harlequin #3FF016

Color information

#3FF016 (or 0x3FF016) is unknown color: approx Harlequin. HEX triplet: 3F, F0 and 16. RGB value is (63,240,22). Sum of RGB (Red+Green+Blue) = 63+240+22=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 240 (94.14% from 255 or 73.85% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF016 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FF016 is #C00FE9. Grayscale: #A2A2A2. Windows color (decimal): -12586986 or 1503295. OLE color: 1503295.

HSL color Cylindrical-coordinate representation of color #3FF016: hue angle of 108.72º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3FF016 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB6324022-
CMYK0.7400.910.06
HSL108.72º87.9%51.37%-
HSV(B)108.72º90.83%94.12%-
XYZ33.3563.4311.25-
YUV162.2248.8657.23-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.38%
GREEN value IS 240 (94.14% from 255) = 73.85%
BLUE value IS 22 (8.98% from 255) = 6.77%
R=19.38%
G=73.85%
B=6.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal63240220.7400.910.06108.7287.951.37
Hex3FF0164A05B66d5833
Octal77360261120133615513063
Binary111111111100001011010010100101101111011011011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,240,22); }

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

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

 a { background-color: rgb(63,240,22); }

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

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

 span { border-color: rgb(63,240,22); }

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