Shades of Harlequin #3CFC0D
Tints of Harlequin #3CFC0D
RGB
CMYK
RGB Variations
Color information
#3CFC0D (or 0x3CFC0D) is known color: Harlequin. HEX triplet: 3C, FC and 0D. RGB value is (60,252,13). Sum of RGB (Red+Green+Blue) = 60+252+13=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 252 (98.83% from 255 or 77.54% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFC0D is #C303F2. Grayscale: #A8A8A8. Windows color (decimal): -12780531 or 916540. OLE color: 916540.
HSL color Cylindrical-coordinate representation of color #3CFC0D: hue angle of 108.2º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3CFC0D is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 13 | - |
| CMYK | 0.76 | 0 | 0.95 | 0.01 |
| HSL | 108.2º | 0.98% | 0.52% | - |
| HSV(B) | 108.2º | 0.95% | 0.99% | - |
| XYZ | 36.75 | 70.61 | 12.07 | - |
| YUV | 167.35 | 40.89 | 51.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 13 | 0.76 | 0 | 0.95 | 0.01 | 108.2 | 0.98 | 0.52 |
| Hex | 3C | FC | D | 4C | 0 | 5F | 1 | 6C | 62 | 34 |
| Octal | 74 | 374 | 15 | 114 | 0 | 137 | 1 | 154 | 142 | 64 |
| Binary | 111100 | 11111100 | 1101 | 1001100 | 0 | 1011111 | 1 | 1101100 | 1100010 | 110100 |
Color Harmonies of #3CFC0D
Complementary color
Monochromatic Colors of #3CFC0D
Black with #3CFC0D
Text Example
Text Example
White with #3CFC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFC0D; }
p { color: rgb(60,252,13); }
H1.HeaderClassName
{
color: #3CFC0D;
}
.AnyTagClassName
{
color: #3CFC0D;
}
</style>
background-color css
<style>
a { background-color: #3CFC0D; }
a { background-color: rgb(60,252,13); }
div.DivClassName
{
background-color: #3CFC0D;
}
.BgClassName
{
background-color: #3CFC0D;
}
</style>
border-color css
<style>
span { border-color: #3CFC0D; }
span { border-color: rgb(60,252,13); }
td.TdClassName
{
border-color: #3CFC0D;
}
.TagClassName
{
border-color: #3CFC0D;
}
</style>