Shades of Harlequin #3AF802
Tints of Harlequin #3AF802
RGB
CMYK
RGB Variations
Color information
#3AF802 (or 0x3AF802) is known color: Harlequin. HEX triplet: 3A, F8 and 02. RGB value is (58,248,2). Sum of RGB (Red+Green+Blue) = 58+248+2=308 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.83% from 308); Green value is 248 (97.27% from 255 or 80.52% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF802 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF802 is #C507FD. Grayscale: #A3A3A3. Windows color (decimal): -12912638 or 194618. OLE color: 194618.
HSL color Cylindrical-coordinate representation of color #3AF802: hue angle of 106.34º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3AF802 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 248 | 2 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.03 |
| HSL | 106.34º | 0.98% | 0.49% | - |
| HSV(B) | 106.34º | 0.99% | 0.97% | - |
| XYZ | 35.32 | 68.04 | 11.33 | - |
| YUV | 163.15 | 37.05 | 53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 248 | 2 | 0.77 | 0 | 0.99 | 0.03 | 106.34 | 0.98 | 0.49 |
| Hex | 3A | F8 | 2 | 4D | 0 | 63 | 3 | 6A | 62 | 31 |
| Octal | 72 | 370 | 2 | 115 | 0 | 143 | 3 | 152 | 142 | 61 |
| Binary | 111010 | 11111000 | 10 | 1001101 | 0 | 1100011 | 11 | 1101010 | 1100010 | 110001 |
Color Harmonies of #3AF802
Complementary color
Monochromatic Colors of #3AF802
Black with #3AF802
Text Example
Text Example
White with #3AF802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF802; }
p { color: rgb(58,248,2); }
H1.HeaderClassName
{
color: #3AF802;
}
.AnyTagClassName
{
color: #3AF802;
}
</style>
background-color css
<style>
a { background-color: #3AF802; }
a { background-color: rgb(58,248,2); }
div.DivClassName
{
background-color: #3AF802;
}
.BgClassName
{
background-color: #3AF802;
}
</style>
border-color css
<style>
span { border-color: #3AF802; }
span { border-color: rgb(58,248,2); }
td.TdClassName
{
border-color: #3AF802;
}
.TagClassName
{
border-color: #3AF802;
}
</style>