Shades of Harlequin #3AFF13
Tints of Harlequin #3AFF13
RGB
CMYK
RGB Variations
Color information
#3AFF13 (or 0x3AFF13) is known color: Harlequin. HEX triplet: 3A, FF and 13. RGB value is (58,255,19). Sum of RGB (Red+Green+Blue) = 58+255+19=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 255 (100% from 255 or 76.81% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFF13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFF13 is #C500EC. Grayscale: #A9A9A9. Windows color (decimal): -12910829 or 1310522. OLE color: 1310522.
HSL color Cylindrical-coordinate representation of color #3AFF13: hue angle of 110.08º 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 #3AFF13 is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 19 | - |
| CMYK | 0.77 | 0 | 0.93 | 0 |
| HSL | 110.08º | 1% | 0.54% | - |
| HSV(B) | 110.08º | 0.93% | 1% | - |
| XYZ | 37.62 | 72.47 | 12.62 | - |
| YUV | 169.19 | 43.23 | 48.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 19 | 0.77 | 0 | 0.93 | 0 | 110.08 | 1 | 0.54 |
| Hex | 3A | FF | 13 | 4D | 0 | 5D | 0 | 6E | 64 | 36 |
| Octal | 72 | 377 | 23 | 115 | 0 | 135 | 0 | 156 | 144 | 66 |
| Binary | 111010 | 11111111 | 10011 | 1001101 | 0 | 1011101 | 0 | 1101110 | 1100100 | 110110 |
Color Harmonies of #3AFF13
Complementary color
Monochromatic Colors of #3AFF13
Black with #3AFF13
Text Example
Text Example
White with #3AFF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFF13; }
p { color: rgb(58,255,19); }
H1.HeaderClassName
{
color: #3AFF13;
}
.AnyTagClassName
{
color: #3AFF13;
}
</style>
background-color css
<style>
a { background-color: #3AFF13; }
a { background-color: rgb(58,255,19); }
div.DivClassName
{
background-color: #3AFF13;
}
.BgClassName
{
background-color: #3AFF13;
}
</style>
border-color css
<style>
span { border-color: #3AFF13; }
span { border-color: rgb(58,255,19); }
td.TdClassName
{
border-color: #3AFF13;
}
.TagClassName
{
border-color: #3AFF13;
}
</style>