#3EDD11

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

Shades of Harlequin #3EDD11

Tints of Harlequin #3EDD11

Color information

#3EDD11 (or 0x3EDD11) is unknown color: approx Harlequin. HEX triplet: 3E, DD and 11. RGB value is (62,221,17). Sum of RGB (Red+Green+Blue) = 62+221+17=300 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.67% from 300); Green value is 221 (86.72% from 255 or 73.67% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDD11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3EDD11 is #C122EE. Grayscale: #969696. Windows color (decimal): -12657391 or 1170750. OLE color: 1170750.

HSL color Cylindrical-coordinate representation of color #3EDD11: hue angle of 106.76º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3EDD11 is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB6222117-
CMYK0.7200.920.13
HSL106.76º85.71%46.67%-
HSV(B)106.76º92.31%86.67%-
XYZ27.9452.789.24-
YUV150.252.8265.09-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.67%
GREEN value IS 221 (86.72% from 255) = 73.67%
BLUE value IS 17 (7.03% from 255) = 5.67%
R=20.67%
G=73.67%
B=5.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal62221170.7200.920.13106.7685.7146.67
Hex3EDD114805CD6b562f
Octal763352111001341515312657
Binary1111101101110110001100100001011100110111010111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EDD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,221,17); }

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

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

 a { background-color: rgb(62,221,17); }

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

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

 span { border-color: rgb(62,221,17); }

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