Shades of Harlequin #3FF00D
Tints of Harlequin #3FF00D
RGB
CMYK
RGB Variations
Color information
#3FF00D (or 0x3FF00D) is known color: Harlequin. HEX triplet: 3F, F0 and 0D. RGB value is (63,240,13). Sum of RGB (Red+Green+Blue) = 63+240+13=316 (41% of max value = 765). Red value is 63 (25% from 255 or 19.94% from 316); Green value is 240 (94.14% from 255 or 75.95% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF00D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FF00D is #C00FF2. Grayscale: #A1A1A1. Windows color (decimal): -12586995 or 913471. OLE color: 913471.
HSL color Cylindrical-coordinate representation of color #3FF00D: hue angle of 106.78º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3FF00D is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 240 | 13 | - |
| CMYK | 0.74 | 0 | 0.95 | 0.06 |
| HSL | 106.78º | 0.9% | 0.5% | - |
| HSV(B) | 106.78º | 0.95% | 0.94% | - |
| XYZ | 33.28 | 63.41 | 10.87 | - |
| YUV | 161.2 | 44.36 | 57.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 240 | 13 | 0.74 | 0 | 0.95 | 0.06 | 106.78 | 0.9 | 0.5 |
| Hex | 3F | F0 | D | 4A | 0 | 5F | 6 | 6B | 5A | 32 |
| Octal | 77 | 360 | 15 | 112 | 0 | 137 | 6 | 153 | 132 | 62 |
| Binary | 111111 | 11110000 | 1101 | 1001010 | 0 | 1011111 | 110 | 1101011 | 1011010 | 110010 |
Color Harmonies of #3FF00D
Complementary color
Monochromatic Colors of #3FF00D
Black with #3FF00D
Text Example
Text Example
White with #3FF00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF00D; }
p { color: rgb(63,240,13); }
H1.HeaderClassName
{
color: #3FF00D;
}
.AnyTagClassName
{
color: #3FF00D;
}
</style>
background-color css
<style>
a { background-color: #3FF00D; }
a { background-color: rgb(63,240,13); }
div.DivClassName
{
background-color: #3FF00D;
}
.BgClassName
{
background-color: #3FF00D;
}
</style>
border-color css
<style>
span { border-color: #3FF00D; }
span { border-color: rgb(63,240,13); }
td.TdClassName
{
border-color: #3FF00D;
}
.TagClassName
{
border-color: #3FF00D;
}
</style>