Shades of Harlequin #3CFC20
Tints of Harlequin #3CFC20
RGB
CMYK
RGB Variations
Color information
#3CFC20 (or 0x3CFC20) is known color: Harlequin. HEX triplet: 3C, FC and 20. RGB value is (60,252,32). Sum of RGB (Red+Green+Blue) = 60+252+32=344 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.44% from 344); Green value is 252 (98.83% from 255 or 73.26% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFC20 is #C303DF. Grayscale: #AAAAAA. Windows color (decimal): -12780512 or 2161724. OLE color: 2161724.
HSL color Cylindrical-coordinate representation of color #3CFC20: hue angle of 112.36º 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 #3CFC20 is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 32 | - |
| CMYK | 0.76 | 0 | 0.87 | 0.01 |
| HSL | 112.36º | 0.97% | 0.56% | - |
| HSV(B) | 112.36º | 0.87% | 0.99% | - |
| XYZ | 36.93 | 70.69 | 13.06 | - |
| YUV | 169.51 | 50.39 | 49.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 32 | 0.76 | 0 | 0.87 | 0.01 | 112.36 | 0.97 | 0.56 |
| Hex | 3C | FC | 20 | 4C | 0 | 57 | 1 | 70 | 61 | 38 |
| Octal | 74 | 374 | 40 | 114 | 0 | 127 | 1 | 160 | 141 | 70 |
| Binary | 111100 | 11111100 | 100000 | 1001100 | 0 | 1010111 | 1 | 1110000 | 1100001 | 111000 |
Color Harmonies of #3CFC20
Complementary color
Monochromatic Colors of #3CFC20
Black with #3CFC20
Text Example
Text Example
White with #3CFC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFC20; }
p { color: rgb(60,252,32); }
H1.HeaderClassName
{
color: #3CFC20;
}
.AnyTagClassName
{
color: #3CFC20;
}
</style>
background-color css
<style>
a { background-color: #3CFC20; }
a { background-color: rgb(60,252,32); }
div.DivClassName
{
background-color: #3CFC20;
}
.BgClassName
{
background-color: #3CFC20;
}
</style>
border-color css
<style>
span { border-color: #3CFC20; }
span { border-color: rgb(60,252,32); }
td.TdClassName
{
border-color: #3CFC20;
}
.TagClassName
{
border-color: #3CFC20;
}
</style>