Shades of Harlequin #3AF807
Tints of Harlequin #3AF807
RGB
CMYK
RGB Variations
Color information
#3AF807 (or 0x3AF807) is known color: Harlequin. HEX triplet: 3A, F8 and 07. RGB value is (58,248,7). Sum of RGB (Red+Green+Blue) = 58+248+7=313 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.53% from 313); Green value is 248 (97.27% from 255 or 79.23% from 313); Blue value is 7 (3.12% from 255 or 2.24% from 313); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF807 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF807 is #C507F8. Grayscale: #A4A4A4. Windows color (decimal): -12912633 or 522298. OLE color: 522298.
HSL color Cylindrical-coordinate representation of color #3AF807: hue angle of 107.3º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3AF807 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 248 | 7 | - |
| CMYK | 0.77 | 0 | 0.97 | 0.03 |
| HSL | 107.3º | 0.95% | 0.5% | - |
| HSV(B) | 107.3º | 0.97% | 0.97% | - |
| XYZ | 35.35 | 68.05 | 11.47 | - |
| YUV | 163.72 | 39.55 | 52.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 248 | 7 | 0.77 | 0 | 0.97 | 0.03 | 107.3 | 0.95 | 0.5 |
| Hex | 3A | F8 | 7 | 4D | 0 | 61 | 3 | 6B | 5F | 32 |
| Octal | 72 | 370 | 7 | 115 | 0 | 141 | 3 | 153 | 137 | 62 |
| Binary | 111010 | 11111000 | 111 | 1001101 | 0 | 1100001 | 11 | 1101011 | 1011111 | 110010 |
Color Harmonies of #3AF807
Complementary color
Monochromatic Colors of #3AF807
Black with #3AF807
Text Example
Text Example
White with #3AF807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF807; }
p { color: rgb(58,248,7); }
H1.HeaderClassName
{
color: #3AF807;
}
.AnyTagClassName
{
color: #3AF807;
}
</style>
background-color css
<style>
a { background-color: #3AF807; }
a { background-color: rgb(58,248,7); }
div.DivClassName
{
background-color: #3AF807;
}
.BgClassName
{
background-color: #3AF807;
}
</style>
border-color css
<style>
span { border-color: #3AF807; }
span { border-color: rgb(58,248,7); }
td.TdClassName
{
border-color: #3AF807;
}
.TagClassName
{
border-color: #3AF807;
}
</style>