Shades of Harlequin #3AF700
Tints of Harlequin #3AF700
RGB
CMYK
RGB Variations
Color information
#3AF700 (or 0x3AF700) is known color: Harlequin. HEX triplet: 3A, F7 and 00. RGB value is (58,247,0). Sum of RGB (Red+Green+Blue) = 58+247+0=305 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.02% from 305); Green value is 247 (96.88% from 255 or 80.98% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF700 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF700 is #C508FF. Grayscale: #A3A3A3. Windows color (decimal): -12912896 or 63290. OLE color: 63290.
HSL color Cylindrical-coordinate representation of color #3AF700: hue angle of 105.91º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3AF700 is Cyan = 0.77, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 247 | 0 | - |
| CMYK | 0.77 | 0 | 1 | 0.03 |
| HSL | 105.91º | 1% | 0.48% | - |
| HSV(B) | 105.91º | 1% | 0.97% | - |
| XYZ | 35.01 | 67.42 | 11.17 | - |
| YUV | 162.33 | 36.38 | 53.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 247 | 0 | 0.77 | 0 | 1 | 0.03 | 105.91 | 1 | 0.48 |
| Hex | 3A | F7 | 0 | 4D | 0 | 64 | 3 | 6A | 64 | 30 |
| Octal | 72 | 367 | 0 | 115 | 0 | 144 | 3 | 152 | 144 | 60 |
| Binary | 111010 | 11110111 | 0 | 1001101 | 0 | 1100100 | 11 | 1101010 | 1100100 | 110000 |
Color Harmonies of #3AF700
Complementary color
Monochromatic Colors of #3AF700
Black with #3AF700
Text Example
Text Example
White with #3AF700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF700; }
p { color: rgb(58,247,0); }
H1.HeaderClassName
{
color: #3AF700;
}
.AnyTagClassName
{
color: #3AF700;
}
</style>
background-color css
<style>
a { background-color: #3AF700; }
a { background-color: rgb(58,247,0); }
div.DivClassName
{
background-color: #3AF700;
}
.BgClassName
{
background-color: #3AF700;
}
</style>
border-color css
<style>
span { border-color: #3AF700; }
span { border-color: rgb(58,247,0); }
td.TdClassName
{
border-color: #3AF700;
}
.TagClassName
{
border-color: #3AF700;
}
</style>