Shades of Harlequin #3AFC0E
Tints of Harlequin #3AFC0E
RGB
CMYK
RGB Variations
Color information
#3AFC0E (or 0x3AFC0E) is known color: Harlequin. HEX triplet: 3A, FC and 0E. RGB value is (58,252,14). Sum of RGB (Red+Green+Blue) = 58+252+14=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 252 (98.83% from 255 or 77.78% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC0E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFC0E is #C503F1. Grayscale: #A7A7A7. Windows color (decimal): -12911602 or 982074. OLE color: 982074.
HSL color Cylindrical-coordinate representation of color #3AFC0E: hue angle of 108.91º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3AFC0E is Cyan = 0.77, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 252 | 14 | - |
| CMYK | 0.77 | 0 | 0.94 | 0.01 |
| HSL | 108.91º | 0.98% | 0.52% | - |
| HSV(B) | 108.91º | 0.94% | 0.99% | - |
| XYZ | 36.63 | 70.55 | 12.1 | - |
| YUV | 166.86 | 41.73 | 50.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 252 | 14 | 0.77 | 0 | 0.94 | 0.01 | 108.91 | 0.98 | 0.52 |
| Hex | 3A | FC | E | 4D | 0 | 5E | 1 | 6D | 62 | 34 |
| Octal | 72 | 374 | 16 | 115 | 0 | 136 | 1 | 155 | 142 | 64 |
| Binary | 111010 | 11111100 | 1110 | 1001101 | 0 | 1011110 | 1 | 1101101 | 1100010 | 110100 |
Color Harmonies of #3AFC0E
Complementary color
Monochromatic Colors of #3AFC0E
Black with #3AFC0E
Text Example
Text Example
White with #3AFC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFC0E; }
p { color: rgb(58,252,14); }
H1.HeaderClassName
{
color: #3AFC0E;
}
.AnyTagClassName
{
color: #3AFC0E;
}
</style>
background-color css
<style>
a { background-color: #3AFC0E; }
a { background-color: rgb(58,252,14); }
div.DivClassName
{
background-color: #3AFC0E;
}
.BgClassName
{
background-color: #3AFC0E;
}
</style>
border-color css
<style>
span { border-color: #3AFC0E; }
span { border-color: rgb(58,252,14); }
td.TdClassName
{
border-color: #3AFC0E;
}
.TagClassName
{
border-color: #3AFC0E;
}
</style>