Shades of Harlequin #3CF10D
Tints of Harlequin #3CF10D
RGB
CMYK
RGB Variations
Color information
#3CF10D (or 0x3CF10D) is known color: Harlequin. HEX triplet: 3C, F1 and 0D. RGB value is (60,241,13). Sum of RGB (Red+Green+Blue) = 60+241+13=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 241 (94.53% from 255 or 76.75% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 241 - color contains mainly: green. Hex color #3CF10D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF10D is #C30EF2. Grayscale: #A1A1A1. Windows color (decimal): -12783347 or 913724. OLE color: 913724.
HSL color Cylindrical-coordinate representation of color #3CF10D: hue angle of 107.63º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3CF10D is Cyan = 0.75, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 241 | 13 | - |
| CMYK | 0.75 | 0 | 0.95 | 0.05 |
| HSL | 107.63º | 0.9% | 0.5% | - |
| HSV(B) | 107.63º | 0.95% | 0.95% | - |
| XYZ | 33.39 | 63.9 | 10.95 | - |
| YUV | 160.89 | 44.53 | 56.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 241 | 13 | 0.75 | 0 | 0.95 | 0.05 | 107.63 | 0.9 | 0.5 |
| Hex | 3C | F1 | D | 4B | 0 | 5F | 5 | 6C | 5A | 32 |
| Octal | 74 | 361 | 15 | 113 | 0 | 137 | 5 | 154 | 132 | 62 |
| Binary | 111100 | 11110001 | 1101 | 1001011 | 0 | 1011111 | 101 | 1101100 | 1011010 | 110010 |
Color Harmonies of #3CF10D
Complementary color
Monochromatic Colors of #3CF10D
Black with #3CF10D
Text Example
Text Example
White with #3CF10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF10D; }
p { color: rgb(60,241,13); }
H1.HeaderClassName
{
color: #3CF10D;
}
.AnyTagClassName
{
color: #3CF10D;
}
</style>
background-color css
<style>
a { background-color: #3CF10D; }
a { background-color: rgb(60,241,13); }
div.DivClassName
{
background-color: #3CF10D;
}
.BgClassName
{
background-color: #3CF10D;
}
</style>
border-color css
<style>
span { border-color: #3CF10D; }
span { border-color: rgb(60,241,13); }
td.TdClassName
{
border-color: #3CF10D;
}
.TagClassName
{
border-color: #3CF10D;
}
</style>