Shades of Harlequin #3CFA22
Tints of Harlequin #3CFA22
RGB
CMYK
RGB Variations
Color information
#3CFA22 (or 0x3CFA22) is known color: Harlequin. HEX triplet: 3C, FA and 22. RGB value is (60,250,34). Sum of RGB (Red+Green+Blue) = 60+250+34=344 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.44% from 344); Green value is 250 (98.05% from 255 or 72.67% from 344); Blue value is 34 (13.67% from 255 or 9.88% from 344); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFA22 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFA22 is #C305DD. Grayscale: #A9A9A9. Windows color (decimal): -12781022 or 2292284. OLE color: 2292284.
HSL color Cylindrical-coordinate representation of color #3CFA22: hue angle of 112.78º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3CFA22 is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 250 | 34 | - |
| CMYK | 0.76 | 0 | 0.86 | 0.02 |
| HSL | 112.78º | 0.96% | 0.56% | - |
| HSV(B) | 112.78º | 0.86% | 0.98% | - |
| XYZ | 36.34 | 69.45 | 13 | - |
| YUV | 168.57 | 52.05 | 50.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 250 | 34 | 0.76 | 0 | 0.86 | 0.02 | 112.78 | 0.96 | 0.56 |
| Hex | 3C | FA | 22 | 4C | 0 | 56 | 2 | 71 | 60 | 38 |
| Octal | 74 | 372 | 42 | 114 | 0 | 126 | 2 | 161 | 140 | 70 |
| Binary | 111100 | 11111010 | 100010 | 1001100 | 0 | 1010110 | 10 | 1110001 | 1100000 | 111000 |
Color Harmonies of #3CFA22
Complementary color
Monochromatic Colors of #3CFA22
Black with #3CFA22
Text Example
Text Example
White with #3CFA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFA22; }
p { color: rgb(60,250,34); }
H1.HeaderClassName
{
color: #3CFA22;
}
.AnyTagClassName
{
color: #3CFA22;
}
</style>
background-color css
<style>
a { background-color: #3CFA22; }
a { background-color: rgb(60,250,34); }
div.DivClassName
{
background-color: #3CFA22;
}
.BgClassName
{
background-color: #3CFA22;
}
</style>
border-color css
<style>
span { border-color: #3CFA22; }
span { border-color: rgb(60,250,34); }
td.TdClassName
{
border-color: #3CFA22;
}
.TagClassName
{
border-color: #3CFA22;
}
</style>