Shades of Harlequin #3AFF03
Tints of Harlequin #3AFF03
RGB
CMYK
RGB Variations
Color information
#3AFF03 (or 0x3AFF03) is known color: Harlequin. HEX triplet: 3A, FF and 03. RGB value is (58,255,3). Sum of RGB (Red+Green+Blue) = 58+255+3=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 255 (100% from 255 or 80.70% from 316); Blue value is 3 (1.56% from 255 or 0.95% from 316); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFF03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFF03 is #C500FC. Grayscale: #A8A8A8. Windows color (decimal): -12910845 or 261946. OLE color: 261946.
HSL color Cylindrical-coordinate representation of color #3AFF03: hue angle of 106.9º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3AFF03 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 3 | - |
| CMYK | 0.77 | 0 | 0.99 | 0 |
| HSL | 106.9º | 1% | 0.51% | - |
| HSV(B) | 106.9º | 0.99% | 1% | - |
| XYZ | 37.52 | 72.43 | 12.09 | - |
| YUV | 167.37 | 35.23 | 49.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 3 | 0.77 | 0 | 0.99 | 0 | 106.9 | 1 | 0.51 |
| Hex | 3A | FF | 3 | 4D | 0 | 63 | 0 | 6B | 64 | 33 |
| Octal | 72 | 377 | 3 | 115 | 0 | 143 | 0 | 153 | 144 | 63 |
| Binary | 111010 | 11111111 | 11 | 1001101 | 0 | 1100011 | 0 | 1101011 | 1100100 | 110011 |
Color Harmonies of #3AFF03
Complementary color
Monochromatic Colors of #3AFF03
Black with #3AFF03
Text Example
Text Example
White with #3AFF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFF03; }
p { color: rgb(58,255,3); }
H1.HeaderClassName
{
color: #3AFF03;
}
.AnyTagClassName
{
color: #3AFF03;
}
</style>
background-color css
<style>
a { background-color: #3AFF03; }
a { background-color: rgb(58,255,3); }
div.DivClassName
{
background-color: #3AFF03;
}
.BgClassName
{
background-color: #3AFF03;
}
</style>
border-color css
<style>
span { border-color: #3AFF03; }
span { border-color: rgb(58,255,3); }
td.TdClassName
{
border-color: #3AFF03;
}
.TagClassName
{
border-color: #3AFF03;
}
</style>