Shades of Harlequin #3CEF09
Tints of Harlequin #3CEF09
RGB
CMYK
RGB Variations
Color information
#3CEF09 (or 0x3CEF09) is known color: Harlequin. HEX triplet: 3C, EF and 09. RGB value is (60,239,9). Sum of RGB (Red+Green+Blue) = 60+239+9=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 239 (93.75% from 255 or 77.60% from 308); Blue value is 9 (3.91% from 255 or 2.92% from 308); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEF09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CEF09 is #C310F6. Grayscale: #A0A0A0. Windows color (decimal): -12783863 or 651068. OLE color: 651068.
HSL color Cylindrical-coordinate representation of color #3CEF09: hue angle of 106.7º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3CEF09 is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 239 | 9 | - |
| CMYK | 0.75 | 0 | 0.96 | 0.06 |
| HSL | 106.7º | 0.93% | 0.49% | - |
| HSV(B) | 106.7º | 0.96% | 0.94% | - |
| XYZ | 32.78 | 62.71 | 10.64 | - |
| YUV | 159.26 | 43.2 | 57.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 239 | 9 | 0.75 | 0 | 0.96 | 0.06 | 106.7 | 0.93 | 0.49 |
| Hex | 3C | EF | 9 | 4B | 0 | 60 | 6 | 6B | 5D | 31 |
| Octal | 74 | 357 | 11 | 113 | 0 | 140 | 6 | 153 | 135 | 61 |
| Binary | 111100 | 11101111 | 1001 | 1001011 | 0 | 1100000 | 110 | 1101011 | 1011101 | 110001 |
Color Harmonies of #3CEF09
Complementary color
Monochromatic Colors of #3CEF09
Black with #3CEF09
Text Example
Text Example
White with #3CEF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEF09; }
p { color: rgb(60,239,9); }
H1.HeaderClassName
{
color: #3CEF09;
}
.AnyTagClassName
{
color: #3CEF09;
}
</style>
background-color css
<style>
a { background-color: #3CEF09; }
a { background-color: rgb(60,239,9); }
div.DivClassName
{
background-color: #3CEF09;
}
.BgClassName
{
background-color: #3CEF09;
}
</style>
border-color css
<style>
span { border-color: #3CEF09; }
span { border-color: rgb(60,239,9); }
td.TdClassName
{
border-color: #3CEF09;
}
.TagClassName
{
border-color: #3CEF09;
}
</style>