Shades of Harlequin #3AFC1C
Tints of Harlequin #3AFC1C
RGB
CMYK
RGB Variations
Color information
#3AFC1C (or 0x3AFC1C) is known color: Harlequin. HEX triplet: 3A, FC and 1C. RGB value is (58,252,28). Sum of RGB (Red+Green+Blue) = 58+252+28=338 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.16% from 338); Green value is 252 (98.83% from 255 or 74.56% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFC1C is #C503E3. Grayscale: #A9A9A9. Windows color (decimal): -12911588 or 1899578. OLE color: 1899578.
HSL color Cylindrical-coordinate representation of color #3AFC1C: hue angle of 111.96º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3AFC1C is Cyan = 0.77, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 252 | 28 | - |
| CMYK | 0.77 | 0 | 0.89 | 0.01 |
| HSL | 111.96º | 0.97% | 0.55% | - |
| HSV(B) | 111.96º | 0.89% | 0.99% | - |
| XYZ | 36.76 | 70.6 | 12.79 | - |
| YUV | 168.46 | 48.73 | 49.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 252 | 28 | 0.77 | 0 | 0.89 | 0.01 | 111.96 | 0.97 | 0.55 |
| Hex | 3A | FC | 1C | 4D | 0 | 59 | 1 | 70 | 61 | 37 |
| Octal | 72 | 374 | 34 | 115 | 0 | 131 | 1 | 160 | 141 | 67 |
| Binary | 111010 | 11111100 | 11100 | 1001101 | 0 | 1011001 | 1 | 1110000 | 1100001 | 110111 |
Color Harmonies of #3AFC1C
Complementary color
Monochromatic Colors of #3AFC1C
Black with #3AFC1C
Text Example
Text Example
White with #3AFC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFC1C; }
p { color: rgb(58,252,28); }
H1.HeaderClassName
{
color: #3AFC1C;
}
.AnyTagClassName
{
color: #3AFC1C;
}
</style>
background-color css
<style>
a { background-color: #3AFC1C; }
a { background-color: rgb(58,252,28); }
div.DivClassName
{
background-color: #3AFC1C;
}
.BgClassName
{
background-color: #3AFC1C;
}
</style>
border-color css
<style>
span { border-color: #3AFC1C; }
span { border-color: rgb(58,252,28); }
td.TdClassName
{
border-color: #3AFC1C;
}
.TagClassName
{
border-color: #3AFC1C;
}
</style>