Shades of Harlequin #3FED13
Tints of Harlequin #3FED13
RGB
CMYK
RGB Variations
Color information
#3FED13 (or 0x3FED13) is known color: Harlequin. HEX triplet: 3F, ED and 13. RGB value is (63,237,19). Sum of RGB (Red+Green+Blue) = 63+237+19=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 237 (92.97% from 255 or 74.29% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 237 - color contains mainly: green. Hex color #3FED13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FED13 is #C012EC. Grayscale: #A0A0A0. Windows color (decimal): -12587757 or 1305919. OLE color: 1305919.
HSL color Cylindrical-coordinate representation of color #3FED13: hue angle of 107.89º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3FED13 is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 237 | 19 | - |
| CMYK | 0.73 | 0 | 0.92 | 0.07 |
| HSL | 107.89º | 0.86% | 0.5% | - |
| HSV(B) | 107.89º | 0.92% | 0.93% | - |
| XYZ | 32.45 | 61.67 | 10.81 | - |
| YUV | 160.12 | 48.35 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 237 | 19 | 0.73 | 0 | 0.92 | 0.07 | 107.89 | 0.86 | 0.5 |
| Hex | 3F | ED | 13 | 49 | 0 | 5C | 7 | 6C | 56 | 32 |
| Octal | 77 | 355 | 23 | 111 | 0 | 134 | 7 | 154 | 126 | 62 |
| Binary | 111111 | 11101101 | 10011 | 1001001 | 0 | 1011100 | 111 | 1101100 | 1010110 | 110010 |
Color Harmonies of #3FED13
Complementary color
Monochromatic Colors of #3FED13
Black with #3FED13
Text Example
Text Example
White with #3FED13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FED13; }
p { color: rgb(63,237,19); }
H1.HeaderClassName
{
color: #3FED13;
}
.AnyTagClassName
{
color: #3FED13;
}
</style>
background-color css
<style>
a { background-color: #3FED13; }
a { background-color: rgb(63,237,19); }
div.DivClassName
{
background-color: #3FED13;
}
.BgClassName
{
background-color: #3FED13;
}
</style>
border-color css
<style>
span { border-color: #3FED13; }
span { border-color: rgb(63,237,19); }
td.TdClassName
{
border-color: #3FED13;
}
.TagClassName
{
border-color: #3FED13;
}
</style>