Shades of Harlequin #3AF616
Tints of Harlequin #3AF616
RGB
CMYK
RGB Variations
Color information
#3AF616 (or 0x3AF616) is known color: Harlequin. HEX triplet: 3A, F6 and 16. RGB value is (58,246,22). Sum of RGB (Red+Green+Blue) = 58+246+22=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 246 (96.48% from 255 or 75.46% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 246 - color contains mainly: green. Hex color #3AF616 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF616 is #C509E9. Grayscale: #A4A4A4. Windows color (decimal): -12913130 or 1504826. OLE color: 1504826.
HSL color Cylindrical-coordinate representation of color #3AF616: hue angle of 110.36º 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 #3AF616 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 246 | 22 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.04 |
| HSL | 110.36º | 0.93% | 0.53% | - |
| HSV(B) | 110.36º | 0.91% | 0.96% | - |
| XYZ | 34.85 | 66.87 | 11.83 | - |
| YUV | 164.25 | 47.72 | 52.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 246 | 22 | 0.76 | 0 | 0.91 | 0.04 | 110.36 | 0.93 | 0.53 |
| Hex | 3A | F6 | 16 | 4C | 0 | 5B | 4 | 6E | 5D | 35 |
| Octal | 72 | 366 | 26 | 114 | 0 | 133 | 4 | 156 | 135 | 65 |
| Binary | 111010 | 11110110 | 10110 | 1001100 | 0 | 1011011 | 100 | 1101110 | 1011101 | 110101 |
Color Harmonies of #3AF616
Complementary color
Monochromatic Colors of #3AF616
Black with #3AF616
Text Example
Text Example
White with #3AF616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF616; }
p { color: rgb(58,246,22); }
H1.HeaderClassName
{
color: #3AF616;
}
.AnyTagClassName
{
color: #3AF616;
}
</style>
background-color css
<style>
a { background-color: #3AF616; }
a { background-color: rgb(58,246,22); }
div.DivClassName
{
background-color: #3AF616;
}
.BgClassName
{
background-color: #3AF616;
}
</style>
border-color css
<style>
span { border-color: #3AF616; }
span { border-color: rgb(58,246,22); }
td.TdClassName
{
border-color: #3AF616;
}
.TagClassName
{
border-color: #3AF616;
}
</style>