#3FEE10

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

Shades of Harlequin #3FEE10

Tints of Harlequin #3FEE10

Color information

#3FEE10 (or 0x3FEE10) is unknown color: approx Harlequin. HEX triplet: 3F, EE and 10. RGB value is (63,238,16). Sum of RGB (Red+Green+Blue) = 63+238+16=317 (41% of max value = 765). Red value is 63 (25% from 255 or 19.87% from 317); Green value is 238 (93.36% from 255 or 75.08% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEE10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FEE10 is #C011EF. Grayscale: #A1A1A1. Windows color (decimal): -12587504 or 1109567. OLE color: 1109567.

HSL color Cylindrical-coordinate representation of color #3FEE10: hue angle of 107.3º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3FEE10 is Cyan = 0.74, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB6323816-
CMYK0.7400.930.07
HSL107.3º87.4%49.8%-
HSV(B)107.3º93.28%93.33%-
XYZ32.7262.2410.78-
YUV160.3746.5258.55-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.87%
GREEN value IS 238 (93.36% from 255) = 75.08%
BLUE value IS 16 (6.64% from 255) = 5.05%
R=19.87%
G=75.08%
B=5.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal63238160.7400.930.07107.387.449.8
Hex3FEE104A05D76b5732
Octal77356201120135715312762
Binary111111111011101000010010100101110111111010111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FEE10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,238,16); }

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

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

 a { background-color: rgb(63,238,16); }

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

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

 span { border-color: rgb(63,238,16); }

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