#3FEE14

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

Shades of Harlequin #3FEE14

Tints of Harlequin #3FEE14

Color information

#3FEE14 (or 0x3FEE14) is unknown color: approx Harlequin. HEX triplet: 3F, EE and 14. RGB value is (63,238,20). Sum of RGB (Red+Green+Blue) = 63+238+20=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 238 (93.36% from 255 or 74.14% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEE14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FEE14 is #C011EB. Grayscale: #A1A1A1. Windows color (decimal): -12587500 or 1371711. OLE color: 1371711.

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

Color convert

RGB6323820-
CMYK0.7400.920.07
HSL108.17º86.51%50.59%-
HSV(B)108.17º91.6%93.33%-
XYZ32.7562.2610.95-
YUV160.8248.5258.23-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.63%
GREEN value IS 238 (93.36% from 255) = 74.14%
BLUE value IS 20 (8.20% from 255) = 6.23%
R=19.63%
G=74.14%
B=6.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal63238200.7400.920.07108.1786.5150.59
Hex3FEE144A05C76c5733
Octal77356241120134715412763
Binary111111111011101010010010100101110011111011001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FEE14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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