Shades of Harlequin #3CDF0D
Tints of Harlequin #3CDF0D
RGB
CMYK
RGB Variations
Color information
#3CDF0D (or 0x3CDF0D) is known color: Harlequin. HEX triplet: 3C, DF and 0D. RGB value is (60,223,13). Sum of RGB (Red+Green+Blue) = 60+223+13=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 223 (87.5% from 255 or 75.34% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CDF0D is #C320F2. Grayscale: #979797. Windows color (decimal): -12787955 or 909116. OLE color: 909116.
HSL color Cylindrical-coordinate representation of color #3CDF0D: hue angle of 106.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3CDF0D is Cyan = 0.73, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 13 | - |
| CMYK | 0.73 | 0 | 0.94 | 0.13 |
| HSL | 106.57º | 0.89% | 0.46% | - |
| HSV(B) | 106.57º | 0.94% | 0.87% | - |
| XYZ | 28.32 | 53.77 | 9.27 | - |
| YUV | 150.32 | 50.5 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 13 | 0.73 | 0 | 0.94 | 0.13 | 106.57 | 0.89 | 0.46 |
| Hex | 3C | DF | D | 49 | 0 | 5E | D | 6B | 59 | 2E |
| Octal | 74 | 337 | 15 | 111 | 0 | 136 | 15 | 153 | 131 | 56 |
| Binary | 111100 | 11011111 | 1101 | 1001001 | 0 | 1011110 | 1101 | 1101011 | 1011001 | 101110 |
Color Harmonies of #3CDF0D
Complementary color
Monochromatic Colors of #3CDF0D
Black with #3CDF0D
Text Example
Text Example
White with #3CDF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDF0D; }
p { color: rgb(60,223,13); }
H1.HeaderClassName
{
color: #3CDF0D;
}
.AnyTagClassName
{
color: #3CDF0D;
}
</style>
background-color css
<style>
a { background-color: #3CDF0D; }
a { background-color: rgb(60,223,13); }
div.DivClassName
{
background-color: #3CDF0D;
}
.BgClassName
{
background-color: #3CDF0D;
}
</style>
border-color css
<style>
span { border-color: #3CDF0D; }
span { border-color: rgb(60,223,13); }
td.TdClassName
{
border-color: #3CDF0D;
}
.TagClassName
{
border-color: #3CDF0D;
}
</style>