Shades of Harlequin #3CE519
Tints of Harlequin #3CE519
RGB
CMYK
RGB Variations
Color information
#3CE519 (or 0x3CE519) is known color: Harlequin. HEX triplet: 3C, E5 and 19. RGB value is (60,229,25). Sum of RGB (Red+Green+Blue) = 60+229+25=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 229 (89.84% from 255 or 72.93% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 229 - color contains mainly: green. Hex color #3CE519 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CE519 is #C31AE6. Grayscale: #9B9B9B. Windows color (decimal): -12786407 or 1697084. OLE color: 1697084.
HSL color Cylindrical-coordinate representation of color #3CE519: hue angle of 109.71º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3CE519 is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 60 | 229 | 25 | - |
| CMYK | 0.74 | 0 | 0.89 | 0.10 |
| HSL | 109.71º | 0.8% | 0.5% | - |
| HSV(B) | 109.71º | 0.89% | 0.9% | - |
| XYZ | 30.06 | 57.07 | 10.35 | - |
| YUV | 155.21 | 54.51 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 229 | 25 | 0.74 | 0 | 0.89 | 0.10 | 109.71 | 0.8 | 0.5 |
| Hex | 3C | E5 | 19 | 4A | 0 | 59 | A | 6E | 50 | 32 |
| Octal | 74 | 345 | 31 | 112 | 0 | 131 | 12 | 156 | 120 | 62 |
| Binary | 111100 | 11100101 | 11001 | 1001010 | 0 | 1011001 | 1010 | 1101110 | 1010000 | 110010 |
Color Harmonies of #3CE519
Complementary color
Monochromatic Colors of #3CE519
Black with #3CE519
Text Example
Text Example
White with #3CE519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE519; }
p { color: rgb(60,229,25); }
H1.HeaderClassName
{
color: #3CE519;
}
.AnyTagClassName
{
color: #3CE519;
}
</style>
background-color css
<style>
a { background-color: #3CE519; }
a { background-color: rgb(60,229,25); }
div.DivClassName
{
background-color: #3CE519;
}
.BgClassName
{
background-color: #3CE519;
}
</style>
border-color css
<style>
span { border-color: #3CE519; }
span { border-color: rgb(60,229,25); }
td.TdClassName
{
border-color: #3CE519;
}
.TagClassName
{
border-color: #3CE519;
}
</style>