Shades of Harlequin #3CE414
Tints of Harlequin #3CE414
RGB
CMYK
RGB Variations
Color information
#3CE414 (or 0x3CE414) is known color: Harlequin. HEX triplet: 3C, E4 and 14. RGB value is (60,228,20). Sum of RGB (Red+Green+Blue) = 60+228+20=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 228 (89.45% from 255 or 74.03% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 228 - color contains mainly: green. Hex color #3CE414 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CE414 is #C31BEB. Grayscale: #9A9A9A. Windows color (decimal): -12786668 or 1369148. OLE color: 1369148.
HSL color Cylindrical-coordinate representation of color #3CE414: hue angle of 108.46º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3CE414 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 228 | 20 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.11 |
| HSL | 108.46º | 0.84% | 0.49% | - |
| HSV(B) | 108.46º | 0.91% | 0.89% | - |
| XYZ | 29.73 | 56.5 | 10 | - |
| YUV | 154.06 | 52.34 | 60.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 228 | 20 | 0.74 | 0 | 0.91 | 0.11 | 108.46 | 0.84 | 0.49 |
| Hex | 3C | E4 | 14 | 4A | 0 | 5B | B | 6C | 54 | 31 |
| Octal | 74 | 344 | 24 | 112 | 0 | 133 | 13 | 154 | 124 | 61 |
| Binary | 111100 | 11100100 | 10100 | 1001010 | 0 | 1011011 | 1011 | 1101100 | 1010100 | 110001 |
Color Harmonies of #3CE414
Complementary color
Monochromatic Colors of #3CE414
Black with #3CE414
Text Example
Text Example
White with #3CE414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE414; }
p { color: rgb(60,228,20); }
H1.HeaderClassName
{
color: #3CE414;
}
.AnyTagClassName
{
color: #3CE414;
}
</style>
background-color css
<style>
a { background-color: #3CE414; }
a { background-color: rgb(60,228,20); }
div.DivClassName
{
background-color: #3CE414;
}
.BgClassName
{
background-color: #3CE414;
}
</style>
border-color css
<style>
span { border-color: #3CE414; }
span { border-color: rgb(60,228,20); }
td.TdClassName
{
border-color: #3CE414;
}
.TagClassName
{
border-color: #3CE414;
}
</style>