Shades of Harlequin #3CFF1D
Tints of Harlequin #3CFF1D
RGB
CMYK
RGB Variations
Color information
#3CFF1D (or 0x3CFF1D) is known color: Harlequin. HEX triplet: 3C, FF and 1D. RGB value is (60,255,29). Sum of RGB (Red+Green+Blue) = 60+255+29=344 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.44% from 344); Green value is 255 (100% from 255 or 74.13% from 344); Blue value is 29 (11.72% from 255 or 8.43% from 344); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFF1D is #C300E2. Grayscale: #ABABAB. Windows color (decimal): -12779747 or 1965884. OLE color: 1965884.
HSL color Cylindrical-coordinate representation of color #3CFF1D: hue angle of 111.77º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3CFF1D is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 29 | - |
| CMYK | 0.76 | 0 | 0.89 | 0 |
| HSL | 111.77º | 1% | 0.56% | - |
| HSV(B) | 111.77º | 0.89% | 1% | - |
| XYZ | 37.85 | 72.57 | 13.18 | - |
| YUV | 170.93 | 47.9 | 48.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 29 | 0.76 | 0 | 0.89 | 0 | 111.77 | 1 | 0.56 |
| Hex | 3C | FF | 1D | 4C | 0 | 59 | 0 | 70 | 64 | 38 |
| Octal | 74 | 377 | 35 | 114 | 0 | 131 | 0 | 160 | 144 | 70 |
| Binary | 111100 | 11111111 | 11101 | 1001100 | 0 | 1011001 | 0 | 1110000 | 1100100 | 111000 |
Color Harmonies of #3CFF1D
Complementary color
Monochromatic Colors of #3CFF1D
Black with #3CFF1D
Text Example
Text Example
White with #3CFF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFF1D; }
p { color: rgb(60,255,29); }
H1.HeaderClassName
{
color: #3CFF1D;
}
.AnyTagClassName
{
color: #3CFF1D;
}
</style>
background-color css
<style>
a { background-color: #3CFF1D; }
a { background-color: rgb(60,255,29); }
div.DivClassName
{
background-color: #3CFF1D;
}
.BgClassName
{
background-color: #3CFF1D;
}
</style>
border-color css
<style>
span { border-color: #3CFF1D; }
span { border-color: rgb(60,255,29); }
td.TdClassName
{
border-color: #3CFF1D;
}
.TagClassName
{
border-color: #3CFF1D;
}
</style>