Shades of Harlequin #3AF919
Tints of Harlequin #3AF919
RGB
CMYK
RGB Variations
Color information
#3AF919 (or 0x3AF919) is known color: Harlequin. HEX triplet: 3A, F9 and 19. RGB value is (58,249,25). Sum of RGB (Red+Green+Blue) = 58+249+25=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 249 (97.66% from 255 or 75% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF919 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF919 is #C506E6. Grayscale: #A7A7A7. Windows color (decimal): -12912359 or 1702202. OLE color: 1702202.
HSL color Cylindrical-coordinate representation of color #3AF919: hue angle of 111.16º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3AF919 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 249 | 25 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.02 |
| HSL | 111.16º | 0.95% | 0.54% | - |
| HSV(B) | 111.16º | 0.9% | 0.98% | - |
| XYZ | 35.8 | 68.72 | 12.3 | - |
| YUV | 166.36 | 48.22 | 50.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 249 | 25 | 0.77 | 0 | 0.90 | 0.02 | 111.16 | 0.95 | 0.54 |
| Hex | 3A | F9 | 19 | 4D | 0 | 5A | 2 | 6F | 5F | 36 |
| Octal | 72 | 371 | 31 | 115 | 0 | 132 | 2 | 157 | 137 | 66 |
| Binary | 111010 | 11111001 | 11001 | 1001101 | 0 | 1011010 | 10 | 1101111 | 1011111 | 110110 |
Color Harmonies of #3AF919
Complementary color
Monochromatic Colors of #3AF919
Black with #3AF919
Text Example
Text Example
White with #3AF919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF919; }
p { color: rgb(58,249,25); }
H1.HeaderClassName
{
color: #3AF919;
}
.AnyTagClassName
{
color: #3AF919;
}
</style>
background-color css
<style>
a { background-color: #3AF919; }
a { background-color: rgb(58,249,25); }
div.DivClassName
{
background-color: #3AF919;
}
.BgClassName
{
background-color: #3AF919;
}
</style>
border-color css
<style>
span { border-color: #3AF919; }
span { border-color: rgb(58,249,25); }
td.TdClassName
{
border-color: #3AF919;
}
.TagClassName
{
border-color: #3AF919;
}
</style>