Shades of Harlequin #3CDF06
Tints of Harlequin #3CDF06
RGB
CMYK
RGB Variations
Color information
#3CDF06 (or 0x3CDF06) is known color: Harlequin. HEX triplet: 3C, DF and 06. RGB value is (60,223,6). Sum of RGB (Red+Green+Blue) = 60+223+6=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 223 (87.5% from 255 or 77.16% from 289); Blue value is 6 (2.73% from 255 or 2.08% from 289); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CDF06 is #C320F9. Grayscale: #969696. Windows color (decimal): -12787962 or 450364. OLE color: 450364.
HSL color Cylindrical-coordinate representation of color #3CDF06: hue angle of 105.07º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3CDF06 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 6 | - |
| CMYK | 0.73 | 0 | 0.97 | 0.13 |
| HSL | 105.07º | 0.95% | 0.45% | - |
| HSV(B) | 105.07º | 0.97% | 0.87% | - |
| XYZ | 28.28 | 53.75 | 9.06 | - |
| YUV | 149.53 | 47 | 64.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 6 | 0.73 | 0 | 0.97 | 0.13 | 105.07 | 0.95 | 0.45 |
| Hex | 3C | DF | 6 | 49 | 0 | 61 | D | 69 | 5F | 2D |
| Octal | 74 | 337 | 6 | 111 | 0 | 141 | 15 | 151 | 137 | 55 |
| Binary | 111100 | 11011111 | 110 | 1001001 | 0 | 1100001 | 1101 | 1101001 | 1011111 | 101101 |
Color Harmonies of #3CDF06
Complementary color
Monochromatic Colors of #3CDF06
Black with #3CDF06
Text Example
Text Example
White with #3CDF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDF06; }
p { color: rgb(60,223,6); }
H1.HeaderClassName
{
color: #3CDF06;
}
.AnyTagClassName
{
color: #3CDF06;
}
</style>
background-color css
<style>
a { background-color: #3CDF06; }
a { background-color: rgb(60,223,6); }
div.DivClassName
{
background-color: #3CDF06;
}
.BgClassName
{
background-color: #3CDF06;
}
</style>
border-color css
<style>
span { border-color: #3CDF06; }
span { border-color: rgb(60,223,6); }
td.TdClassName
{
border-color: #3CDF06;
}
.TagClassName
{
border-color: #3CDF06;
}
</style>