#3DDE01

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

Shades of Harlequin #3DDE01

Tints of Harlequin #3DDE01

Color information

#3DDE01 (or 0x3DDE01) is unknown color: approx Harlequin. HEX triplet: 3D, DE and 01. RGB value is (61,222,1). Sum of RGB (Red+Green+Blue) = 61+222+1=284 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.48% from 284); Green value is 222 (87.11% from 255 or 78.17% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 222 - color contains mainly: green. Hex color #3DDE01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DDE01 is #C221FE. Grayscale: #959595. Windows color (decimal): -12722687 or 122429. OLE color: 122429.

HSL color Cylindrical-coordinate representation of color #3DDE01: hue angle of 103.71º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3DDE01 is Cyan = 0.73, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB612221-
CMYK0.7301.000.13
HSL103.71º99.1%43.73%-
HSV(B)103.71º99.55%87.06%-
XYZ28.0553.248.83-
YUV148.6744.6665.47-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.48%
GREEN value IS 222 (87.11% from 255) = 78.17%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=21.48%
G=78.17%
B=0.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal6122210.7301.000.13103.7199.143.73
Hex3DDE149064D68632c
Octal75336111101441515014354
Binary111101110111101100100101100100110111010001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DDE01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,222,1); }

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

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

 a { background-color: rgb(61,222,1); }

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

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

 span { border-color: rgb(61,222,1); }

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