Shades of Harlequin #3AF516
Tints of Harlequin #3AF516
RGB
CMYK
RGB Variations
Color information
#3AF516 (or 0x3AF516) is known color: Harlequin. HEX triplet: 3A, F5 and 16. RGB value is (58,245,22). Sum of RGB (Red+Green+Blue) = 58+245+22=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 245 (96.09% from 255 or 75.38% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 245 - color contains mainly: green. Hex color #3AF516 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF516 is #C50AE9. Grayscale: #A4A4A4. Windows color (decimal): -12913386 or 1504570. OLE color: 1504570.
HSL color Cylindrical-coordinate representation of color #3AF516: hue angle of 110.31º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3AF516 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 245 | 22 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.04 |
| HSL | 110.31º | 0.92% | 0.52% | - |
| HSV(B) | 110.31º | 0.91% | 0.96% | - |
| XYZ | 34.54 | 66.26 | 11.73 | - |
| YUV | 163.67 | 48.05 | 52.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 245 | 22 | 0.76 | 0 | 0.91 | 0.04 | 110.31 | 0.92 | 0.52 |
| Hex | 3A | F5 | 16 | 4C | 0 | 5B | 4 | 6E | 5C | 34 |
| Octal | 72 | 365 | 26 | 114 | 0 | 133 | 4 | 156 | 134 | 64 |
| Binary | 111010 | 11110101 | 10110 | 1001100 | 0 | 1011011 | 100 | 1101110 | 1011100 | 110100 |
Color Harmonies of #3AF516
Complementary color
Monochromatic Colors of #3AF516
Black with #3AF516
Text Example
Text Example
White with #3AF516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF516; }
p { color: rgb(58,245,22); }
H1.HeaderClassName
{
color: #3AF516;
}
.AnyTagClassName
{
color: #3AF516;
}
</style>
background-color css
<style>
a { background-color: #3AF516; }
a { background-color: rgb(58,245,22); }
div.DivClassName
{
background-color: #3AF516;
}
.BgClassName
{
background-color: #3AF516;
}
</style>
border-color css
<style>
span { border-color: #3AF516; }
span { border-color: rgb(58,245,22); }
td.TdClassName
{
border-color: #3AF516;
}
.TagClassName
{
border-color: #3AF516;
}
</style>