Shades of Harlequin #3CFF19
Tints of Harlequin #3CFF19
RGB
CMYK
RGB Variations
Color information
#3CFF19 (or 0x3CFF19) is known color: Harlequin. HEX triplet: 3C, FF and 19. RGB value is (60,255,25). Sum of RGB (Red+Green+Blue) = 60+255+25=340 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.65% from 340); Green value is 255 (100% from 255 or 75% from 340); Blue value is 25 (10.16% from 255 or 7.35% from 340); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFF19 is #C300E6. Grayscale: #ABABAB. Windows color (decimal): -12779751 or 1703740. OLE color: 1703740.
HSL color Cylindrical-coordinate representation of color #3CFF19: hue angle of 110.87º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3CFF19 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 25 | - |
| CMYK | 0.76 | 0 | 0.90 | 0 |
| HSL | 110.87º | 1% | 0.55% | - |
| HSV(B) | 110.87º | 0.9% | 1% | - |
| XYZ | 37.8 | 72.55 | 12.93 | - |
| YUV | 170.48 | 45.9 | 49.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 25 | 0.76 | 0 | 0.90 | 0 | 110.87 | 1 | 0.55 |
| Hex | 3C | FF | 19 | 4C | 0 | 5A | 0 | 6F | 64 | 37 |
| Octal | 74 | 377 | 31 | 114 | 0 | 132 | 0 | 157 | 144 | 67 |
| Binary | 111100 | 11111111 | 11001 | 1001100 | 0 | 1011010 | 0 | 1101111 | 1100100 | 110111 |
Color Harmonies of #3CFF19
Complementary color
Monochromatic Colors of #3CFF19
Black with #3CFF19
Text Example
Text Example
White with #3CFF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFF19; }
p { color: rgb(60,255,25); }
H1.HeaderClassName
{
color: #3CFF19;
}
.AnyTagClassName
{
color: #3CFF19;
}
</style>
background-color css
<style>
a { background-color: #3CFF19; }
a { background-color: rgb(60,255,25); }
div.DivClassName
{
background-color: #3CFF19;
}
.BgClassName
{
background-color: #3CFF19;
}
</style>
border-color css
<style>
span { border-color: #3CFF19; }
span { border-color: rgb(60,255,25); }
td.TdClassName
{
border-color: #3CFF19;
}
.TagClassName
{
border-color: #3CFF19;
}
</style>