Shades of Harlequin #3AF814
Tints of Harlequin #3AF814
RGB
CMYK
RGB Variations
Color information
#3AF814 (or 0x3AF814) is known color: Harlequin. HEX triplet: 3A, F8 and 14. RGB value is (58,248,20). Sum of RGB (Red+Green+Blue) = 58+248+20=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 248 (97.27% from 255 or 76.07% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF814 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF814 is #C507EB. Grayscale: #A5A5A5. Windows color (decimal): -12912620 or 1374266. OLE color: 1374266.
HSL color Cylindrical-coordinate representation of color #3AF814: hue angle of 110º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3AF814 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 248 | 20 | - |
| CMYK | 0.77 | 0 | 0.92 | 0.03 |
| HSL | 110º | 0.94% | 0.53% | - |
| HSV(B) | 110º | 0.92% | 0.97% | - |
| XYZ | 35.44 | 68.08 | 11.94 | - |
| YUV | 165.2 | 46.05 | 51.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 248 | 20 | 0.77 | 0 | 0.92 | 0.03 | 110 | 0.94 | 0.53 |
| Hex | 3A | F8 | 14 | 4D | 0 | 5C | 3 | 6E | 5E | 35 |
| Octal | 72 | 370 | 24 | 115 | 0 | 134 | 3 | 156 | 136 | 65 |
| Binary | 111010 | 11111000 | 10100 | 1001101 | 0 | 1011100 | 11 | 1101110 | 1011110 | 110101 |
Color Harmonies of #3AF814
Complementary color
Monochromatic Colors of #3AF814
Black with #3AF814
Text Example
Text Example
White with #3AF814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF814; }
p { color: rgb(58,248,20); }
H1.HeaderClassName
{
color: #3AF814;
}
.AnyTagClassName
{
color: #3AF814;
}
</style>
background-color css
<style>
a { background-color: #3AF814; }
a { background-color: rgb(58,248,20); }
div.DivClassName
{
background-color: #3AF814;
}
.BgClassName
{
background-color: #3AF814;
}
</style>
border-color css
<style>
span { border-color: #3AF814; }
span { border-color: rgb(58,248,20); }
td.TdClassName
{
border-color: #3AF814;
}
.TagClassName
{
border-color: #3AF814;
}
</style>