Shades of Harlequin #3DFF12
Tints of Harlequin #3DFF12
RGB
CMYK
RGB Variations
Color information
#3DFF12 (or 0x3DFF12) is known color: Harlequin. HEX triplet: 3D, FF and 12. RGB value is (61,255,18). Sum of RGB (Red+Green+Blue) = 61+255+18=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 255 (100% from 255 or 76.35% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFF12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DFF12 is #C200ED. Grayscale: #AAAAAA. Windows color (decimal): -12714222 or 1244989. OLE color: 1244989.
HSL color Cylindrical-coordinate representation of color #3DFF12: hue angle of 109.11º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3DFF12 is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 18 | - |
| CMYK | 0.76 | 0 | 0.93 | 0 |
| HSL | 109.11º | 1% | 0.54% | - |
| HSV(B) | 109.11º | 0.93% | 1% | - |
| XYZ | 37.79 | 72.56 | 12.59 | - |
| YUV | 169.98 | 42.23 | 50.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 18 | 0.76 | 0 | 0.93 | 0 | 109.11 | 1 | 0.54 |
| Hex | 3D | FF | 12 | 4C | 0 | 5D | 0 | 6D | 64 | 36 |
| Octal | 75 | 377 | 22 | 114 | 0 | 135 | 0 | 155 | 144 | 66 |
| Binary | 111101 | 11111111 | 10010 | 1001100 | 0 | 1011101 | 0 | 1101101 | 1100100 | 110110 |
Color Harmonies of #3DFF12
Complementary color
Monochromatic Colors of #3DFF12
Black with #3DFF12
Text Example
Text Example
White with #3DFF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFF12; }
p { color: rgb(61,255,18); }
H1.HeaderClassName
{
color: #3DFF12;
}
.AnyTagClassName
{
color: #3DFF12;
}
</style>
background-color css
<style>
a { background-color: #3DFF12; }
a { background-color: rgb(61,255,18); }
div.DivClassName
{
background-color: #3DFF12;
}
.BgClassName
{
background-color: #3DFF12;
}
</style>
border-color css
<style>
span { border-color: #3DFF12; }
span { border-color: rgb(61,255,18); }
td.TdClassName
{
border-color: #3DFF12;
}
.TagClassName
{
border-color: #3DFF12;
}
</style>