Shades of Harlequin #3AED14
Tints of Harlequin #3AED14
RGB
CMYK
RGB Variations
Color information
#3AED14 (or 0x3AED14) is known color: Harlequin. HEX triplet: 3A, ED and 14. RGB value is (58,237,20). Sum of RGB (Red+Green+Blue) = 58+237+20=315 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.41% from 315); Green value is 237 (92.97% from 255 or 75.24% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 237 - color contains mainly: green. Hex color #3AED14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AED14 is #C512EB. Grayscale: #9F9F9F. Windows color (decimal): -12915436 or 1371450. OLE color: 1371450.
HSL color Cylindrical-coordinate representation of color #3AED14: hue angle of 109.49º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3AED14 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 237 | 20 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.07 |
| HSL | 109.49º | 0.86% | 0.5% | - |
| HSV(B) | 109.49º | 0.92% | 0.93% | - |
| XYZ | 32.16 | 61.52 | 10.84 | - |
| YUV | 158.74 | 49.7 | 56.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 237 | 20 | 0.76 | 0 | 0.92 | 0.07 | 109.49 | 0.86 | 0.5 |
| Hex | 3A | ED | 14 | 4C | 0 | 5C | 7 | 6D | 56 | 32 |
| Octal | 72 | 355 | 24 | 114 | 0 | 134 | 7 | 155 | 126 | 62 |
| Binary | 111010 | 11101101 | 10100 | 1001100 | 0 | 1011100 | 111 | 1101101 | 1010110 | 110010 |
Color Harmonies of #3AED14
Complementary color
Monochromatic Colors of #3AED14
Black with #3AED14
Text Example
Text Example
White with #3AED14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AED14; }
p { color: rgb(58,237,20); }
H1.HeaderClassName
{
color: #3AED14;
}
.AnyTagClassName
{
color: #3AED14;
}
</style>
background-color css
<style>
a { background-color: #3AED14; }
a { background-color: rgb(58,237,20); }
div.DivClassName
{
background-color: #3AED14;
}
.BgClassName
{
background-color: #3AED14;
}
</style>
border-color css
<style>
span { border-color: #3AED14; }
span { border-color: rgb(58,237,20); }
td.TdClassName
{
border-color: #3AED14;
}
.TagClassName
{
border-color: #3AED14;
}
</style>