#3FFF11

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

Shades of Harlequin #3FFF11

Tints of Harlequin #3FFF11

Color information

#3FFF11 (or 0x3FFF11) is unknown color: approx Harlequin. HEX triplet: 3F, FF and 11. RGB value is (63,255,17). Sum of RGB (Red+Green+Blue) = 63+255+17=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 255 (100% from 255 or 76.12% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFF11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FFF11 is #C000EE. Grayscale: #ABABAB. Windows color (decimal): -12583151 or 1179455. OLE color: 1179455.

HSL color Cylindrical-coordinate representation of color #3FFF11: hue angle of 108.4º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3FFF11 is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB6325517-
CMYK0.7500.930
HSL108.4º100%53.33%-
HSV(B)108.4º93.33%100%-
XYZ37.9172.6212.55-
YUV170.4641.3951.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.81%
GREEN value IS 255 (100% from 255) = 76.12%
BLUE value IS 17 (7.03% from 255) = 5.07%
R=18.81%
G=76.12%
B=5.07%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal63255170.7500.930108.410053.33
Hex3FFF114B05D06c6435
Octal77377211130135015414465
Binary1111111111111110001100101101011101011011001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FFF11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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