Shades of Harlequin #3CFB17
Tints of Harlequin #3CFB17
RGB
CMYK
RGB Variations
Color information
#3CFB17 (or 0x3CFB17) is known color: Harlequin. HEX triplet: 3C, FB and 17. RGB value is (60,251,23). Sum of RGB (Red+Green+Blue) = 60+251+23=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 251 (98.44% from 255 or 75.15% from 334); Blue value is 23 (9.38% from 255 or 6.89% from 334); Max value from RGB is 251 - color contains mainly: green. Hex color #3CFB17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFB17 is #C304E8. Grayscale: #A8A8A8. Windows color (decimal): -12780777 or 1571644. OLE color: 1571644.
HSL color Cylindrical-coordinate representation of color #3CFB17: hue angle of 110.26º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3CFB17 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 251 | 23 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.02 |
| HSL | 110.26º | 0.97% | 0.54% | - |
| HSV(B) | 110.26º | 0.91% | 0.98% | - |
| XYZ | 36.52 | 70.02 | 12.4 | - |
| YUV | 167.9 | 46.22 | 51.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 251 | 23 | 0.76 | 0 | 0.91 | 0.02 | 110.26 | 0.97 | 0.54 |
| Hex | 3C | FB | 17 | 4C | 0 | 5B | 2 | 6E | 61 | 36 |
| Octal | 74 | 373 | 27 | 114 | 0 | 133 | 2 | 156 | 141 | 66 |
| Binary | 111100 | 11111011 | 10111 | 1001100 | 0 | 1011011 | 10 | 1101110 | 1100001 | 110110 |
Color Harmonies of #3CFB17
Complementary color
Monochromatic Colors of #3CFB17
Black with #3CFB17
Text Example
Text Example
White with #3CFB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFB17; }
p { color: rgb(60,251,23); }
H1.HeaderClassName
{
color: #3CFB17;
}
.AnyTagClassName
{
color: #3CFB17;
}
</style>
background-color css
<style>
a { background-color: #3CFB17; }
a { background-color: rgb(60,251,23); }
div.DivClassName
{
background-color: #3CFB17;
}
.BgClassName
{
background-color: #3CFB17;
}
</style>
border-color css
<style>
span { border-color: #3CFB17; }
span { border-color: rgb(60,251,23); }
td.TdClassName
{
border-color: #3CFB17;
}
.TagClassName
{
border-color: #3CFB17;
}
</style>