Shades of Harlequin #3CF316
Tints of Harlequin #3CF316
RGB
CMYK
RGB Variations
Color information
#3CF316 (or 0x3CF316) is known color: Harlequin. HEX triplet: 3C, F3 and 16. RGB value is (60,243,22). Sum of RGB (Red+Green+Blue) = 60+243+22=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 243 (95.31% from 255 or 74.77% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF316 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF316 is #C30CE9. Grayscale: #A3A3A3. Windows color (decimal): -12782826 or 1504060. OLE color: 1504060.
HSL color Cylindrical-coordinate representation of color #3CF316: hue angle of 109.68º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3CF316 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 243 | 22 | - |
| CMYK | 0.75 | 0 | 0.91 | 0.05 |
| HSL | 109.68º | 0.9% | 0.52% | - |
| HSV(B) | 109.68º | 0.91% | 0.95% | - |
| XYZ | 34.06 | 65.12 | 11.53 | - |
| YUV | 163.09 | 48.37 | 54.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 243 | 22 | 0.75 | 0 | 0.91 | 0.05 | 109.68 | 0.9 | 0.52 |
| Hex | 3C | F3 | 16 | 4B | 0 | 5B | 5 | 6E | 5A | 34 |
| Octal | 74 | 363 | 26 | 113 | 0 | 133 | 5 | 156 | 132 | 64 |
| Binary | 111100 | 11110011 | 10110 | 1001011 | 0 | 1011011 | 101 | 1101110 | 1011010 | 110100 |
Color Harmonies of #3CF316
Complementary color
Monochromatic Colors of #3CF316
Black with #3CF316
Text Example
Text Example
White with #3CF316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF316; }
p { color: rgb(60,243,22); }
H1.HeaderClassName
{
color: #3CF316;
}
.AnyTagClassName
{
color: #3CF316;
}
</style>
background-color css
<style>
a { background-color: #3CF316; }
a { background-color: rgb(60,243,22); }
div.DivClassName
{
background-color: #3CF316;
}
.BgClassName
{
background-color: #3CF316;
}
</style>
border-color css
<style>
span { border-color: #3CF316; }
span { border-color: rgb(60,243,22); }
td.TdClassName
{
border-color: #3CF316;
}
.TagClassName
{
border-color: #3CF316;
}
</style>