Shades of Harlequin #3CFF06
Tints of Harlequin #3CFF06
RGB
CMYK
RGB Variations
Color information
#3CFF06 (or 0x3CFF06) is known color: Harlequin. HEX triplet: 3C, FF and 06. RGB value is (60,255,6). Sum of RGB (Red+Green+Blue) = 60+255+6=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 255 (100% from 255 or 79.44% from 321); Blue value is 6 (2.73% from 255 or 1.87% from 321); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFF06 is #C300F9. Grayscale: #A9A9A9. Windows color (decimal): -12779770 or 458556. OLE color: 458556.
HSL color Cylindrical-coordinate representation of color #3CFF06: hue angle of 106.99º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3CFF06 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 6 | - |
| CMYK | 0.76 | 0 | 0.98 | 0 |
| HSL | 106.99º | 1% | 0.51% | - |
| HSV(B) | 106.99º | 0.98% | 1% | - |
| XYZ | 37.66 | 72.49 | 12.18 | - |
| YUV | 168.31 | 36.4 | 50.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 6 | 0.76 | 0 | 0.98 | 0 | 106.99 | 1 | 0.51 |
| Hex | 3C | FF | 6 | 4C | 0 | 62 | 0 | 6B | 64 | 33 |
| Octal | 74 | 377 | 6 | 114 | 0 | 142 | 0 | 153 | 144 | 63 |
| Binary | 111100 | 11111111 | 110 | 1001100 | 0 | 1100010 | 0 | 1101011 | 1100100 | 110011 |
Color Harmonies of #3CFF06
Complementary color
Monochromatic Colors of #3CFF06
Black with #3CFF06
Text Example
Text Example
White with #3CFF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFF06; }
p { color: rgb(60,255,6); }
H1.HeaderClassName
{
color: #3CFF06;
}
.AnyTagClassName
{
color: #3CFF06;
}
</style>
background-color css
<style>
a { background-color: #3CFF06; }
a { background-color: rgb(60,255,6); }
div.DivClassName
{
background-color: #3CFF06;
}
.BgClassName
{
background-color: #3CFF06;
}
</style>
border-color css
<style>
span { border-color: #3CFF06; }
span { border-color: rgb(60,255,6); }
td.TdClassName
{
border-color: #3CFF06;
}
.TagClassName
{
border-color: #3CFF06;
}
</style>