Shades of Harlequin #3CF811
Tints of Harlequin #3CF811
RGB
CMYK
RGB Variations
Color information
#3CF811 (or 0x3CF811) is known color: Harlequin. HEX triplet: 3C, F8 and 11. RGB value is (60,248,17). Sum of RGB (Red+Green+Blue) = 60+248+17=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 248 (97.27% from 255 or 76.31% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 248 - color contains mainly: green. Hex color #3CF811 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF811 is #C307EE. Grayscale: #A6A6A6. Windows color (decimal): -12781551 or 1177660. OLE color: 1177660.
HSL color Cylindrical-coordinate representation of color #3CF811: hue angle of 108.83º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3CF811 is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 248 | 17 | - |
| CMYK | 0.76 | 0 | 0.93 | 0.03 |
| HSL | 108.83º | 0.94% | 0.52% | - |
| HSV(B) | 108.83º | 0.93% | 0.97% | - |
| XYZ | 35.53 | 68.14 | 11.81 | - |
| YUV | 165.45 | 44.22 | 52.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 248 | 17 | 0.76 | 0 | 0.93 | 0.03 | 108.83 | 0.94 | 0.52 |
| Hex | 3C | F8 | 11 | 4C | 0 | 5D | 3 | 6D | 5E | 34 |
| Octal | 74 | 370 | 21 | 114 | 0 | 135 | 3 | 155 | 136 | 64 |
| Binary | 111100 | 11111000 | 10001 | 1001100 | 0 | 1011101 | 11 | 1101101 | 1011110 | 110100 |
Color Harmonies of #3CF811
Complementary color
Monochromatic Colors of #3CF811
Black with #3CF811
Text Example
Text Example
White with #3CF811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF811; }
p { color: rgb(60,248,17); }
H1.HeaderClassName
{
color: #3CF811;
}
.AnyTagClassName
{
color: #3CF811;
}
</style>
background-color css
<style>
a { background-color: #3CF811; }
a { background-color: rgb(60,248,17); }
div.DivClassName
{
background-color: #3CF811;
}
.BgClassName
{
background-color: #3CF811;
}
</style>
border-color css
<style>
span { border-color: #3CF811; }
span { border-color: rgb(60,248,17); }
td.TdClassName
{
border-color: #3CF811;
}
.TagClassName
{
border-color: #3CF811;
}
</style>