#3DFC06

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

Shades of Harlequin #3DFC06

Tints of Harlequin #3DFC06

Color information

#3DFC06 (or 0x3DFC06) is unknown color: approx Harlequin. HEX triplet: 3D, FC and 06. RGB value is (61,252,6). Sum of RGB (Red+Green+Blue) = 61+252+6=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 252 (98.83% from 255 or 79.00% from 319); Blue value is 6 (2.73% from 255 or 1.88% from 319); Max value from RGB is 252 - color contains mainly: green. Hex color #3DFC06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DFC06 is #C203F9. Grayscale: #A7A7A7. Windows color (decimal): -12715002 or 457789. OLE color: 457789.

HSL color Cylindrical-coordinate representation of color #3DFC06: hue angle of 106.59º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3DFC06 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB612526-
CMYK0.7600.980.01
HSL106.59º97.62%50.59%-
HSV(B)106.59º97.62%98.82%-
XYZ36.7770.6311.87-
YUV166.8537.2252.5-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.12%
GREEN value IS 252 (98.83% from 255) = 79.00%
BLUE value IS 6 (2.73% from 255) = 1.88%
R=19.12%
G=79.00%
B=1.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal6125260.7600.980.01106.5997.6250.59
Hex3DFC64C06216b6233
Octal7537461140142115314263
Binary11110111111100110100110001100010111010111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DFC06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,252,6); }

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

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

 a { background-color: rgb(61,252,6); }

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

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

 span { border-color: rgb(61,252,6); }

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