Shades of Harlequin #3AF71C
Tints of Harlequin #3AF71C
RGB
CMYK
RGB Variations
Color information
#3AF71C (or 0x3AF71C) is known color: Harlequin. HEX triplet: 3A, F7 and 1C. RGB value is (58,247,28). Sum of RGB (Red+Green+Blue) = 58+247+28=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 247 (96.88% from 255 or 74.17% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF71C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF71C is #C508E3. Grayscale: #A6A6A6. Windows color (decimal): -12912868 or 1898298. OLE color: 1898298.
HSL color Cylindrical-coordinate representation of color #3AF71C: hue angle of 111.78º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3AF71C is Cyan = 0.77, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 247 | 28 | - |
| CMYK | 0.77 | 0 | 0.89 | 0.03 |
| HSL | 111.78º | 0.93% | 0.54% | - |
| HSV(B) | 111.78º | 0.89% | 0.97% | - |
| XYZ | 35.22 | 67.5 | 12.27 | - |
| YUV | 165.52 | 50.38 | 51.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 247 | 28 | 0.77 | 0 | 0.89 | 0.03 | 111.78 | 0.93 | 0.54 |
| Hex | 3A | F7 | 1C | 4D | 0 | 59 | 3 | 70 | 5D | 36 |
| Octal | 72 | 367 | 34 | 115 | 0 | 131 | 3 | 160 | 135 | 66 |
| Binary | 111010 | 11110111 | 11100 | 1001101 | 0 | 1011001 | 11 | 1110000 | 1011101 | 110110 |
Color Harmonies of #3AF71C
Complementary color
Monochromatic Colors of #3AF71C
Black with #3AF71C
Text Example
Text Example
White with #3AF71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF71C; }
p { color: rgb(58,247,28); }
H1.HeaderClassName
{
color: #3AF71C;
}
.AnyTagClassName
{
color: #3AF71C;
}
</style>
background-color css
<style>
a { background-color: #3AF71C; }
a { background-color: rgb(58,247,28); }
div.DivClassName
{
background-color: #3AF71C;
}
.BgClassName
{
background-color: #3AF71C;
}
</style>
border-color css
<style>
span { border-color: #3AF71C; }
span { border-color: rgb(58,247,28); }
td.TdClassName
{
border-color: #3AF71C;
}
.TagClassName
{
border-color: #3AF71C;
}
</style>