Shades of Harlequin #3AFF06
Tints of Harlequin #3AFF06
RGB
CMYK
RGB Variations
Color information
#3AFF06 (or 0x3AFF06) is known color: Harlequin. HEX triplet: 3A, FF and 06. RGB value is (58,255,6). Sum of RGB (Red+Green+Blue) = 58+255+6=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 255 (100% from 255 or 79.94% from 319); Blue value is 6 (2.73% from 255 or 1.88% from 319); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFF06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFF06 is #C500F9. Grayscale: #A8A8A8. Windows color (decimal): -12910842 or 458554. OLE color: 458554.
HSL color Cylindrical-coordinate representation of color #3AFF06: hue angle of 107.47º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3AFF06 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 6 | - |
| CMYK | 0.77 | 0 | 0.98 | 0 |
| HSL | 107.47º | 1% | 0.51% | - |
| HSV(B) | 107.47º | 0.98% | 1% | - |
| XYZ | 37.54 | 72.43 | 12.17 | - |
| YUV | 167.71 | 36.73 | 49.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 6 | 0.77 | 0 | 0.98 | 0 | 107.47 | 1 | 0.51 |
| Hex | 3A | FF | 6 | 4D | 0 | 62 | 0 | 6B | 64 | 33 |
| Octal | 72 | 377 | 6 | 115 | 0 | 142 | 0 | 153 | 144 | 63 |
| Binary | 111010 | 11111111 | 110 | 1001101 | 0 | 1100010 | 0 | 1101011 | 1100100 | 110011 |
Color Harmonies of #3AFF06
Complementary color
Monochromatic Colors of #3AFF06
Black with #3AFF06
Text Example
Text Example
White with #3AFF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFF06; }
p { color: rgb(58,255,6); }
H1.HeaderClassName
{
color: #3AFF06;
}
.AnyTagClassName
{
color: #3AFF06;
}
</style>
background-color css
<style>
a { background-color: #3AFF06; }
a { background-color: rgb(58,255,6); }
div.DivClassName
{
background-color: #3AFF06;
}
.BgClassName
{
background-color: #3AFF06;
}
</style>
border-color css
<style>
span { border-color: #3AFF06; }
span { border-color: rgb(58,255,6); }
td.TdClassName
{
border-color: #3AFF06;
}
.TagClassName
{
border-color: #3AFF06;
}
</style>