Shades of Harlequin #3CDF15
Tints of Harlequin #3CDF15
RGB
CMYK
RGB Variations
Color information
#3CDF15 (or 0x3CDF15) is known color: Harlequin. HEX triplet: 3C, DF and 15. RGB value is (60,223,21). Sum of RGB (Red+Green+Blue) = 60+223+21=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 223 (87.5% from 255 or 73.36% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CDF15 is #C320EA. Grayscale: #979797. Windows color (decimal): -12787947 or 1433404. OLE color: 1433404.
HSL color Cylindrical-coordinate representation of color #3CDF15: hue angle of 108.42º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3CDF15 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 21 | - |
| CMYK | 0.73 | 0 | 0.91 | 0.13 |
| HSL | 108.42º | 0.83% | 0.48% | - |
| HSV(B) | 108.42º | 0.91% | 0.87% | - |
| XYZ | 28.39 | 53.79 | 9.6 | - |
| YUV | 151.24 | 54.5 | 62.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 21 | 0.73 | 0 | 0.91 | 0.13 | 108.42 | 0.83 | 0.48 |
| Hex | 3C | DF | 15 | 49 | 0 | 5B | D | 6C | 53 | 30 |
| Octal | 74 | 337 | 25 | 111 | 0 | 133 | 15 | 154 | 123 | 60 |
| Binary | 111100 | 11011111 | 10101 | 1001001 | 0 | 1011011 | 1101 | 1101100 | 1010011 | 110000 |
Color Harmonies of #3CDF15
Complementary color
Monochromatic Colors of #3CDF15
Black with #3CDF15
Text Example
Text Example
White with #3CDF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDF15; }
p { color: rgb(60,223,21); }
H1.HeaderClassName
{
color: #3CDF15;
}
.AnyTagClassName
{
color: #3CDF15;
}
</style>
background-color css
<style>
a { background-color: #3CDF15; }
a { background-color: rgb(60,223,21); }
div.DivClassName
{
background-color: #3CDF15;
}
.BgClassName
{
background-color: #3CDF15;
}
</style>
border-color css
<style>
span { border-color: #3CDF15; }
span { border-color: rgb(60,223,21); }
td.TdClassName
{
border-color: #3CDF15;
}
.TagClassName
{
border-color: #3CDF15;
}
</style>