Shades of Harlequin #3AED11
Tints of Harlequin #3AED11
RGB
CMYK
RGB Variations
Color information
#3AED11 (or 0x3AED11) is known color: Harlequin. HEX triplet: 3A, ED and 11. RGB value is (58,237,17). Sum of RGB (Red+Green+Blue) = 58+237+17=312 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.59% from 312); Green value is 237 (92.97% from 255 or 75.96% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 237 - color contains mainly: green. Hex color #3AED11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AED11 is #C512EE. Grayscale: #9F9F9F. Windows color (decimal): -12915439 or 1174842. OLE color: 1174842.
HSL color Cylindrical-coordinate representation of color #3AED11: hue angle of 108.82º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3AED11 is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 237 | 17 | - |
| CMYK | 0.76 | 0 | 0.93 | 0.07 |
| HSL | 108.82º | 0.87% | 0.5% | - |
| HSV(B) | 108.82º | 0.93% | 0.93% | - |
| XYZ | 32.13 | 61.51 | 10.71 | - |
| YUV | 158.4 | 48.2 | 56.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 237 | 17 | 0.76 | 0 | 0.93 | 0.07 | 108.82 | 0.87 | 0.5 |
| Hex | 3A | ED | 11 | 4C | 0 | 5D | 7 | 6D | 57 | 32 |
| Octal | 72 | 355 | 21 | 114 | 0 | 135 | 7 | 155 | 127 | 62 |
| Binary | 111010 | 11101101 | 10001 | 1001100 | 0 | 1011101 | 111 | 1101101 | 1010111 | 110010 |
Color Harmonies of #3AED11
Complementary color
Monochromatic Colors of #3AED11
Black with #3AED11
Text Example
Text Example
White with #3AED11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AED11; }
p { color: rgb(58,237,17); }
H1.HeaderClassName
{
color: #3AED11;
}
.AnyTagClassName
{
color: #3AED11;
}
</style>
background-color css
<style>
a { background-color: #3AED11; }
a { background-color: rgb(58,237,17); }
div.DivClassName
{
background-color: #3AED11;
}
.BgClassName
{
background-color: #3AED11;
}
</style>
border-color css
<style>
span { border-color: #3AED11; }
span { border-color: rgb(58,237,17); }
td.TdClassName
{
border-color: #3AED11;
}
.TagClassName
{
border-color: #3AED11;
}
</style>