Shades of Harlequin #3AF407
Tints of Harlequin #3AF407
RGB
CMYK
RGB Variations
Color information
#3AF407 (or 0x3AF407) is known color: Harlequin. HEX triplet: 3A, F4 and 07. RGB value is (58,244,7). Sum of RGB (Red+Green+Blue) = 58+244+7=309 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.77% from 309); Green value is 244 (95.70% from 255 or 78.96% from 309); Blue value is 7 (3.12% from 255 or 2.27% from 309); Max value from RGB is 244 - color contains mainly: green. Hex color #3AF407 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF407 is #C50BF8. Grayscale: #A2A2A2. Windows color (decimal): -12913657 or 521274. OLE color: 521274.
HSL color Cylindrical-coordinate representation of color #3AF407: hue angle of 107.09º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3AF407 is Cyan = 0.76, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 244 | 7 | - |
| CMYK | 0.76 | 0 | 0.97 | 0.04 |
| HSL | 107.09º | 0.94% | 0.49% | - |
| HSV(B) | 107.09º | 0.97% | 0.96% | - |
| XYZ | 34.13 | 65.62 | 11.07 | - |
| YUV | 161.37 | 40.88 | 54.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 244 | 7 | 0.76 | 0 | 0.97 | 0.04 | 107.09 | 0.94 | 0.49 |
| Hex | 3A | F4 | 7 | 4C | 0 | 61 | 4 | 6B | 5E | 31 |
| Octal | 72 | 364 | 7 | 114 | 0 | 141 | 4 | 153 | 136 | 61 |
| Binary | 111010 | 11110100 | 111 | 1001100 | 0 | 1100001 | 100 | 1101011 | 1011110 | 110001 |
Color Harmonies of #3AF407
Complementary color
Monochromatic Colors of #3AF407
Black with #3AF407
Text Example
Text Example
White with #3AF407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF407; }
p { color: rgb(58,244,7); }
H1.HeaderClassName
{
color: #3AF407;
}
.AnyTagClassName
{
color: #3AF407;
}
</style>
background-color css
<style>
a { background-color: #3AF407; }
a { background-color: rgb(58,244,7); }
div.DivClassName
{
background-color: #3AF407;
}
.BgClassName
{
background-color: #3AF407;
}
</style>
border-color css
<style>
span { border-color: #3AF407; }
span { border-color: rgb(58,244,7); }
td.TdClassName
{
border-color: #3AF407;
}
.TagClassName
{
border-color: #3AF407;
}
</style>