Shades of Harlequin #3CF310
Tints of Harlequin #3CF310
RGB
CMYK
RGB Variations
Color information
#3CF310 (or 0x3CF310) is known color: Harlequin. HEX triplet: 3C, F3 and 10. RGB value is (60,243,16). Sum of RGB (Red+Green+Blue) = 60+243+16=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 243 (95.31% from 255 or 76.18% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF310 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF310 is #C30CEF. Grayscale: #A3A3A3. Windows color (decimal): -12782832 or 1110844. OLE color: 1110844.
HSL color Cylindrical-coordinate representation of color #3CF310: hue angle of 108.37º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3CF310 is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 243 | 16 | - |
| CMYK | 0.75 | 0 | 0.93 | 0.05 |
| HSL | 108.37º | 0.9% | 0.51% | - |
| HSV(B) | 108.37º | 0.93% | 0.95% | - |
| XYZ | 34.01 | 65.1 | 11.26 | - |
| YUV | 162.41 | 45.37 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 243 | 16 | 0.75 | 0 | 0.93 | 0.05 | 108.37 | 0.9 | 0.51 |
| Hex | 3C | F3 | 10 | 4B | 0 | 5D | 5 | 6C | 5A | 33 |
| Octal | 74 | 363 | 20 | 113 | 0 | 135 | 5 | 154 | 132 | 63 |
| Binary | 111100 | 11110011 | 10000 | 1001011 | 0 | 1011101 | 101 | 1101100 | 1011010 | 110011 |
Color Harmonies of #3CF310
Complementary color
Monochromatic Colors of #3CF310
Black with #3CF310
Text Example
Text Example
White with #3CF310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF310; }
p { color: rgb(60,243,16); }
H1.HeaderClassName
{
color: #3CF310;
}
.AnyTagClassName
{
color: #3CF310;
}
</style>
background-color css
<style>
a { background-color: #3CF310; }
a { background-color: rgb(60,243,16); }
div.DivClassName
{
background-color: #3CF310;
}
.BgClassName
{
background-color: #3CF310;
}
</style>
border-color css
<style>
span { border-color: #3CF310; }
span { border-color: rgb(60,243,16); }
td.TdClassName
{
border-color: #3CF310;
}
.TagClassName
{
border-color: #3CF310;
}
</style>