Shades of Harlequin #3CFC22
Tints of Harlequin #3CFC22
RGB
CMYK
RGB Variations
Color information
#3CFC22 (or 0x3CFC22) is known color: Harlequin. HEX triplet: 3C, FC and 22. RGB value is (60,252,34). Sum of RGB (Red+Green+Blue) = 60+252+34=346 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.34% from 346); Green value is 252 (98.83% from 255 or 72.83% from 346); Blue value is 34 (13.67% from 255 or 9.83% from 346); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC22 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFC22 is #C303DD. Grayscale: #AAAAAA. Windows color (decimal): -12780510 or 2292796. OLE color: 2292796.
HSL color Cylindrical-coordinate representation of color #3CFC22: hue angle of 112.84º 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 #3CFC22 is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 34 | - |
| CMYK | 0.76 | 0 | 0.87 | 0.01 |
| HSL | 112.84º | 0.97% | 0.56% | - |
| HSV(B) | 112.84º | 0.87% | 0.99% | - |
| XYZ | 36.96 | 70.7 | 13.21 | - |
| YUV | 169.74 | 51.39 | 49.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 34 | 0.76 | 0 | 0.87 | 0.01 | 112.84 | 0.97 | 0.56 |
| Hex | 3C | FC | 22 | 4C | 0 | 57 | 1 | 71 | 61 | 38 |
| Octal | 74 | 374 | 42 | 114 | 0 | 127 | 1 | 161 | 141 | 70 |
| Binary | 111100 | 11111100 | 100010 | 1001100 | 0 | 1010111 | 1 | 1110001 | 1100001 | 111000 |
Color Harmonies of #3CFC22
Complementary color
Monochromatic Colors of #3CFC22
Black with #3CFC22
Text Example
Text Example
White with #3CFC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFC22; }
p { color: rgb(60,252,34); }
H1.HeaderClassName
{
color: #3CFC22;
}
.AnyTagClassName
{
color: #3CFC22;
}
</style>
background-color css
<style>
a { background-color: #3CFC22; }
a { background-color: rgb(60,252,34); }
div.DivClassName
{
background-color: #3CFC22;
}
.BgClassName
{
background-color: #3CFC22;
}
</style>
border-color css
<style>
span { border-color: #3CFC22; }
span { border-color: rgb(60,252,34); }
td.TdClassName
{
border-color: #3CFC22;
}
.TagClassName
{
border-color: #3CFC22;
}
</style>