Shades of Harlequin #3CFF0D
Tints of Harlequin #3CFF0D
RGB
CMYK
RGB Variations
Color information
#3CFF0D (or 0x3CFF0D) is known color: Harlequin. HEX triplet: 3C, FF and 0D. RGB value is (60,255,13). Sum of RGB (Red+Green+Blue) = 60+255+13=328 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.29% from 328); Green value is 255 (100% from 255 or 77.74% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFF0D is #C300F2. Grayscale: #A9A9A9. Windows color (decimal): -12779763 or 917308. OLE color: 917308.
HSL color Cylindrical-coordinate representation of color #3CFF0D: hue angle of 108.35º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3CFF0D is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 13 | - |
| CMYK | 0.76 | 0 | 0.95 | 0 |
| HSL | 108.35º | 1% | 0.53% | - |
| HSV(B) | 108.35º | 0.95% | 1% | - |
| XYZ | 37.7 | 72.51 | 12.39 | - |
| YUV | 169.11 | 39.9 | 50.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 13 | 0.76 | 0 | 0.95 | 0 | 108.35 | 1 | 0.53 |
| Hex | 3C | FF | D | 4C | 0 | 5F | 0 | 6C | 64 | 35 |
| Octal | 74 | 377 | 15 | 114 | 0 | 137 | 0 | 154 | 144 | 65 |
| Binary | 111100 | 11111111 | 1101 | 1001100 | 0 | 1011111 | 0 | 1101100 | 1100100 | 110101 |
Color Harmonies of #3CFF0D
Complementary color
Monochromatic Colors of #3CFF0D
Black with #3CFF0D
Text Example
Text Example
White with #3CFF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFF0D; }
p { color: rgb(60,255,13); }
H1.HeaderClassName
{
color: #3CFF0D;
}
.AnyTagClassName
{
color: #3CFF0D;
}
</style>
background-color css
<style>
a { background-color: #3CFF0D; }
a { background-color: rgb(60,255,13); }
div.DivClassName
{
background-color: #3CFF0D;
}
.BgClassName
{
background-color: #3CFF0D;
}
</style>
border-color css
<style>
span { border-color: #3CFF0D; }
span { border-color: rgb(60,255,13); }
td.TdClassName
{
border-color: #3CFF0D;
}
.TagClassName
{
border-color: #3CFF0D;
}
</style>