Shades of Harlequin #3AFF01
Tints of Harlequin #3AFF01
RGB
CMYK
RGB Variations
Color information
#3AFF01 (or 0x3AFF01) is known color: Harlequin. HEX triplet: 3A, FF and 01. RGB value is (58,255,1). Sum of RGB (Red+Green+Blue) = 58+255+1=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 255 (100% from 255 or 81.21% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFF01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFF01 is #C500FE. Grayscale: #A7A7A7. Windows color (decimal): -12910847 or 130874. OLE color: 130874.
HSL color Cylindrical-coordinate representation of color #3AFF01: hue angle of 106.54º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3AFF01 is Cyan = 0.77, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 1 | - |
| CMYK | 0.77 | 0 | 1.00 | 0 |
| HSL | 106.54º | 1% | 0.5% | - |
| HSV(B) | 106.54º | 1% | 1% | - |
| XYZ | 37.51 | 72.42 | 12.03 | - |
| YUV | 167.14 | 34.23 | 50.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 1 | 0.77 | 0 | 1.00 | 0 | 106.54 | 1 | 0.5 |
| Hex | 3A | FF | 1 | 4D | 0 | 64 | 0 | 6B | 64 | 32 |
| Octal | 72 | 377 | 1 | 115 | 0 | 144 | 0 | 153 | 144 | 62 |
| Binary | 111010 | 11111111 | 1 | 1001101 | 0 | 1100100 | 0 | 1101011 | 1100100 | 110010 |
Color Harmonies of #3AFF01
Complementary color
Monochromatic Colors of #3AFF01
Black with #3AFF01
Text Example
Text Example
White with #3AFF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFF01; }
p { color: rgb(58,255,1); }
H1.HeaderClassName
{
color: #3AFF01;
}
.AnyTagClassName
{
color: #3AFF01;
}
</style>
background-color css
<style>
a { background-color: #3AFF01; }
a { background-color: rgb(58,255,1); }
div.DivClassName
{
background-color: #3AFF01;
}
.BgClassName
{
background-color: #3AFF01;
}
</style>
border-color css
<style>
span { border-color: #3AFF01; }
span { border-color: rgb(58,255,1); }
td.TdClassName
{
border-color: #3AFF01;
}
.TagClassName
{
border-color: #3AFF01;
}
</style>