Shades of Harlequin #3AF617
Tints of Harlequin #3AF617
RGB
CMYK
RGB Variations
Color information
#3AF617 (or 0x3AF617) is known color: Harlequin. HEX triplet: 3A, F6 and 17. RGB value is (58,246,23). Sum of RGB (Red+Green+Blue) = 58+246+23=327 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.74% from 327); Green value is 246 (96.48% from 255 or 75.23% from 327); Blue value is 23 (9.38% from 255 or 7.03% from 327); Max value from RGB is 246 - color contains mainly: green. Hex color #3AF617 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF617 is #C509E8. Grayscale: #A5A5A5. Windows color (decimal): -12913129 or 1570362. OLE color: 1570362.
HSL color Cylindrical-coordinate representation of color #3AF617: hue angle of 110.58º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3AF617 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 246 | 23 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.04 |
| HSL | 110.58º | 0.93% | 0.53% | - |
| HSV(B) | 110.58º | 0.91% | 0.96% | - |
| XYZ | 34.86 | 66.87 | 11.88 | - |
| YUV | 164.37 | 48.22 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 246 | 23 | 0.76 | 0 | 0.91 | 0.04 | 110.58 | 0.93 | 0.53 |
| Hex | 3A | F6 | 17 | 4C | 0 | 5B | 4 | 6F | 5D | 35 |
| Octal | 72 | 366 | 27 | 114 | 0 | 133 | 4 | 157 | 135 | 65 |
| Binary | 111010 | 11110110 | 10111 | 1001100 | 0 | 1011011 | 100 | 1101111 | 1011101 | 110101 |
Color Harmonies of #3AF617
Complementary color
Monochromatic Colors of #3AF617
Black with #3AF617
Text Example
Text Example
White with #3AF617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF617; }
p { color: rgb(58,246,23); }
H1.HeaderClassName
{
color: #3AF617;
}
.AnyTagClassName
{
color: #3AF617;
}
</style>
background-color css
<style>
a { background-color: #3AF617; }
a { background-color: rgb(58,246,23); }
div.DivClassName
{
background-color: #3AF617;
}
.BgClassName
{
background-color: #3AF617;
}
</style>
border-color css
<style>
span { border-color: #3AF617; }
span { border-color: rgb(58,246,23); }
td.TdClassName
{
border-color: #3AF617;
}
.TagClassName
{
border-color: #3AF617;
}
</style>