Shades of Harlequin #3FE805
Tints of Harlequin #3FE805
RGB
CMYK
RGB Variations
Color information
#3FE805 (or 0x3FE805) is known color: Harlequin. HEX triplet: 3F, E8 and 05. RGB value is (63,232,5). Sum of RGB (Red+Green+Blue) = 63+232+5=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 232 (91.02% from 255 or 77.33% from 300); Blue value is 5 (2.34% from 255 or 1.67% from 300); Max value from RGB is 232 - color contains mainly: green. Hex color #3FE805 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FE805 is #C017FA. Grayscale: #9C9C9C. Windows color (decimal): -12589051 or 387135. OLE color: 387135.
HSL color Cylindrical-coordinate representation of color #3FE805: hue angle of 104.67º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3FE805 is Cyan = 0.73, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 232 | 5 | - |
| CMYK | 0.73 | 0 | 0.98 | 0.09 |
| HSL | 104.67º | 0.96% | 0.46% | - |
| HSV(B) | 104.67º | 0.98% | 0.91% | - |
| XYZ | 30.93 | 58.78 | 9.86 | - |
| YUV | 155.59 | 43.01 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 232 | 5 | 0.73 | 0 | 0.98 | 0.09 | 104.67 | 0.96 | 0.46 |
| Hex | 3F | E8 | 5 | 49 | 0 | 62 | 9 | 69 | 60 | 2E |
| Octal | 77 | 350 | 5 | 111 | 0 | 142 | 11 | 151 | 140 | 56 |
| Binary | 111111 | 11101000 | 101 | 1001001 | 0 | 1100010 | 1001 | 1101001 | 1100000 | 101110 |
Color Harmonies of #3FE805
Complementary color
Monochromatic Colors of #3FE805
Black with #3FE805
Text Example
Text Example
White with #3FE805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE805; }
p { color: rgb(63,232,5); }
H1.HeaderClassName
{
color: #3FE805;
}
.AnyTagClassName
{
color: #3FE805;
}
</style>
background-color css
<style>
a { background-color: #3FE805; }
a { background-color: rgb(63,232,5); }
div.DivClassName
{
background-color: #3FE805;
}
.BgClassName
{
background-color: #3FE805;
}
</style>
border-color css
<style>
span { border-color: #3FE805; }
span { border-color: rgb(63,232,5); }
td.TdClassName
{
border-color: #3FE805;
}
.TagClassName
{
border-color: #3FE805;
}
</style>