Shades of Harlequin #3CE818
Tints of Harlequin #3CE818
RGB
CMYK
RGB Variations
Color information
#3CE818 (or 0x3CE818) is known color: Harlequin. HEX triplet: 3C, E8 and 18. RGB value is (60,232,24). Sum of RGB (Red+Green+Blue) = 60+232+24=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 232 (91.02% from 255 or 73.42% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 232 - color contains mainly: green. Hex color #3CE818 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CE818 is #C317E7. Grayscale: #9D9D9D. Windows color (decimal): -12785640 or 1632316. OLE color: 1632316.
HSL color Cylindrical-coordinate representation of color #3CE818: hue angle of 109.62º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3CE818 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 232 | 24 | - |
| CMYK | 0.74 | 0 | 0.90 | 0.09 |
| HSL | 109.62º | 0.82% | 0.5% | - |
| HSV(B) | 109.62º | 0.9% | 0.91% | - |
| XYZ | 30.88 | 58.74 | 10.57 | - |
| YUV | 156.86 | 53.02 | 58.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 232 | 24 | 0.74 | 0 | 0.90 | 0.09 | 109.62 | 0.82 | 0.5 |
| Hex | 3C | E8 | 18 | 4A | 0 | 5A | 9 | 6E | 52 | 32 |
| Octal | 74 | 350 | 30 | 112 | 0 | 132 | 11 | 156 | 122 | 62 |
| Binary | 111100 | 11101000 | 11000 | 1001010 | 0 | 1011010 | 1001 | 1101110 | 1010010 | 110010 |
Color Harmonies of #3CE818
Complementary color
Monochromatic Colors of #3CE818
Black with #3CE818
Text Example
Text Example
White with #3CE818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE818; }
p { color: rgb(60,232,24); }
H1.HeaderClassName
{
color: #3CE818;
}
.AnyTagClassName
{
color: #3CE818;
}
</style>
background-color css
<style>
a { background-color: #3CE818; }
a { background-color: rgb(60,232,24); }
div.DivClassName
{
background-color: #3CE818;
}
.BgClassName
{
background-color: #3CE818;
}
</style>
border-color css
<style>
span { border-color: #3CE818; }
span { border-color: rgb(60,232,24); }
td.TdClassName
{
border-color: #3CE818;
}
.TagClassName
{
border-color: #3CE818;
}
</style>