Shades of Harlequin #3FFC12
Tints of Harlequin #3FFC12
RGB
CMYK
RGB Variations
Color information
#3FFC12 (or 0x3FFC12) is known color: Harlequin. HEX triplet: 3F, FC and 12. RGB value is (63,252,18). Sum of RGB (Red+Green+Blue) = 63+252+18=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 252 (98.83% from 255 or 75.68% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFC12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FFC12 is #C003ED. Grayscale: #A9A9A9. Windows color (decimal): -12583918 or 1244223. OLE color: 1244223.
HSL color Cylindrical-coordinate representation of color #3FFC12: hue angle of 108.46º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3FFC12 is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 252 | 18 | - |
| CMYK | 0.75 | 0 | 0.93 | 0.01 |
| HSL | 108.46º | 0.98% | 0.53% | - |
| HSV(B) | 108.46º | 0.93% | 0.99% | - |
| XYZ | 36.97 | 70.72 | 12.27 | - |
| YUV | 168.81 | 42.88 | 52.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 252 | 18 | 0.75 | 0 | 0.93 | 0.01 | 108.46 | 0.98 | 0.53 |
| Hex | 3F | FC | 12 | 4B | 0 | 5D | 1 | 6C | 62 | 35 |
| Octal | 77 | 374 | 22 | 113 | 0 | 135 | 1 | 154 | 142 | 65 |
| Binary | 111111 | 11111100 | 10010 | 1001011 | 0 | 1011101 | 1 | 1101100 | 1100010 | 110101 |
Color Harmonies of #3FFC12
Complementary color
Monochromatic Colors of #3FFC12
Black with #3FFC12
Text Example
Text Example
White with #3FFC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFC12; }
p { color: rgb(63,252,18); }
H1.HeaderClassName
{
color: #3FFC12;
}
.AnyTagClassName
{
color: #3FFC12;
}
</style>
background-color css
<style>
a { background-color: #3FFC12; }
a { background-color: rgb(63,252,18); }
div.DivClassName
{
background-color: #3FFC12;
}
.BgClassName
{
background-color: #3FFC12;
}
</style>
border-color css
<style>
span { border-color: #3FFC12; }
span { border-color: rgb(63,252,18); }
td.TdClassName
{
border-color: #3FFC12;
}
.TagClassName
{
border-color: #3FFC12;
}
</style>