Shades of Harlequin #3FE505
Tints of Harlequin #3FE505
RGB
CMYK
RGB Variations
Color information
#3FE505 (or 0x3FE505) is known color: Harlequin. HEX triplet: 3F, E5 and 05. RGB value is (63,229,5). Sum of RGB (Red+Green+Blue) = 63+229+5=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 229 (89.84% from 255 or 77.10% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 229 - color contains mainly: green. Hex color #3FE505 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FE505 is #C01AFA. Grayscale: #9A9A9A. Windows color (decimal): -12589819 or 386367. OLE color: 386367.
HSL color Cylindrical-coordinate representation of color #3FE505: hue angle of 104.46º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3FE505 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 229 | 5 | - |
| CMYK | 0.72 | 0 | 0.98 | 0.10 |
| HSL | 104.46º | 0.96% | 0.46% | - |
| HSV(B) | 104.46º | 0.98% | 0.9% | - |
| XYZ | 30.1 | 57.11 | 9.58 | - |
| YUV | 153.83 | 44 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 229 | 5 | 0.72 | 0 | 0.98 | 0.10 | 104.46 | 0.96 | 0.46 |
| Hex | 3F | E5 | 5 | 48 | 0 | 62 | A | 68 | 60 | 2E |
| Octal | 77 | 345 | 5 | 110 | 0 | 142 | 12 | 150 | 140 | 56 |
| Binary | 111111 | 11100101 | 101 | 1001000 | 0 | 1100010 | 1010 | 1101000 | 1100000 | 101110 |
Color Harmonies of #3FE505
Complementary color
Monochromatic Colors of #3FE505
Black with #3FE505
Text Example
Text Example
White with #3FE505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE505; }
p { color: rgb(63,229,5); }
H1.HeaderClassName
{
color: #3FE505;
}
.AnyTagClassName
{
color: #3FE505;
}
</style>
background-color css
<style>
a { background-color: #3FE505; }
a { background-color: rgb(63,229,5); }
div.DivClassName
{
background-color: #3FE505;
}
.BgClassName
{
background-color: #3FE505;
}
</style>
border-color css
<style>
span { border-color: #3FE505; }
span { border-color: rgb(63,229,5); }
td.TdClassName
{
border-color: #3FE505;
}
.TagClassName
{
border-color: #3FE505;
}
</style>