Shades of Harlequin #3FE012
Tints of Harlequin #3FE012
RGB
CMYK
RGB Variations
Color information
#3FE012 (or 0x3FE012) is known color: Harlequin. HEX triplet: 3F, E0 and 12. RGB value is (63,224,18). Sum of RGB (Red+Green+Blue) = 63+224+18=305 (40% of max value = 765). Red value is 63 (25% from 255 or 20.66% from 305); Green value is 224 (87.89% from 255 or 73.44% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 224 - color contains mainly: green. Hex color #3FE012 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FE012 is #C01FED. Grayscale: #999999. Windows color (decimal): -12591086 or 1237055. OLE color: 1237055.
HSL color Cylindrical-coordinate representation of color #3FE012: hue angle of 106.89º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3FE012 is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 224 | 18 | - |
| CMYK | 0.72 | 0 | 0.92 | 0.12 |
| HSL | 106.89º | 0.85% | 0.47% | - |
| HSV(B) | 106.89º | 0.92% | 0.88% | - |
| XYZ | 28.81 | 54.41 | 9.56 | - |
| YUV | 152.38 | 52.16 | 64.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 224 | 18 | 0.72 | 0 | 0.92 | 0.12 | 106.89 | 0.85 | 0.47 |
| Hex | 3F | E0 | 12 | 48 | 0 | 5C | C | 6B | 55 | 2F |
| Octal | 77 | 340 | 22 | 110 | 0 | 134 | 14 | 153 | 125 | 57 |
| Binary | 111111 | 11100000 | 10010 | 1001000 | 0 | 1011100 | 1100 | 1101011 | 1010101 | 101111 |
Color Harmonies of #3FE012
Complementary color
Monochromatic Colors of #3FE012
Black with #3FE012
Text Example
Text Example
White with #3FE012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE012; }
p { color: rgb(63,224,18); }
H1.HeaderClassName
{
color: #3FE012;
}
.AnyTagClassName
{
color: #3FE012;
}
</style>
background-color css
<style>
a { background-color: #3FE012; }
a { background-color: rgb(63,224,18); }
div.DivClassName
{
background-color: #3FE012;
}
.BgClassName
{
background-color: #3FE012;
}
</style>
border-color css
<style>
span { border-color: #3FE012; }
span { border-color: rgb(63,224,18); }
td.TdClassName
{
border-color: #3FE012;
}
.TagClassName
{
border-color: #3FE012;
}
</style>