Shades of Harlequin #3AF610
Tints of Harlequin #3AF610
RGB
CMYK
RGB Variations
Color information
#3AF610 (or 0x3AF610) is known color: Harlequin. HEX triplet: 3A, F6 and 10. RGB value is (58,246,16). Sum of RGB (Red+Green+Blue) = 58+246+16=320 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.12% from 320); Green value is 246 (96.48% from 255 or 76.88% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 246 - color contains mainly: green. Hex color #3AF610 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF610 is #C509EF. Grayscale: #A4A4A4. Windows color (decimal): -12913136 or 1111610. OLE color: 1111610.
HSL color Cylindrical-coordinate representation of color #3AF610: hue angle of 109.04º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3AF610 is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 246 | 16 | - |
| CMYK | 0.76 | 0 | 0.93 | 0.04 |
| HSL | 109.04º | 0.93% | 0.51% | - |
| HSV(B) | 109.04º | 0.93% | 0.96% | - |
| XYZ | 34.79 | 66.85 | 11.56 | - |
| YUV | 163.57 | 44.72 | 52.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 246 | 16 | 0.76 | 0 | 0.93 | 0.04 | 109.04 | 0.93 | 0.51 |
| Hex | 3A | F6 | 10 | 4C | 0 | 5D | 4 | 6D | 5D | 33 |
| Octal | 72 | 366 | 20 | 114 | 0 | 135 | 4 | 155 | 135 | 63 |
| Binary | 111010 | 11110110 | 10000 | 1001100 | 0 | 1011101 | 100 | 1101101 | 1011101 | 110011 |
Color Harmonies of #3AF610
Complementary color
Monochromatic Colors of #3AF610
Black with #3AF610
Text Example
Text Example
White with #3AF610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF610; }
p { color: rgb(58,246,16); }
H1.HeaderClassName
{
color: #3AF610;
}
.AnyTagClassName
{
color: #3AF610;
}
</style>
background-color css
<style>
a { background-color: #3AF610; }
a { background-color: rgb(58,246,16); }
div.DivClassName
{
background-color: #3AF610;
}
.BgClassName
{
background-color: #3AF610;
}
</style>
border-color css
<style>
span { border-color: #3AF610; }
span { border-color: rgb(58,246,16); }
td.TdClassName
{
border-color: #3AF610;
}
.TagClassName
{
border-color: #3AF610;
}
</style>