Shades of Harlequin #3CEF08
Tints of Harlequin #3CEF08
RGB
CMYK
RGB Variations
Color information
#3CEF08 (or 0x3CEF08) is known color: Harlequin. HEX triplet: 3C, EF and 08. RGB value is (60,239,8). Sum of RGB (Red+Green+Blue) = 60+239+8=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 239 (93.75% from 255 or 77.85% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEF08 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CEF08 is #C310F7. Grayscale: #9F9F9F. Windows color (decimal): -12783864 or 585532. OLE color: 585532.
HSL color Cylindrical-coordinate representation of color #3CEF08: hue angle of 106.49º 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 #3CEF08 is Cyan = 0.75, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 239 | 8 | - |
| CMYK | 0.75 | 0 | 0.97 | 0.06 |
| HSL | 106.49º | 0.94% | 0.48% | - |
| HSV(B) | 106.49º | 0.97% | 0.94% | - |
| XYZ | 32.77 | 62.71 | 10.61 | - |
| YUV | 159.15 | 42.7 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 239 | 8 | 0.75 | 0 | 0.97 | 0.06 | 106.49 | 0.94 | 0.48 |
| Hex | 3C | EF | 8 | 4B | 0 | 61 | 6 | 6A | 5E | 30 |
| Octal | 74 | 357 | 10 | 113 | 0 | 141 | 6 | 152 | 136 | 60 |
| Binary | 111100 | 11101111 | 1000 | 1001011 | 0 | 1100001 | 110 | 1101010 | 1011110 | 110000 |
Color Harmonies of #3CEF08
Complementary color
Monochromatic Colors of #3CEF08
Black with #3CEF08
Text Example
Text Example
White with #3CEF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEF08; }
p { color: rgb(60,239,8); }
H1.HeaderClassName
{
color: #3CEF08;
}
.AnyTagClassName
{
color: #3CEF08;
}
</style>
background-color css
<style>
a { background-color: #3CEF08; }
a { background-color: rgb(60,239,8); }
div.DivClassName
{
background-color: #3CEF08;
}
.BgClassName
{
background-color: #3CEF08;
}
</style>
border-color css
<style>
span { border-color: #3CEF08; }
span { border-color: rgb(60,239,8); }
td.TdClassName
{
border-color: #3CEF08;
}
.TagClassName
{
border-color: #3CEF08;
}
</style>