#3fdd00

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

Shades of Harlequin #3FDD00

Tints of Harlequin #3FDD00

Color information

#3FDD00 (or 0x3FDD00) is unknown color: approx Harlequin. HEX triplet: 3F, DD and 00. RGB value is (63,221,0). Sum of RGB (Red+Green+Blue) = 63+221+0=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 221 (86.72% from 255 or 77.82% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDD00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FDD00 is #C022FF. Grayscale: #959595. Windows color (decimal): -12591872 or 56639. OLE color: 56639.

HSL color Cylindrical-coordinate representation of color #3FDD00: hue angle of 102.9º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3FDD00 is Cyan = 0.71, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB632210-
CMYK0.71010.13
HSL102.9º100%43.33%-
HSV(B)102.9º100%86.67%-
XYZ27.9152.778.71-
YUV148.5644.1566.97-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.18%
GREEN value IS 221 (86.72% from 255) = 77.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=22.18%
G=77.82%
B=0%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal6322100.71010.13102.910043.33
Hex3FDD047064D67642b
Octal77335010701441514714453
Binary111111110111010100011101100100110111001111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fdd00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,221,0); }

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

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

 a { background-color: rgb(63,221,0); }

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

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

 span { border-color: rgb(63,221,0); }

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