Shades of Harlequin #3AFF07
Tints of Harlequin #3AFF07
RGB
CMYK
RGB Variations
Color information
#3AFF07 (or 0x3AFF07) is known color: Harlequin. HEX triplet: 3A, FF and 07. RGB value is (58,255,7). Sum of RGB (Red+Green+Blue) = 58+255+7=320 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.12% from 320); Green value is 255 (100% from 255 or 79.69% from 320); Blue value is 7 (3.12% from 255 or 2.19% from 320); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFF07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFF07 is #C500F8. Grayscale: #A8A8A8. Windows color (decimal): -12910841 or 524090. OLE color: 524090.
HSL color Cylindrical-coordinate representation of color #3AFF07: hue angle of 107.66º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3AFF07 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 7 | - |
| CMYK | 0.77 | 0 | 0.97 | 0 |
| HSL | 107.66º | 1% | 0.51% | - |
| HSV(B) | 107.66º | 0.97% | 1% | - |
| XYZ | 37.54 | 72.43 | 12.2 | - |
| YUV | 167.83 | 37.23 | 49.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 7 | 0.77 | 0 | 0.97 | 0 | 107.66 | 1 | 0.51 |
| Hex | 3A | FF | 7 | 4D | 0 | 61 | 0 | 6C | 64 | 33 |
| Octal | 72 | 377 | 7 | 115 | 0 | 141 | 0 | 154 | 144 | 63 |
| Binary | 111010 | 11111111 | 111 | 1001101 | 0 | 1100001 | 0 | 1101100 | 1100100 | 110011 |
Color Harmonies of #3AFF07
Complementary color
Monochromatic Colors of #3AFF07
Black with #3AFF07
Text Example
Text Example
White with #3AFF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFF07; }
p { color: rgb(58,255,7); }
H1.HeaderClassName
{
color: #3AFF07;
}
.AnyTagClassName
{
color: #3AFF07;
}
</style>
background-color css
<style>
a { background-color: #3AFF07; }
a { background-color: rgb(58,255,7); }
div.DivClassName
{
background-color: #3AFF07;
}
.BgClassName
{
background-color: #3AFF07;
}
</style>
border-color css
<style>
span { border-color: #3AFF07; }
span { border-color: rgb(58,255,7); }
td.TdClassName
{
border-color: #3AFF07;
}
.TagClassName
{
border-color: #3AFF07;
}
</style>