Shades of Harlequin #3CF918
Tints of Harlequin #3CF918
RGB
CMYK
RGB Variations
Color information
#3CF918 (or 0x3CF918) is known color: Harlequin. HEX triplet: 3C, F9 and 18. RGB value is (60,249,24). Sum of RGB (Red+Green+Blue) = 60+249+24=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 249 (97.66% from 255 or 74.77% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 249 - color contains mainly: green. Hex color #3CF918 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF918 is #C306E7. Grayscale: #A7A7A7. Windows color (decimal): -12781288 or 1636668. OLE color: 1636668.
HSL color Cylindrical-coordinate representation of color #3CF918: hue angle of 110.4º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3CF918 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 249 | 24 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.02 |
| HSL | 110.4º | 0.95% | 0.54% | - |
| HSV(B) | 110.4º | 0.9% | 0.98% | - |
| XYZ | 35.9 | 68.78 | 12.25 | - |
| YUV | 166.84 | 47.38 | 51.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 249 | 24 | 0.76 | 0 | 0.90 | 0.02 | 110.4 | 0.95 | 0.54 |
| Hex | 3C | F9 | 18 | 4C | 0 | 5A | 2 | 6E | 5F | 36 |
| Octal | 74 | 371 | 30 | 114 | 0 | 132 | 2 | 156 | 137 | 66 |
| Binary | 111100 | 11111001 | 11000 | 1001100 | 0 | 1011010 | 10 | 1101110 | 1011111 | 110110 |
Color Harmonies of #3CF918
Complementary color
Monochromatic Colors of #3CF918
Black with #3CF918
Text Example
Text Example
White with #3CF918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF918; }
p { color: rgb(60,249,24); }
H1.HeaderClassName
{
color: #3CF918;
}
.AnyTagClassName
{
color: #3CF918;
}
</style>
background-color css
<style>
a { background-color: #3CF918; }
a { background-color: rgb(60,249,24); }
div.DivClassName
{
background-color: #3CF918;
}
.BgClassName
{
background-color: #3CF918;
}
</style>
border-color css
<style>
span { border-color: #3CF918; }
span { border-color: rgb(60,249,24); }
td.TdClassName
{
border-color: #3CF918;
}
.TagClassName
{
border-color: #3CF918;
}
</style>