#3DDE08

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

Shades of Harlequin #3DDE08

Tints of Harlequin #3DDE08

Color information

#3DDE08 (or 0x3DDE08) is unknown color: approx Harlequin. HEX triplet: 3D, DE and 08. RGB value is (61,222,8). Sum of RGB (Red+Green+Blue) = 61+222+8=291 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.96% from 291); Green value is 222 (87.11% from 255 or 76.29% from 291); Blue value is 8 (3.52% from 255 or 2.75% from 291); Max value from RGB is 222 - color contains mainly: green. Hex color #3DDE08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DDE08 is #C221F7. Grayscale: #969696. Windows color (decimal): -12722680 or 581181. OLE color: 581181.

HSL color Cylindrical-coordinate representation of color #3DDE08: hue angle of 105.14º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3DDE08 is Cyan = 0.73, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB612228-
CMYK0.7300.960.13
HSL105.14º93.04%45.1%-
HSV(B)105.14º96.4%87.06%-
XYZ28.0953.259.03-
YUV149.4648.1664.9-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.96%
GREEN value IS 222 (87.11% from 255) = 76.29%
BLUE value IS 8 (3.52% from 255) = 2.75%
R=20.96%
G=76.29%
B=2.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal6122280.7300.960.13105.1493.0445.1
Hex3DDE849060D695d2d
Octal753361011101401515113555
Binary111101110111101000100100101100000110111010011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DDE08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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