Shades of Harlequin #3CF716
Tints of Harlequin #3CF716
RGB
CMYK
RGB Variations
Color information
#3CF716 (or 0x3CF716) is known color: Harlequin. HEX triplet: 3C, F7 and 16. RGB value is (60,247,22). Sum of RGB (Red+Green+Blue) = 60+247+22=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 247 (96.88% from 255 or 75.08% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 247 - color contains mainly: green. Hex color #3CF716 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF716 is #C308E9. Grayscale: #A6A6A6. Windows color (decimal): -12781802 or 1505084. OLE color: 1505084.
HSL color Cylindrical-coordinate representation of color #3CF716: hue angle of 109.87º 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 #3CF716 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 247 | 22 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.03 |
| HSL | 109.87º | 0.93% | 0.53% | - |
| HSV(B) | 109.87º | 0.91% | 0.97% | - |
| XYZ | 35.27 | 67.54 | 11.94 | - |
| YUV | 165.44 | 47.05 | 52.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 247 | 22 | 0.76 | 0 | 0.91 | 0.03 | 109.87 | 0.93 | 0.53 |
| Hex | 3C | F7 | 16 | 4C | 0 | 5B | 3 | 6E | 5D | 35 |
| Octal | 74 | 367 | 26 | 114 | 0 | 133 | 3 | 156 | 135 | 65 |
| Binary | 111100 | 11110111 | 10110 | 1001100 | 0 | 1011011 | 11 | 1101110 | 1011101 | 110101 |
Color Harmonies of #3CF716
Complementary color
Monochromatic Colors of #3CF716
Black with #3CF716
Text Example
Text Example
White with #3CF716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF716; }
p { color: rgb(60,247,22); }
H1.HeaderClassName
{
color: #3CF716;
}
.AnyTagClassName
{
color: #3CF716;
}
</style>
background-color css
<style>
a { background-color: #3CF716; }
a { background-color: rgb(60,247,22); }
div.DivClassName
{
background-color: #3CF716;
}
.BgClassName
{
background-color: #3CF716;
}
</style>
border-color css
<style>
span { border-color: #3CF716; }
span { border-color: rgb(60,247,22); }
td.TdClassName
{
border-color: #3CF716;
}
.TagClassName
{
border-color: #3CF716;
}
</style>