#3CDE01

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

Shades of Harlequin #3CDE01

Tints of Harlequin #3CDE01

Color information

#3CDE01 (or 0x3CDE01) is unknown color: approx Harlequin. HEX triplet: 3C, DE and 01. RGB value is (60,222,1). Sum of RGB (Red+Green+Blue) = 60+222+1=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 222 (87.11% from 255 or 78.45% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 222 - color contains mainly: green. Hex color #3CDE01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CDE01 is #C321FE. Grayscale: #959595. Windows color (decimal): -12788223 or 122428. OLE color: 122428.

HSL color Cylindrical-coordinate representation of color #3CDE01: hue angle of 103.98º 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 #3CDE01 is Cyan = 0.73, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB602221-
CMYK0.7301.000.13
HSL103.98º99.1%43.73%-
HSV(B)103.98º99.55%87.06%-
XYZ27.9953.218.82-
YUV148.3744.8364.97-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.20%
GREEN value IS 222 (87.11% from 255) = 78.45%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=21.20%
G=78.45%
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
Decimal6022210.7301.000.13103.9899.143.73
Hex3CDE149064D68632c
Octal74336111101441515014354
Binary111100110111101100100101100100110111010001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CDE01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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