Shades of Harlequin #3CE108
Tints of Harlequin #3CE108
RGB
CMYK
RGB Variations
Color information
#3CE108 (or 0x3CE108) is known color: Harlequin. HEX triplet: 3C, E1 and 08. RGB value is (60,225,8). Sum of RGB (Red+Green+Blue) = 60+225+8=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 225 (88.28% from 255 or 76.79% from 293); Blue value is 8 (3.52% from 255 or 2.73% from 293); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE108 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CE108 is #C31EF7. Grayscale: #979797. Windows color (decimal): -12787448 or 581948. OLE color: 581948.
HSL color Cylindrical-coordinate representation of color #3CE108: hue angle of 105.62º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3CE108 is Cyan = 0.73, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 225 | 8 | - |
| CMYK | 0.73 | 0 | 0.96 | 0.12 |
| HSL | 105.62º | 0.93% | 0.46% | - |
| HSV(B) | 105.62º | 0.96% | 0.88% | - |
| XYZ | 28.83 | 54.83 | 9.29 | - |
| YUV | 150.93 | 47.34 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 225 | 8 | 0.73 | 0 | 0.96 | 0.12 | 105.62 | 0.93 | 0.46 |
| Hex | 3C | E1 | 8 | 49 | 0 | 60 | C | 6A | 5D | 2E |
| Octal | 74 | 341 | 10 | 111 | 0 | 140 | 14 | 152 | 135 | 56 |
| Binary | 111100 | 11100001 | 1000 | 1001001 | 0 | 1100000 | 1100 | 1101010 | 1011101 | 101110 |
Color Harmonies of #3CE108
Complementary color
Monochromatic Colors of #3CE108
Black with #3CE108
Text Example
Text Example
White with #3CE108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE108; }
p { color: rgb(60,225,8); }
H1.HeaderClassName
{
color: #3CE108;
}
.AnyTagClassName
{
color: #3CE108;
}
</style>
background-color css
<style>
a { background-color: #3CE108; }
a { background-color: rgb(60,225,8); }
div.DivClassName
{
background-color: #3CE108;
}
.BgClassName
{
background-color: #3CE108;
}
</style>
border-color css
<style>
span { border-color: #3CE108; }
span { border-color: rgb(60,225,8); }
td.TdClassName
{
border-color: #3CE108;
}
.TagClassName
{
border-color: #3CE108;
}
</style>