Shades of Harlequin #3CFA21
Tints of Harlequin #3CFA21
RGB
CMYK
RGB Variations
Color information
#3CFA21 (or 0x3CFA21) is known color: Harlequin. HEX triplet: 3C, FA and 21. RGB value is (60,250,33). Sum of RGB (Red+Green+Blue) = 60+250+33=343 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.49% from 343); Green value is 250 (98.05% from 255 or 72.89% from 343); Blue value is 33 (13.28% from 255 or 9.62% from 343); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFA21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFA21 is #C305DE. Grayscale: #A9A9A9. Windows color (decimal): -12781023 or 2226748. OLE color: 2226748.
HSL color Cylindrical-coordinate representation of color #3CFA21: hue angle of 112.53º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3CFA21 is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 250 | 33 | - |
| CMYK | 0.76 | 0 | 0.87 | 0.02 |
| HSL | 112.53º | 0.96% | 0.55% | - |
| HSV(B) | 112.53º | 0.87% | 0.98% | - |
| XYZ | 36.32 | 69.44 | 12.93 | - |
| YUV | 168.45 | 51.55 | 50.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 250 | 33 | 0.76 | 0 | 0.87 | 0.02 | 112.53 | 0.96 | 0.55 |
| Hex | 3C | FA | 21 | 4C | 0 | 57 | 2 | 71 | 60 | 37 |
| Octal | 74 | 372 | 41 | 114 | 0 | 127 | 2 | 161 | 140 | 67 |
| Binary | 111100 | 11111010 | 100001 | 1001100 | 0 | 1010111 | 10 | 1110001 | 1100000 | 110111 |
Color Harmonies of #3CFA21
Complementary color
Monochromatic Colors of #3CFA21
Black with #3CFA21
Text Example
Text Example
White with #3CFA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFA21; }
p { color: rgb(60,250,33); }
H1.HeaderClassName
{
color: #3CFA21;
}
.AnyTagClassName
{
color: #3CFA21;
}
</style>
background-color css
<style>
a { background-color: #3CFA21; }
a { background-color: rgb(60,250,33); }
div.DivClassName
{
background-color: #3CFA21;
}
.BgClassName
{
background-color: #3CFA21;
}
</style>
border-color css
<style>
span { border-color: #3CFA21; }
span { border-color: rgb(60,250,33); }
td.TdClassName
{
border-color: #3CFA21;
}
.TagClassName
{
border-color: #3CFA21;
}
</style>