Shades of Harlequin #3CF713
Tints of Harlequin #3CF713
RGB
CMYK
RGB Variations
Color information
#3CF713 (or 0x3CF713) is known color: Harlequin. HEX triplet: 3C, F7 and 13. RGB value is (60,247,19). Sum of RGB (Red+Green+Blue) = 60+247+19=326 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.40% from 326); Green value is 247 (96.88% from 255 or 75.77% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 247 - color contains mainly: green. Hex color #3CF713 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF713 is #C308EC. Grayscale: #A5A5A5. Windows color (decimal): -12781805 or 1308476. OLE color: 1308476.
HSL color Cylindrical-coordinate representation of color #3CF713: hue angle of 109.21º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3CF713 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 247 | 19 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.03 |
| HSL | 109.21º | 0.93% | 0.52% | - |
| HSV(B) | 109.21º | 0.92% | 0.97% | - |
| XYZ | 35.24 | 67.53 | 11.79 | - |
| YUV | 165.1 | 45.55 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 247 | 19 | 0.76 | 0 | 0.92 | 0.03 | 109.21 | 0.93 | 0.52 |
| Hex | 3C | F7 | 13 | 4C | 0 | 5C | 3 | 6D | 5D | 34 |
| Octal | 74 | 367 | 23 | 114 | 0 | 134 | 3 | 155 | 135 | 64 |
| Binary | 111100 | 11110111 | 10011 | 1001100 | 0 | 1011100 | 11 | 1101101 | 1011101 | 110100 |
Color Harmonies of #3CF713
Complementary color
Monochromatic Colors of #3CF713
Black with #3CF713
Text Example
Text Example
White with #3CF713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF713; }
p { color: rgb(60,247,19); }
H1.HeaderClassName
{
color: #3CF713;
}
.AnyTagClassName
{
color: #3CF713;
}
</style>
background-color css
<style>
a { background-color: #3CF713; }
a { background-color: rgb(60,247,19); }
div.DivClassName
{
background-color: #3CF713;
}
.BgClassName
{
background-color: #3CF713;
}
</style>
border-color css
<style>
span { border-color: #3CF713; }
span { border-color: rgb(60,247,19); }
td.TdClassName
{
border-color: #3CF713;
}
.TagClassName
{
border-color: #3CF713;
}
</style>