Shades of Harlequin #3CF012
Tints of Harlequin #3CF012
RGB
CMYK
RGB Variations
Color information
#3CF012 (or 0x3CF012) is known color: Harlequin. HEX triplet: 3C, F0 and 12. RGB value is (60,240,18). Sum of RGB (Red+Green+Blue) = 60+240+18=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 240 (94.14% from 255 or 75.47% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF012 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF012 is #C30FED. Grayscale: #A1A1A1. Windows color (decimal): -12783598 or 1241148. OLE color: 1241148.
HSL color Cylindrical-coordinate representation of color #3CF012: hue angle of 108.65º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3CF012 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 240 | 18 | - |
| CMYK | 0.75 | 0 | 0.92 | 0.06 |
| HSL | 108.65º | 0.88% | 0.51% | - |
| HSV(B) | 108.65º | 0.93% | 0.94% | - |
| XYZ | 33.13 | 63.32 | 11.05 | - |
| YUV | 160.87 | 47.37 | 56.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 240 | 18 | 0.75 | 0 | 0.92 | 0.06 | 108.65 | 0.88 | 0.51 |
| Hex | 3C | F0 | 12 | 4B | 0 | 5C | 6 | 6D | 58 | 33 |
| Octal | 74 | 360 | 22 | 113 | 0 | 134 | 6 | 155 | 130 | 63 |
| Binary | 111100 | 11110000 | 10010 | 1001011 | 0 | 1011100 | 110 | 1101101 | 1011000 | 110011 |
Color Harmonies of #3CF012
Complementary color
Monochromatic Colors of #3CF012
Black with #3CF012
Text Example
Text Example
White with #3CF012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF012; }
p { color: rgb(60,240,18); }
H1.HeaderClassName
{
color: #3CF012;
}
.AnyTagClassName
{
color: #3CF012;
}
</style>
background-color css
<style>
a { background-color: #3CF012; }
a { background-color: rgb(60,240,18); }
div.DivClassName
{
background-color: #3CF012;
}
.BgClassName
{
background-color: #3CF012;
}
</style>
border-color css
<style>
span { border-color: #3CF012; }
span { border-color: rgb(60,240,18); }
td.TdClassName
{
border-color: #3CF012;
}
.TagClassName
{
border-color: #3CF012;
}
</style>