Shades of Harlequin #3CE819
Tints of Harlequin #3CE819
RGB
CMYK
RGB Variations
Color information
#3CE819 (or 0x3CE819) is known color: Harlequin. HEX triplet: 3C, E8 and 19. RGB value is (60,232,25). Sum of RGB (Red+Green+Blue) = 60+232+25=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 232 (91.02% from 255 or 73.19% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 232 - color contains mainly: green. Hex color #3CE819 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CE819 is #C317E6. Grayscale: #9D9D9D. Windows color (decimal): -12785639 or 1697852. OLE color: 1697852.
HSL color Cylindrical-coordinate representation of color #3CE819: hue angle of 109.86º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3CE819 is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 232 | 25 | - |
| CMYK | 0.74 | 0 | 0.89 | 0.09 |
| HSL | 109.86º | 0.82% | 0.5% | - |
| HSV(B) | 109.86º | 0.89% | 0.91% | - |
| XYZ | 30.9 | 58.74 | 10.63 | - |
| YUV | 156.97 | 53.52 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 232 | 25 | 0.74 | 0 | 0.89 | 0.09 | 109.86 | 0.82 | 0.5 |
| Hex | 3C | E8 | 19 | 4A | 0 | 59 | 9 | 6E | 52 | 32 |
| Octal | 74 | 350 | 31 | 112 | 0 | 131 | 11 | 156 | 122 | 62 |
| Binary | 111100 | 11101000 | 11001 | 1001010 | 0 | 1011001 | 1001 | 1101110 | 1010010 | 110010 |
Color Harmonies of #3CE819
Complementary color
Monochromatic Colors of #3CE819
Black with #3CE819
Text Example
Text Example
White with #3CE819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE819; }
p { color: rgb(60,232,25); }
H1.HeaderClassName
{
color: #3CE819;
}
.AnyTagClassName
{
color: #3CE819;
}
</style>
background-color css
<style>
a { background-color: #3CE819; }
a { background-color: rgb(60,232,25); }
div.DivClassName
{
background-color: #3CE819;
}
.BgClassName
{
background-color: #3CE819;
}
</style>
border-color css
<style>
span { border-color: #3CE819; }
span { border-color: rgb(60,232,25); }
td.TdClassName
{
border-color: #3CE819;
}
.TagClassName
{
border-color: #3CE819;
}
</style>