Shades of Harlequin #3CFE14
Tints of Harlequin #3CFE14
RGB
CMYK
RGB Variations
Color information
#3CFE14 (or 0x3CFE14) is known color: Harlequin. HEX triplet: 3C, FE and 14. RGB value is (60,254,20). Sum of RGB (Red+Green+Blue) = 60+254+20=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 254 (99.61% from 255 or 76.05% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 254 - color contains mainly: green. Hex color #3CFE14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFE14 is #C301EB. Grayscale: #AAAAAA. Windows color (decimal): -12780012 or 1375804. OLE color: 1375804.
HSL color Cylindrical-coordinate representation of color #3CFE14: hue angle of 109.74º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3CFE14 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 254 | 20 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.00 |
| HSL | 109.74º | 0.99% | 0.54% | - |
| HSV(B) | 109.74º | 0.92% | 1% | - |
| XYZ | 37.43 | 71.89 | 12.57 | - |
| YUV | 169.32 | 43.73 | 50.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 254 | 20 | 0.76 | 0 | 0.92 | 0.00 | 109.74 | 0.99 | 0.54 |
| Hex | 3C | FE | 14 | 4C | 0 | 5C | 0 | 6E | 63 | 36 |
| Octal | 74 | 376 | 24 | 114 | 0 | 134 | 0 | 156 | 143 | 66 |
| Binary | 111100 | 11111110 | 10100 | 1001100 | 0 | 1011100 | 0 | 1101110 | 1100011 | 110110 |
Color Harmonies of #3CFE14
Complementary color
Monochromatic Colors of #3CFE14
Black with #3CFE14
Text Example
Text Example
White with #3CFE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFE14; }
p { color: rgb(60,254,20); }
H1.HeaderClassName
{
color: #3CFE14;
}
.AnyTagClassName
{
color: #3CFE14;
}
</style>
background-color css
<style>
a { background-color: #3CFE14; }
a { background-color: rgb(60,254,20); }
div.DivClassName
{
background-color: #3CFE14;
}
.BgClassName
{
background-color: #3CFE14;
}
</style>
border-color css
<style>
span { border-color: #3CFE14; }
span { border-color: rgb(60,254,20); }
td.TdClassName
{
border-color: #3CFE14;
}
.TagClassName
{
border-color: #3CFE14;
}
</style>