Shades of Harlequin #3AFC16
Tints of Harlequin #3AFC16
RGB
CMYK
RGB Variations
Color information
#3AFC16 (or 0x3AFC16) is known color: Harlequin. HEX triplet: 3A, FC and 16. RGB value is (58,252,22). Sum of RGB (Red+Green+Blue) = 58+252+22=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 252 (98.83% from 255 or 75.90% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFC16 is #C503E9. Grayscale: #A8A8A8. Windows color (decimal): -12911594 or 1506362. OLE color: 1506362.
HSL color Cylindrical-coordinate representation of color #3AFC16: hue angle of 110.61º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3AFC16 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 252 | 22 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.01 |
| HSL | 110.61º | 0.97% | 0.54% | - |
| HSV(B) | 110.61º | 0.91% | 0.99% | - |
| XYZ | 36.7 | 70.58 | 12.45 | - |
| YUV | 167.77 | 45.73 | 49.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 252 | 22 | 0.77 | 0 | 0.91 | 0.01 | 110.61 | 0.97 | 0.54 |
| Hex | 3A | FC | 16 | 4D | 0 | 5B | 1 | 6F | 61 | 36 |
| Octal | 72 | 374 | 26 | 115 | 0 | 133 | 1 | 157 | 141 | 66 |
| Binary | 111010 | 11111100 | 10110 | 1001101 | 0 | 1011011 | 1 | 1101111 | 1100001 | 110110 |
Color Harmonies of #3AFC16
Complementary color
Monochromatic Colors of #3AFC16
Black with #3AFC16
Text Example
Text Example
White with #3AFC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFC16; }
p { color: rgb(58,252,22); }
H1.HeaderClassName
{
color: #3AFC16;
}
.AnyTagClassName
{
color: #3AFC16;
}
</style>
background-color css
<style>
a { background-color: #3AFC16; }
a { background-color: rgb(58,252,22); }
div.DivClassName
{
background-color: #3AFC16;
}
.BgClassName
{
background-color: #3AFC16;
}
</style>
border-color css
<style>
span { border-color: #3AFC16; }
span { border-color: rgb(58,252,22); }
td.TdClassName
{
border-color: #3AFC16;
}
.TagClassName
{
border-color: #3AFC16;
}
</style>