Shades of Harlequin #3CF717
Tints of Harlequin #3CF717
RGB
CMYK
RGB Variations
Color information
#3CF717 (or 0x3CF717) is known color: Harlequin. HEX triplet: 3C, F7 and 17. RGB value is (60,247,23). Sum of RGB (Red+Green+Blue) = 60+247+23=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 247 (96.88% from 255 or 74.85% from 330); Blue value is 23 (9.38% from 255 or 6.97% from 330); Max value from RGB is 247 - color contains mainly: green. Hex color #3CF717 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF717 is #C308E8. Grayscale: #A6A6A6. Windows color (decimal): -12781801 or 1570620. OLE color: 1570620.
HSL color Cylindrical-coordinate representation of color #3CF717: hue angle of 110.09º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3CF717 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 247 | 23 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.03 |
| HSL | 110.09º | 0.93% | 0.53% | - |
| HSV(B) | 110.09º | 0.91% | 0.97% | - |
| XYZ | 35.28 | 67.54 | 11.99 | - |
| YUV | 165.55 | 47.55 | 52.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 247 | 23 | 0.76 | 0 | 0.91 | 0.03 | 110.09 | 0.93 | 0.53 |
| Hex | 3C | F7 | 17 | 4C | 0 | 5B | 3 | 6E | 5D | 35 |
| Octal | 74 | 367 | 27 | 114 | 0 | 133 | 3 | 156 | 135 | 65 |
| Binary | 111100 | 11110111 | 10111 | 1001100 | 0 | 1011011 | 11 | 1101110 | 1011101 | 110101 |
Color Harmonies of #3CF717
Complementary color
Monochromatic Colors of #3CF717
Black with #3CF717
Text Example
Text Example
White with #3CF717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF717; }
p { color: rgb(60,247,23); }
H1.HeaderClassName
{
color: #3CF717;
}
.AnyTagClassName
{
color: #3CF717;
}
</style>
background-color css
<style>
a { background-color: #3CF717; }
a { background-color: rgb(60,247,23); }
div.DivClassName
{
background-color: #3CF717;
}
.BgClassName
{
background-color: #3CF717;
}
</style>
border-color css
<style>
span { border-color: #3CF717; }
span { border-color: rgb(60,247,23); }
td.TdClassName
{
border-color: #3CF717;
}
.TagClassName
{
border-color: #3CF717;
}
</style>