Shades of Harlequin #3FE603
Tints of Harlequin #3FE603
RGB
CMYK
RGB Variations
Color information
#3FE603 (or 0x3FE603) is known color: Harlequin. HEX triplet: 3F, E6 and 03. RGB value is (63,230,3). Sum of RGB (Red+Green+Blue) = 63+230+3=296 (39% of max value = 765). Red value is 63 (25% from 255 or 21.28% from 296); Green value is 230 (90.23% from 255 or 77.70% from 296); Blue value is 3 (1.56% from 255 or 1.01% from 296); Max value from RGB is 230 - color contains mainly: green. Hex color #3FE603 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FE603 is #C019FC. Grayscale: #9A9A9A. Windows color (decimal): -12589565 or 255551. OLE color: 255551.
HSL color Cylindrical-coordinate representation of color #3FE603: hue angle of 104.14º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3FE603 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 230 | 3 | - |
| CMYK | 0.73 | 0 | 0.99 | 0.10 |
| HSL | 104.14º | 0.97% | 0.46% | - |
| HSV(B) | 104.14º | 0.99% | 0.9% | - |
| XYZ | 30.36 | 57.66 | 9.61 | - |
| YUV | 154.19 | 42.67 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 230 | 3 | 0.73 | 0 | 0.99 | 0.10 | 104.14 | 0.97 | 0.46 |
| Hex | 3F | E6 | 3 | 49 | 0 | 63 | A | 68 | 61 | 2E |
| Octal | 77 | 346 | 3 | 111 | 0 | 143 | 12 | 150 | 141 | 56 |
| Binary | 111111 | 11100110 | 11 | 1001001 | 0 | 1100011 | 1010 | 1101000 | 1100001 | 101110 |
Color Harmonies of #3FE603
Complementary color
Monochromatic Colors of #3FE603
Black with #3FE603
Text Example
Text Example
White with #3FE603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE603; }
p { color: rgb(63,230,3); }
H1.HeaderClassName
{
color: #3FE603;
}
.AnyTagClassName
{
color: #3FE603;
}
</style>
background-color css
<style>
a { background-color: #3FE603; }
a { background-color: rgb(63,230,3); }
div.DivClassName
{
background-color: #3FE603;
}
.BgClassName
{
background-color: #3FE603;
}
</style>
border-color css
<style>
span { border-color: #3FE603; }
span { border-color: rgb(63,230,3); }
td.TdClassName
{
border-color: #3FE603;
}
.TagClassName
{
border-color: #3FE603;
}
</style>