Shades of Harlequin #3AFE19
Tints of Harlequin #3AFE19
RGB
CMYK
RGB Variations
Color information
#3AFE19 (or 0x3AFE19) is known color: Harlequin. HEX triplet: 3A, FE and 19. RGB value is (58,254,25). Sum of RGB (Red+Green+Blue) = 58+254+25=337 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.21% from 337); Green value is 254 (99.61% from 255 or 75.37% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFE19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFE19 is #C501E6. Grayscale: #AAAAAA. Windows color (decimal): -12911079 or 1703482. OLE color: 1703482.
HSL color Cylindrical-coordinate representation of color #3AFE19: hue angle of 111.35º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3AFE19 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 25 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.00 |
| HSL | 111.35º | 0.99% | 0.55% | - |
| HSV(B) | 111.35º | 0.9% | 1% | - |
| XYZ | 37.36 | 71.85 | 12.82 | - |
| YUV | 169.29 | 46.57 | 48.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 25 | 0.77 | 0 | 0.90 | 0.00 | 111.35 | 0.99 | 0.55 |
| Hex | 3A | FE | 19 | 4D | 0 | 5A | 0 | 6F | 63 | 37 |
| Octal | 72 | 376 | 31 | 115 | 0 | 132 | 0 | 157 | 143 | 67 |
| Binary | 111010 | 11111110 | 11001 | 1001101 | 0 | 1011010 | 0 | 1101111 | 1100011 | 110111 |
Color Harmonies of #3AFE19
Complementary color
Monochromatic Colors of #3AFE19
Black with #3AFE19
Text Example
Text Example
White with #3AFE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFE19; }
p { color: rgb(58,254,25); }
H1.HeaderClassName
{
color: #3AFE19;
}
.AnyTagClassName
{
color: #3AFE19;
}
</style>
background-color css
<style>
a { background-color: #3AFE19; }
a { background-color: rgb(58,254,25); }
div.DivClassName
{
background-color: #3AFE19;
}
.BgClassName
{
background-color: #3AFE19;
}
</style>
border-color css
<style>
span { border-color: #3AFE19; }
span { border-color: rgb(58,254,25); }
td.TdClassName
{
border-color: #3AFE19;
}
.TagClassName
{
border-color: #3AFE19;
}
</style>