Shades of Harlequin #3CE007
Tints of Harlequin #3CE007
RGB
CMYK
RGB Variations
Color information
#3CE007 (or 0x3CE007) is known color: Harlequin. HEX triplet: 3C, E0 and 07. RGB value is (60,224,7). Sum of RGB (Red+Green+Blue) = 60+224+7=291 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.62% from 291); Green value is 224 (87.89% from 255 or 76.98% from 291); Blue value is 7 (3.12% from 255 or 2.41% from 291); Max value from RGB is 224 - color contains mainly: green. Hex color #3CE007 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CE007 is #C31FF8. Grayscale: #969696. Windows color (decimal): -12787705 or 516156. OLE color: 516156.
HSL color Cylindrical-coordinate representation of color #3CE007: hue angle of 105.35º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3CE007 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 224 | 7 | - |
| CMYK | 0.73 | 0 | 0.97 | 0.12 |
| HSL | 105.35º | 0.94% | 0.45% | - |
| HSV(B) | 105.35º | 0.97% | 0.88% | - |
| XYZ | 28.56 | 54.29 | 9.17 | - |
| YUV | 150.23 | 47.17 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 224 | 7 | 0.73 | 0 | 0.97 | 0.12 | 105.35 | 0.94 | 0.45 |
| Hex | 3C | E0 | 7 | 49 | 0 | 61 | C | 69 | 5E | 2D |
| Octal | 74 | 340 | 7 | 111 | 0 | 141 | 14 | 151 | 136 | 55 |
| Binary | 111100 | 11100000 | 111 | 1001001 | 0 | 1100001 | 1100 | 1101001 | 1011110 | 101101 |
Color Harmonies of #3CE007
Complementary color
Monochromatic Colors of #3CE007
Black with #3CE007
Text Example
Text Example
White with #3CE007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE007; }
p { color: rgb(60,224,7); }
H1.HeaderClassName
{
color: #3CE007;
}
.AnyTagClassName
{
color: #3CE007;
}
</style>
background-color css
<style>
a { background-color: #3CE007; }
a { background-color: rgb(60,224,7); }
div.DivClassName
{
background-color: #3CE007;
}
.BgClassName
{
background-color: #3CE007;
}
</style>
border-color css
<style>
span { border-color: #3CE007; }
span { border-color: rgb(60,224,7); }
td.TdClassName
{
border-color: #3CE007;
}
.TagClassName
{
border-color: #3CE007;
}
</style>