Shades of Harlequin #3AFC00
Tints of Harlequin #3AFC00
RGB
CMYK
RGB Variations
Color information
#3AFC00 (or 0x3AFC00) is known color: Harlequin. HEX triplet: 3A, FC and 00. RGB value is (58,252,0). Sum of RGB (Red+Green+Blue) = 58+252+0=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 252 (98.83% from 255 or 81.29% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFC00 is #C503FF. Grayscale: #A6A6A6. Windows color (decimal): -12911616 or 64570. OLE color: 64570.
HSL color Cylindrical-coordinate representation of color #3AFC00: hue angle of 106.19º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3AFC00 is Cyan = 0.77, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 252 | 0 | - |
| CMYK | 0.77 | 0 | 1 | 0.01 |
| HSL | 106.19º | 1% | 0.49% | - |
| HSV(B) | 106.19º | 1% | 0.99% | - |
| XYZ | 36.56 | 70.52 | 11.69 | - |
| YUV | 165.27 | 34.73 | 51.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 252 | 0 | 0.77 | 0 | 1 | 0.01 | 106.19 | 1 | 0.49 |
| Hex | 3A | FC | 0 | 4D | 0 | 64 | 1 | 6A | 64 | 31 |
| Octal | 72 | 374 | 0 | 115 | 0 | 144 | 1 | 152 | 144 | 61 |
| Binary | 111010 | 11111100 | 0 | 1001101 | 0 | 1100100 | 1 | 1101010 | 1100100 | 110001 |
Color Harmonies of #3AFC00
Complementary color
Monochromatic Colors of #3AFC00
Black with #3AFC00
Text Example
Text Example
White with #3AFC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFC00; }
p { color: rgb(58,252,0); }
H1.HeaderClassName
{
color: #3AFC00;
}
.AnyTagClassName
{
color: #3AFC00;
}
</style>
background-color css
<style>
a { background-color: #3AFC00; }
a { background-color: rgb(58,252,0); }
div.DivClassName
{
background-color: #3AFC00;
}
.BgClassName
{
background-color: #3AFC00;
}
</style>
border-color css
<style>
span { border-color: #3AFC00; }
span { border-color: rgb(58,252,0); }
td.TdClassName
{
border-color: #3AFC00;
}
.TagClassName
{
border-color: #3AFC00;
}
</style>