Shades of Harlequin #3CDF11
Tints of Harlequin #3CDF11
RGB
CMYK
RGB Variations
Color information
#3CDF11 (or 0x3CDF11) is known color: Harlequin. HEX triplet: 3C, DF and 11. RGB value is (60,223,17). Sum of RGB (Red+Green+Blue) = 60+223+17=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 223 (87.5% from 255 or 74.33% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CDF11 is #C320EE. Grayscale: #979797. Windows color (decimal): -12787951 or 1171260. OLE color: 1171260.
HSL color Cylindrical-coordinate representation of color #3CDF11: hue angle of 107.48º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3CDF11 is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 17 | - |
| CMYK | 0.73 | 0 | 0.92 | 0.13 |
| HSL | 107.48º | 0.86% | 0.47% | - |
| HSV(B) | 107.48º | 0.92% | 0.87% | - |
| XYZ | 28.35 | 53.78 | 9.42 | - |
| YUV | 150.78 | 52.5 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 17 | 0.73 | 0 | 0.92 | 0.13 | 107.48 | 0.86 | 0.47 |
| Hex | 3C | DF | 11 | 49 | 0 | 5C | D | 6B | 56 | 2F |
| Octal | 74 | 337 | 21 | 111 | 0 | 134 | 15 | 153 | 126 | 57 |
| Binary | 111100 | 11011111 | 10001 | 1001001 | 0 | 1011100 | 1101 | 1101011 | 1010110 | 101111 |
Color Harmonies of #3CDF11
Complementary color
Monochromatic Colors of #3CDF11
Black with #3CDF11
Text Example
Text Example
White with #3CDF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDF11; }
p { color: rgb(60,223,17); }
H1.HeaderClassName
{
color: #3CDF11;
}
.AnyTagClassName
{
color: #3CDF11;
}
</style>
background-color css
<style>
a { background-color: #3CDF11; }
a { background-color: rgb(60,223,17); }
div.DivClassName
{
background-color: #3CDF11;
}
.BgClassName
{
background-color: #3CDF11;
}
</style>
border-color css
<style>
span { border-color: #3CDF11; }
span { border-color: rgb(60,223,17); }
td.TdClassName
{
border-color: #3CDF11;
}
.TagClassName
{
border-color: #3CDF11;
}
</style>