Shades of Harlequin #3CFC21
Tints of Harlequin #3CFC21
RGB
CMYK
RGB Variations
Color information
#3CFC21 (or 0x3CFC21) is known color: Harlequin. HEX triplet: 3C, FC and 21. RGB value is (60,252,33). Sum of RGB (Red+Green+Blue) = 60+252+33=345 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.39% from 345); Green value is 252 (98.83% from 255 or 73.04% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFC21 is #C303DE. Grayscale: #AAAAAA. Windows color (decimal): -12780511 or 2227260. OLE color: 2227260.
HSL color Cylindrical-coordinate representation of color #3CFC21: hue angle of 112.6º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3CFC21 is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 33 | - |
| CMYK | 0.76 | 0 | 0.87 | 0.01 |
| HSL | 112.6º | 0.97% | 0.56% | - |
| HSV(B) | 112.6º | 0.87% | 0.99% | - |
| XYZ | 36.95 | 70.69 | 13.14 | - |
| YUV | 169.63 | 50.89 | 49.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 33 | 0.76 | 0 | 0.87 | 0.01 | 112.6 | 0.97 | 0.56 |
| Hex | 3C | FC | 21 | 4C | 0 | 57 | 1 | 71 | 61 | 38 |
| Octal | 74 | 374 | 41 | 114 | 0 | 127 | 1 | 161 | 141 | 70 |
| Binary | 111100 | 11111100 | 100001 | 1001100 | 0 | 1010111 | 1 | 1110001 | 1100001 | 111000 |
Color Harmonies of #3CFC21
Complementary color
Monochromatic Colors of #3CFC21
Black with #3CFC21
Text Example
Text Example
White with #3CFC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFC21; }
p { color: rgb(60,252,33); }
H1.HeaderClassName
{
color: #3CFC21;
}
.AnyTagClassName
{
color: #3CFC21;
}
</style>
background-color css
<style>
a { background-color: #3CFC21; }
a { background-color: rgb(60,252,33); }
div.DivClassName
{
background-color: #3CFC21;
}
.BgClassName
{
background-color: #3CFC21;
}
</style>
border-color css
<style>
span { border-color: #3CFC21; }
span { border-color: rgb(60,252,33); }
td.TdClassName
{
border-color: #3CFC21;
}
.TagClassName
{
border-color: #3CFC21;
}
</style>