Shades of Harlequin #3AFD11
Tints of Harlequin #3AFD11
RGB
CMYK
RGB Variations
Color information
#3AFD11 (or 0x3AFD11) is known color: Harlequin. HEX triplet: 3A, FD and 11. RGB value is (58,253,17). Sum of RGB (Red+Green+Blue) = 58+253+17=328 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.68% from 328); Green value is 253 (99.22% from 255 or 77.13% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 253 - color contains mainly: green. Hex color #3AFD11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFD11 is #C502EE. Grayscale: #A8A8A8. Windows color (decimal): -12911343 or 1178938. OLE color: 1178938.
HSL color Cylindrical-coordinate representation of color #3AFD11: hue angle of 109.58º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3AFD11 is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 253 | 17 | - |
| CMYK | 0.77 | 0 | 0.93 | 0.01 |
| HSL | 109.58º | 0.98% | 0.53% | - |
| HSV(B) | 109.58º | 0.93% | 0.99% | - |
| XYZ | 36.97 | 71.19 | 12.32 | - |
| YUV | 167.79 | 42.9 | 49.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 253 | 17 | 0.77 | 0 | 0.93 | 0.01 | 109.58 | 0.98 | 0.53 |
| Hex | 3A | FD | 11 | 4D | 0 | 5D | 1 | 6E | 62 | 35 |
| Octal | 72 | 375 | 21 | 115 | 0 | 135 | 1 | 156 | 142 | 65 |
| Binary | 111010 | 11111101 | 10001 | 1001101 | 0 | 1011101 | 1 | 1101110 | 1100010 | 110101 |
Color Harmonies of #3AFD11
Complementary color
Monochromatic Colors of #3AFD11
Black with #3AFD11
Text Example
Text Example
White with #3AFD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFD11; }
p { color: rgb(58,253,17); }
H1.HeaderClassName
{
color: #3AFD11;
}
.AnyTagClassName
{
color: #3AFD11;
}
</style>
background-color css
<style>
a { background-color: #3AFD11; }
a { background-color: rgb(58,253,17); }
div.DivClassName
{
background-color: #3AFD11;
}
.BgClassName
{
background-color: #3AFD11;
}
</style>
border-color css
<style>
span { border-color: #3AFD11; }
span { border-color: rgb(58,253,17); }
td.TdClassName
{
border-color: #3AFD11;
}
.TagClassName
{
border-color: #3AFD11;
}
</style>