#3DE00D

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

Shades of Harlequin #3DE00D

Tints of Harlequin #3DE00D

Color information

#3DE00D (or 0x3DE00D) is unknown color: approx Harlequin. HEX triplet: 3D, E0 and 0D. RGB value is (61,224,13). Sum of RGB (Red+Green+Blue) = 61+224+13=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 224 (87.89% from 255 or 75.17% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 224 - color contains mainly: green. Hex color #3DE00D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DE00D is #C21FF2. Grayscale: #979797. Windows color (decimal): -12722163 or 909373. OLE color: 909373.

HSL color Cylindrical-coordinate representation of color #3DE00D: hue angle of 106.35º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3DE00D is Cyan = 0.73, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB6122413-
CMYK0.7300.940.12
HSL106.35º89.03%46.47%-
HSV(B)106.35º94.2%87.84%-
XYZ28.6554.339.36-
YUV151.215063.66-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.47%
GREEN value IS 224 (87.89% from 255) = 75.17%
BLUE value IS 13 (5.47% from 255) = 4.36%
R=20.47%
G=75.17%
B=4.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal61224130.7300.940.12106.3589.0346.47
Hex3DE0D4905EC6a592e
Octal753401511101361415213156
Binary111101111000001101100100101011110110011010101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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