Shades of Harlequin #3FFA12
Tints of Harlequin #3FFA12
RGB
CMYK
RGB Variations
Color information
#3FFA12 (or 0x3FFA12) is known color: Harlequin. HEX triplet: 3F, FA and 12. RGB value is (63,250,18). Sum of RGB (Red+Green+Blue) = 63+250+18=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 250 (98.05% from 255 or 75.53% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFA12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FFA12 is #C005ED. Grayscale: #A8A8A8. Windows color (decimal): -12584430 or 1243711. OLE color: 1243711.
HSL color Cylindrical-coordinate representation of color #3FFA12: hue angle of 108.36º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3FFA12 is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 18 | - |
| CMYK | 0.75 | 0 | 0.93 | 0.02 |
| HSL | 108.36º | 0.96% | 0.53% | - |
| HSV(B) | 108.36º | 0.93% | 0.98% | - |
| XYZ | 36.34 | 69.47 | 12.07 | - |
| YUV | 167.64 | 43.55 | 53.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 18 | 0.75 | 0 | 0.93 | 0.02 | 108.36 | 0.96 | 0.53 |
| Hex | 3F | FA | 12 | 4B | 0 | 5D | 2 | 6C | 60 | 35 |
| Octal | 77 | 372 | 22 | 113 | 0 | 135 | 2 | 154 | 140 | 65 |
| Binary | 111111 | 11111010 | 10010 | 1001011 | 0 | 1011101 | 10 | 1101100 | 1100000 | 110101 |
Color Harmonies of #3FFA12
Complementary color
Monochromatic Colors of #3FFA12
Black with #3FFA12
Text Example
Text Example
White with #3FFA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFA12; }
p { color: rgb(63,250,18); }
H1.HeaderClassName
{
color: #3FFA12;
}
.AnyTagClassName
{
color: #3FFA12;
}
</style>
background-color css
<style>
a { background-color: #3FFA12; }
a { background-color: rgb(63,250,18); }
div.DivClassName
{
background-color: #3FFA12;
}
.BgClassName
{
background-color: #3FFA12;
}
</style>
border-color css
<style>
span { border-color: #3FFA12; }
span { border-color: rgb(63,250,18); }
td.TdClassName
{
border-color: #3FFA12;
}
.TagClassName
{
border-color: #3FFA12;
}
</style>