Shades of Harlequin #3CFB21
Tints of Harlequin #3CFB21
RGB
CMYK
RGB Variations
Color information
#3CFB21 (or 0x3CFB21) is known color: Harlequin. HEX triplet: 3C, FB and 21. RGB value is (60,251,33). Sum of RGB (Red+Green+Blue) = 60+251+33=344 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.44% from 344); Green value is 251 (98.44% from 255 or 72.97% from 344); Blue value is 33 (13.28% from 255 or 9.59% from 344); Max value from RGB is 251 - color contains mainly: green. Hex color #3CFB21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFB21 is #C304DE. Grayscale: #A9A9A9. Windows color (decimal): -12780767 or 2227004. OLE color: 2227004.
HSL color Cylindrical-coordinate representation of color #3CFB21: hue angle of 112.57º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3CFB21 is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 251 | 33 | - |
| CMYK | 0.76 | 0 | 0.87 | 0.02 |
| HSL | 112.57º | 0.96% | 0.56% | - |
| HSV(B) | 112.57º | 0.87% | 0.98% | - |
| XYZ | 36.64 | 70.06 | 13.03 | - |
| YUV | 169.04 | 51.22 | 50.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 251 | 33 | 0.76 | 0 | 0.87 | 0.02 | 112.57 | 0.96 | 0.56 |
| Hex | 3C | FB | 21 | 4C | 0 | 57 | 2 | 71 | 60 | 38 |
| Octal | 74 | 373 | 41 | 114 | 0 | 127 | 2 | 161 | 140 | 70 |
| Binary | 111100 | 11111011 | 100001 | 1001100 | 0 | 1010111 | 10 | 1110001 | 1100000 | 111000 |
Color Harmonies of #3CFB21
Complementary color
Monochromatic Colors of #3CFB21
Black with #3CFB21
Text Example
Text Example
White with #3CFB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFB21; }
p { color: rgb(60,251,33); }
H1.HeaderClassName
{
color: #3CFB21;
}
.AnyTagClassName
{
color: #3CFB21;
}
</style>
background-color css
<style>
a { background-color: #3CFB21; }
a { background-color: rgb(60,251,33); }
div.DivClassName
{
background-color: #3CFB21;
}
.BgClassName
{
background-color: #3CFB21;
}
</style>
border-color css
<style>
span { border-color: #3CFB21; }
span { border-color: rgb(60,251,33); }
td.TdClassName
{
border-color: #3CFB21;
}
.TagClassName
{
border-color: #3CFB21;
}
</style>