#3DFE07

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

Shades of Harlequin #3DFE07

Tints of Harlequin #3DFE07

Color information

#3DFE07 (or 0x3DFE07) is unknown color: approx Harlequin. HEX triplet: 3D, FE and 07. RGB value is (61,254,7). Sum of RGB (Red+Green+Blue) = 61+254+7=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 254 (99.61% from 255 or 78.88% from 322); Blue value is 7 (3.12% from 255 or 2.17% from 322); Max value from RGB is 254 - color contains mainly: green. Hex color #3DFE07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DFE07 is #C201F8. Grayscale: #A8A8A8. Windows color (decimal): -12714489 or 523837. OLE color: 523837.

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

Color convert

RGB612547-
CMYK0.7600.970.00
HSL106.88º99.2%51.18%-
HSV(B)106.88º97.24%99.61%-
XYZ37.471.8912.11-
YUV168.1437.0651.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.94%
GREEN value IS 254 (99.61% from 255) = 78.88%
BLUE value IS 7 (3.12% from 255) = 2.17%
R=18.94%
G=78.88%
B=2.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal6125470.7600.970.00106.8899.251.18
Hex3DFE74C06106b6333
Octal7537671140141015314363
Binary11110111111110111100110001100001011010111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DFE07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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