Shades of Harlequin #3AFC17
Tints of Harlequin #3AFC17
RGB
CMYK
RGB Variations
Color information
#3AFC17 (or 0x3AFC17) is known color: Harlequin. HEX triplet: 3A, FC and 17. RGB value is (58,252,23). Sum of RGB (Red+Green+Blue) = 58+252+23=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 252 (98.83% from 255 or 75.68% from 333); Blue value is 23 (9.38% from 255 or 6.91% from 333); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFC17 is #C503E8. Grayscale: #A8A8A8. Windows color (decimal): -12911593 or 1571898. OLE color: 1571898.
HSL color Cylindrical-coordinate representation of color #3AFC17: hue angle of 110.83º 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 #3AFC17 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 252 | 23 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.01 |
| HSL | 110.83º | 0.97% | 0.54% | - |
| HSV(B) | 110.83º | 0.91% | 0.99% | - |
| XYZ | 36.71 | 70.58 | 12.5 | - |
| YUV | 167.89 | 46.23 | 49.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 252 | 23 | 0.77 | 0 | 0.91 | 0.01 | 110.83 | 0.97 | 0.54 |
| Hex | 3A | FC | 17 | 4D | 0 | 5B | 1 | 6F | 61 | 36 |
| Octal | 72 | 374 | 27 | 115 | 0 | 133 | 1 | 157 | 141 | 66 |
| Binary | 111010 | 11111100 | 10111 | 1001101 | 0 | 1011011 | 1 | 1101111 | 1100001 | 110110 |
Color Harmonies of #3AFC17
Complementary color
Monochromatic Colors of #3AFC17
Black with #3AFC17
Text Example
Text Example
White with #3AFC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFC17; }
p { color: rgb(58,252,23); }
H1.HeaderClassName
{
color: #3AFC17;
}
.AnyTagClassName
{
color: #3AFC17;
}
</style>
background-color css
<style>
a { background-color: #3AFC17; }
a { background-color: rgb(58,252,23); }
div.DivClassName
{
background-color: #3AFC17;
}
.BgClassName
{
background-color: #3AFC17;
}
</style>
border-color css
<style>
span { border-color: #3AFC17; }
span { border-color: rgb(58,252,23); }
td.TdClassName
{
border-color: #3AFC17;
}
.TagClassName
{
border-color: #3AFC17;
}
</style>