#3DFE06

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

Shades of Harlequin #3DFE06

Tints of Harlequin #3DFE06

Color information

#3DFE06 (or 0x3DFE06) is unknown color: approx Harlequin. HEX triplet: 3D, FE and 06. RGB value is (61,254,6). Sum of RGB (Red+Green+Blue) = 61+254+6=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 254 (99.61% from 255 or 79.13% from 321); Blue value is 6 (2.73% from 255 or 1.87% from 321); Max value from RGB is 254 - color contains mainly: green. Hex color #3DFE06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DFE06 is #C201F9. Grayscale: #A8A8A8. Windows color (decimal): -12714490 or 458301. OLE color: 458301.

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

Color convert

RGB612546-
CMYK0.7600.980.00
HSL106.69º99.2%50.98%-
HSV(B)106.69º97.64%99.61%-
XYZ37.471.8912.08-
YUV168.0236.5651.67-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.00%
GREEN value IS 254 (99.61% from 255) = 79.13%
BLUE value IS 6 (2.73% from 255) = 1.87%
R=19.00%
G=79.13%
B=1.87%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal6125460.7600.980.00106.6999.250.98
Hex3DFE64C06206b6333
Octal7537661140142015314363
Binary11110111111110110100110001100010011010111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DFE06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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