#3DF209

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

Shades of Harlequin #3DF209

Tints of Harlequin #3DF209

Color information

#3DF209 (or 0x3DF209) is unknown color: approx Harlequin. HEX triplet: 3D, F2 and 09. RGB value is (61,242,9). Sum of RGB (Red+Green+Blue) = 61+242+9=312 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.55% from 312); Green value is 242 (94.92% from 255 or 77.56% from 312); Blue value is 9 (3.91% from 255 or 2.88% from 312); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF209 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF209 is #C20DF6. Grayscale: #A2A2A2. Windows color (decimal): -12717559 or 651837. OLE color: 651837.

HSL color Cylindrical-coordinate representation of color #3DF209: hue angle of 106.61º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3DF209 is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB612429-
CMYK0.7500.960.05
HSL106.61º92.83%49.22%-
HSV(B)106.61º96.28%94.9%-
XYZ33.7364.5210.93-
YUV161.3242.0356.45-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.55%
GREEN value IS 242 (94.92% from 255) = 77.56%
BLUE value IS 9 (3.91% from 255) = 2.88%
R=19.55%
G=77.56%
B=2.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal6124290.7500.960.05106.6192.8349.22
Hex3DF294B06056b5d31
Octal75362111130140515313561
Binary11110111110010100110010110110000010111010111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,242,9); }

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

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

 a { background-color: rgb(61,242,9); }

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

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

 span { border-color: rgb(61,242,9); }

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