Shades of Harlequin #3CF312
Tints of Harlequin #3CF312
RGB
CMYK
RGB Variations
Color information
#3CF312 (or 0x3CF312) is known color: Harlequin. HEX triplet: 3C, F3 and 12. RGB value is (60,243,18). Sum of RGB (Red+Green+Blue) = 60+243+18=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 243 (95.31% from 255 or 75.70% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF312 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF312 is #C30CED. Grayscale: #A3A3A3. Windows color (decimal): -12782830 or 1241916. OLE color: 1241916.
HSL color Cylindrical-coordinate representation of color #3CF312: hue angle of 108.8º 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 #3CF312 is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 243 | 18 | - |
| CMYK | 0.75 | 0 | 0.93 | 0.05 |
| HSL | 108.8º | 0.9% | 0.51% | - |
| HSV(B) | 108.8º | 0.93% | 0.95% | - |
| XYZ | 34.02 | 65.11 | 11.35 | - |
| YUV | 162.63 | 46.37 | 54.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 243 | 18 | 0.75 | 0 | 0.93 | 0.05 | 108.8 | 0.9 | 0.51 |
| Hex | 3C | F3 | 12 | 4B | 0 | 5D | 5 | 6D | 5A | 33 |
| Octal | 74 | 363 | 22 | 113 | 0 | 135 | 5 | 155 | 132 | 63 |
| Binary | 111100 | 11110011 | 10010 | 1001011 | 0 | 1011101 | 101 | 1101101 | 1011010 | 110011 |
Color Harmonies of #3CF312
Complementary color
Monochromatic Colors of #3CF312
Black with #3CF312
Text Example
Text Example
White with #3CF312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF312; }
p { color: rgb(60,243,18); }
H1.HeaderClassName
{
color: #3CF312;
}
.AnyTagClassName
{
color: #3CF312;
}
</style>
background-color css
<style>
a { background-color: #3CF312; }
a { background-color: rgb(60,243,18); }
div.DivClassName
{
background-color: #3CF312;
}
.BgClassName
{
background-color: #3CF312;
}
</style>
border-color css
<style>
span { border-color: #3CF312; }
span { border-color: rgb(60,243,18); }
td.TdClassName
{
border-color: #3CF312;
}
.TagClassName
{
border-color: #3CF312;
}
</style>