Shades of Harlequin #3CFF09
Tints of Harlequin #3CFF09
RGB
CMYK
RGB Variations
Color information
#3CFF09 (or 0x3CFF09) is known color: Harlequin. HEX triplet: 3C, FF and 09. RGB value is (60,255,9). Sum of RGB (Red+Green+Blue) = 60+255+9=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 255 (100% from 255 or 78.70% from 324); Blue value is 9 (3.91% from 255 or 2.78% from 324); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFF09 is #C300F6. Grayscale: #A9A9A9. Windows color (decimal): -12779767 or 655164. OLE color: 655164.
HSL color Cylindrical-coordinate representation of color #3CFF09: hue angle of 107.56º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3CFF09 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 9 | - |
| CMYK | 0.76 | 0 | 0.96 | 0 |
| HSL | 107.56º | 1% | 0.52% | - |
| HSV(B) | 107.56º | 0.96% | 1% | - |
| XYZ | 37.67 | 72.5 | 12.27 | - |
| YUV | 168.65 | 37.9 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 9 | 0.76 | 0 | 0.96 | 0 | 107.56 | 1 | 0.52 |
| Hex | 3C | FF | 9 | 4C | 0 | 60 | 0 | 6C | 64 | 34 |
| Octal | 74 | 377 | 11 | 114 | 0 | 140 | 0 | 154 | 144 | 64 |
| Binary | 111100 | 11111111 | 1001 | 1001100 | 0 | 1100000 | 0 | 1101100 | 1100100 | 110100 |
Color Harmonies of #3CFF09
Complementary color
Monochromatic Colors of #3CFF09
Black with #3CFF09
Text Example
Text Example
White with #3CFF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFF09; }
p { color: rgb(60,255,9); }
H1.HeaderClassName
{
color: #3CFF09;
}
.AnyTagClassName
{
color: #3CFF09;
}
</style>
background-color css
<style>
a { background-color: #3CFF09; }
a { background-color: rgb(60,255,9); }
div.DivClassName
{
background-color: #3CFF09;
}
.BgClassName
{
background-color: #3CFF09;
}
</style>
border-color css
<style>
span { border-color: #3CFF09; }
span { border-color: rgb(60,255,9); }
td.TdClassName
{
border-color: #3CFF09;
}
.TagClassName
{
border-color: #3CFF09;
}
</style>