Shades of Harlequin #3AF714
Tints of Harlequin #3AF714
RGB
CMYK
RGB Variations
Color information
#3AF714 (or 0x3AF714) is known color: Harlequin. HEX triplet: 3A, F7 and 14. RGB value is (58,247,20). Sum of RGB (Red+Green+Blue) = 58+247+20=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 247 (96.88% from 255 or 76% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF714 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF714 is #C508EB. Grayscale: #A5A5A5. Windows color (decimal): -12912876 or 1374010. OLE color: 1374010.
HSL color Cylindrical-coordinate representation of color #3AF714: hue angle of 109.96º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3AF714 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 247 | 20 | - |
| CMYK | 0.77 | 0 | 0.92 | 0.03 |
| HSL | 109.96º | 0.93% | 0.52% | - |
| HSV(B) | 109.96º | 0.92% | 0.97% | - |
| XYZ | 35.13 | 67.47 | 11.83 | - |
| YUV | 164.61 | 46.38 | 51.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 247 | 20 | 0.77 | 0 | 0.92 | 0.03 | 109.96 | 0.93 | 0.52 |
| Hex | 3A | F7 | 14 | 4D | 0 | 5C | 3 | 6E | 5D | 34 |
| Octal | 72 | 367 | 24 | 115 | 0 | 134 | 3 | 156 | 135 | 64 |
| Binary | 111010 | 11110111 | 10100 | 1001101 | 0 | 1011100 | 11 | 1101110 | 1011101 | 110100 |
Color Harmonies of #3AF714
Complementary color
Monochromatic Colors of #3AF714
Black with #3AF714
Text Example
Text Example
White with #3AF714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF714; }
p { color: rgb(58,247,20); }
H1.HeaderClassName
{
color: #3AF714;
}
.AnyTagClassName
{
color: #3AF714;
}
</style>
background-color css
<style>
a { background-color: #3AF714; }
a { background-color: rgb(58,247,20); }
div.DivClassName
{
background-color: #3AF714;
}
.BgClassName
{
background-color: #3AF714;
}
</style>
border-color css
<style>
span { border-color: #3AF714; }
span { border-color: rgb(58,247,20); }
td.TdClassName
{
border-color: #3AF714;
}
.TagClassName
{
border-color: #3AF714;
}
</style>