Shades of Harlequin #3AFF16
Tints of Harlequin #3AFF16
RGB
CMYK
RGB Variations
Color information
#3AFF16 (or 0x3AFF16) is known color: Harlequin. HEX triplet: 3A, FF and 16. RGB value is (58,255,22). Sum of RGB (Red+Green+Blue) = 58+255+22=335 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.31% from 335); Green value is 255 (100% from 255 or 76.12% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFF16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFF16 is #C500E9. Grayscale: #AAAAAA. Windows color (decimal): -12910826 or 1507130. OLE color: 1507130.
HSL color Cylindrical-coordinate representation of color #3AFF16: hue angle of 110.73º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3AFF16 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 22 | - |
| CMYK | 0.77 | 0 | 0.91 | 0 |
| HSL | 110.73º | 1% | 0.54% | - |
| HSV(B) | 110.73º | 0.91% | 1% | - |
| XYZ | 37.65 | 72.48 | 12.76 | - |
| YUV | 169.54 | 44.73 | 48.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 22 | 0.77 | 0 | 0.91 | 0 | 110.73 | 1 | 0.54 |
| Hex | 3A | FF | 16 | 4D | 0 | 5B | 0 | 6F | 64 | 36 |
| Octal | 72 | 377 | 26 | 115 | 0 | 133 | 0 | 157 | 144 | 66 |
| Binary | 111010 | 11111111 | 10110 | 1001101 | 0 | 1011011 | 0 | 1101111 | 1100100 | 110110 |
Color Harmonies of #3AFF16
Complementary color
Monochromatic Colors of #3AFF16
Black with #3AFF16
Text Example
Text Example
White with #3AFF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFF16; }
p { color: rgb(58,255,22); }
H1.HeaderClassName
{
color: #3AFF16;
}
.AnyTagClassName
{
color: #3AFF16;
}
</style>
background-color css
<style>
a { background-color: #3AFF16; }
a { background-color: rgb(58,255,22); }
div.DivClassName
{
background-color: #3AFF16;
}
.BgClassName
{
background-color: #3AFF16;
}
</style>
border-color css
<style>
span { border-color: #3AFF16; }
span { border-color: rgb(58,255,22); }
td.TdClassName
{
border-color: #3AFF16;
}
.TagClassName
{
border-color: #3AFF16;
}
</style>