Shades of Harlequin #3CE814
Tints of Harlequin #3CE814
RGB
CMYK
RGB Variations
Color information
#3CE814 (or 0x3CE814) is known color: Harlequin. HEX triplet: 3C, E8 and 14. RGB value is (60,232,20). Sum of RGB (Red+Green+Blue) = 60+232+20=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 232 (91.02% from 255 or 74.36% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 232 - color contains mainly: green. Hex color #3CE814 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CE814 is #C317EB. Grayscale: #9D9D9D. Windows color (decimal): -12785644 or 1370172. OLE color: 1370172.
HSL color Cylindrical-coordinate representation of color #3CE814: hue angle of 108.68º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3CE814 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 232 | 20 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.09 |
| HSL | 108.68º | 0.84% | 0.49% | - |
| HSV(B) | 108.68º | 0.91% | 0.91% | - |
| XYZ | 30.85 | 58.72 | 10.37 | - |
| YUV | 156.4 | 51.02 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 232 | 20 | 0.74 | 0 | 0.91 | 0.09 | 108.68 | 0.84 | 0.49 |
| Hex | 3C | E8 | 14 | 4A | 0 | 5B | 9 | 6D | 54 | 31 |
| Octal | 74 | 350 | 24 | 112 | 0 | 133 | 11 | 155 | 124 | 61 |
| Binary | 111100 | 11101000 | 10100 | 1001010 | 0 | 1011011 | 1001 | 1101101 | 1010100 | 110001 |
Color Harmonies of #3CE814
Complementary color
Monochromatic Colors of #3CE814
Black with #3CE814
Text Example
Text Example
White with #3CE814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE814; }
p { color: rgb(60,232,20); }
H1.HeaderClassName
{
color: #3CE814;
}
.AnyTagClassName
{
color: #3CE814;
}
</style>
background-color css
<style>
a { background-color: #3CE814; }
a { background-color: rgb(60,232,20); }
div.DivClassName
{
background-color: #3CE814;
}
.BgClassName
{
background-color: #3CE814;
}
</style>
border-color css
<style>
span { border-color: #3CE814; }
span { border-color: rgb(60,232,20); }
td.TdClassName
{
border-color: #3CE814;
}
.TagClassName
{
border-color: #3CE814;
}
</style>