#3DE001

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

Shades of Harlequin #3DE001

Tints of Harlequin #3DE001

Color information

#3DE001 (or 0x3DE001) is unknown color: approx Harlequin. HEX triplet: 3D, E0 and 01. RGB value is (61,224,1). Sum of RGB (Red+Green+Blue) = 61+224+1=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 224 (87.89% from 255 or 78.32% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 224 - color contains mainly: green. Hex color #3DE001 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DE001 is #C21FFE. Grayscale: #969696. Windows color (decimal): -12722175 or 122941. OLE color: 122941.

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

Color convert

RGB612241-
CMYK0.7301.000.12
HSL103.86º99.11%44.12%-
HSV(B)103.86º99.55%87.84%-
XYZ28.5954.319-
YUV149.844464.63-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.33%
GREEN value IS 224 (87.89% from 255) = 78.32%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=21.33%
G=78.32%
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.12
SystemRedGreenBlueCMYKHSL
Decimal6122410.7301.000.12103.8699.1144.12
Hex3DE0149064C68632c
Octal75340111101441415014354
Binary111101111000001100100101100100110011010001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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