Shades of Harlequin #3AF301
Tints of Harlequin #3AF301
RGB
CMYK
RGB Variations
Color information
#3AF301 (or 0x3AF301) is known color: Harlequin. HEX triplet: 3A, F3 and 01. RGB value is (58,243,1). Sum of RGB (Red+Green+Blue) = 58+243+1=302 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.21% from 302); Green value is 243 (95.31% from 255 or 80.46% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF301 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF301 is #C50CFE. Grayscale: #A0A0A0. Windows color (decimal): -12913919 or 127802. OLE color: 127802.
HSL color Cylindrical-coordinate representation of color #3AF301: hue angle of 105.87º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3AF301 is Cyan = 0.76, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 243 | 1 | - |
| CMYK | 0.76 | 0 | 1.00 | 0.05 |
| HSL | 105.87º | 0.99% | 0.48% | - |
| HSV(B) | 105.87º | 1% | 0.95% | - |
| XYZ | 33.8 | 65 | 10.79 | - |
| YUV | 160.1 | 38.21 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 243 | 1 | 0.76 | 0 | 1.00 | 0.05 | 105.87 | 0.99 | 0.48 |
| Hex | 3A | F3 | 1 | 4C | 0 | 64 | 5 | 6A | 63 | 30 |
| Octal | 72 | 363 | 1 | 114 | 0 | 144 | 5 | 152 | 143 | 60 |
| Binary | 111010 | 11110011 | 1 | 1001100 | 0 | 1100100 | 101 | 1101010 | 1100011 | 110000 |
Color Harmonies of #3AF301
Complementary color
Monochromatic Colors of #3AF301
Black with #3AF301
Text Example
Text Example
White with #3AF301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF301; }
p { color: rgb(58,243,1); }
H1.HeaderClassName
{
color: #3AF301;
}
.AnyTagClassName
{
color: #3AF301;
}
</style>
background-color css
<style>
a { background-color: #3AF301; }
a { background-color: rgb(58,243,1); }
div.DivClassName
{
background-color: #3AF301;
}
.BgClassName
{
background-color: #3AF301;
}
</style>
border-color css
<style>
span { border-color: #3AF301; }
span { border-color: rgb(58,243,1); }
td.TdClassName
{
border-color: #3AF301;
}
.TagClassName
{
border-color: #3AF301;
}
</style>