Shades of Harlequin #3CEF07
Tints of Harlequin #3CEF07
RGB
CMYK
RGB Variations
Color information
#3CEF07 (or 0x3CEF07) is known color: Harlequin. HEX triplet: 3C, EF and 07. RGB value is (60,239,7). Sum of RGB (Red+Green+Blue) = 60+239+7=306 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.61% from 306); Green value is 239 (93.75% from 255 or 78.10% from 306); Blue value is 7 (3.12% from 255 or 2.29% from 306); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEF07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CEF07 is #C310F8. Grayscale: #9F9F9F. Windows color (decimal): -12783865 or 519996. OLE color: 519996.
HSL color Cylindrical-coordinate representation of color #3CEF07: hue angle of 106.29º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3CEF07 is Cyan = 0.75, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 239 | 7 | - |
| CMYK | 0.75 | 0 | 0.97 | 0.06 |
| HSL | 106.29º | 0.94% | 0.48% | - |
| HSV(B) | 106.29º | 0.97% | 0.94% | - |
| XYZ | 32.77 | 62.71 | 10.58 | - |
| YUV | 159.03 | 42.2 | 57.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 239 | 7 | 0.75 | 0 | 0.97 | 0.06 | 106.29 | 0.94 | 0.48 |
| Hex | 3C | EF | 7 | 4B | 0 | 61 | 6 | 6A | 5E | 30 |
| Octal | 74 | 357 | 7 | 113 | 0 | 141 | 6 | 152 | 136 | 60 |
| Binary | 111100 | 11101111 | 111 | 1001011 | 0 | 1100001 | 110 | 1101010 | 1011110 | 110000 |
Color Harmonies of #3CEF07
Complementary color
Monochromatic Colors of #3CEF07
Black with #3CEF07
Text Example
Text Example
White with #3CEF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEF07; }
p { color: rgb(60,239,7); }
H1.HeaderClassName
{
color: #3CEF07;
}
.AnyTagClassName
{
color: #3CEF07;
}
</style>
background-color css
<style>
a { background-color: #3CEF07; }
a { background-color: rgb(60,239,7); }
div.DivClassName
{
background-color: #3CEF07;
}
.BgClassName
{
background-color: #3CEF07;
}
</style>
border-color css
<style>
span { border-color: #3CEF07; }
span { border-color: rgb(60,239,7); }
td.TdClassName
{
border-color: #3CEF07;
}
.TagClassName
{
border-color: #3CEF07;
}
</style>