Shades of Harlequin #3AFC19
Tints of Harlequin #3AFC19
RGB
CMYK
RGB Variations
Color information
#3AFC19 (or 0x3AFC19) is known color: Harlequin. HEX triplet: 3A, FC and 19. RGB value is (58,252,25). Sum of RGB (Red+Green+Blue) = 58+252+25=335 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.31% from 335); Green value is 252 (98.83% from 255 or 75.22% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFC19 is #C503E6. Grayscale: #A8A8A8. Windows color (decimal): -12911591 or 1702970. OLE color: 1702970.
HSL color Cylindrical-coordinate representation of color #3AFC19: hue angle of 111.28º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3AFC19 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 252 | 25 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.01 |
| HSL | 111.28º | 0.97% | 0.54% | - |
| HSV(B) | 111.28º | 0.9% | 0.99% | - |
| XYZ | 36.73 | 70.59 | 12.61 | - |
| YUV | 168.12 | 47.23 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 252 | 25 | 0.77 | 0 | 0.90 | 0.01 | 111.28 | 0.97 | 0.54 |
| Hex | 3A | FC | 19 | 4D | 0 | 5A | 1 | 6F | 61 | 36 |
| Octal | 72 | 374 | 31 | 115 | 0 | 132 | 1 | 157 | 141 | 66 |
| Binary | 111010 | 11111100 | 11001 | 1001101 | 0 | 1011010 | 1 | 1101111 | 1100001 | 110110 |
Color Harmonies of #3AFC19
Complementary color
Monochromatic Colors of #3AFC19
Black with #3AFC19
Text Example
Text Example
White with #3AFC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFC19; }
p { color: rgb(58,252,25); }
H1.HeaderClassName
{
color: #3AFC19;
}
.AnyTagClassName
{
color: #3AFC19;
}
</style>
background-color css
<style>
a { background-color: #3AFC19; }
a { background-color: rgb(58,252,25); }
div.DivClassName
{
background-color: #3AFC19;
}
.BgClassName
{
background-color: #3AFC19;
}
</style>
border-color css
<style>
span { border-color: #3AFC19; }
span { border-color: rgb(58,252,25); }
td.TdClassName
{
border-color: #3AFC19;
}
.TagClassName
{
border-color: #3AFC19;
}
</style>