Shades of Harlequin #3AF608
Tints of Harlequin #3AF608
RGB
CMYK
RGB Variations
Color information
#3AF608 (or 0x3AF608) is known color: Harlequin. HEX triplet: 3A, F6 and 08. RGB value is (58,246,8). Sum of RGB (Red+Green+Blue) = 58+246+8=312 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.59% from 312); Green value is 246 (96.48% from 255 or 78.85% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 246 - color contains mainly: green. Hex color #3AF608 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF608 is #C509F7. Grayscale: #A3A3A3. Windows color (decimal): -12913144 or 587322. OLE color: 587322.
HSL color Cylindrical-coordinate representation of color #3AF608: hue angle of 107.39º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3AF608 is Cyan = 0.76, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 246 | 8 | - |
| CMYK | 0.76 | 0 | 0.97 | 0.04 |
| HSL | 107.4º | 0.94% | 0.5% | - |
| HSV(B) | 107.4º | 0.97% | 0.96% | - |
| XYZ | 34.74 | 66.83 | 11.3 | - |
| YUV | 162.66 | 40.72 | 53.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 246 | 8 | 0.76 | 0 | 0.97 | 0.04 | 107.4 | 0.94 | 0.5 |
| Hex | 3A | F6 | 8 | 4C | 0 | 61 | 4 | 6B | 5E | 32 |
| Octal | 72 | 366 | 10 | 114 | 0 | 141 | 4 | 153 | 136 | 62 |
| Binary | 111010 | 11110110 | 1000 | 1001100 | 0 | 1100001 | 100 | 1101011 | 1011110 | 110010 |
Color Harmonies of #3AF608
Complementary color
Monochromatic Colors of #3AF608
Black with #3AF608
Text Example
Text Example
White with #3AF608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF608; }
p { color: rgb(58,246,8); }
H1.HeaderClassName
{
color: #3AF608;
}
.AnyTagClassName
{
color: #3AF608;
}
</style>
background-color css
<style>
a { background-color: #3AF608; }
a { background-color: rgb(58,246,8); }
div.DivClassName
{
background-color: #3AF608;
}
.BgClassName
{
background-color: #3AF608;
}
</style>
border-color css
<style>
span { border-color: #3AF608; }
span { border-color: rgb(58,246,8); }
td.TdClassName
{
border-color: #3AF608;
}
.TagClassName
{
border-color: #3AF608;
}
</style>