Shades of Harlequin #3CF322
Tints of Harlequin #3CF322
RGB
CMYK
RGB Variations
Color information
#3CF322 (or 0x3CF322) is known color: Harlequin. HEX triplet: 3C, F3 and 22. RGB value is (60,243,34). Sum of RGB (Red+Green+Blue) = 60+243+34=337 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.80% from 337); Green value is 243 (95.31% from 255 or 72.11% from 337); Blue value is 34 (13.67% from 255 or 10.09% from 337); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF322 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF322 is #C30CDD. Grayscale: #A5A5A5. Windows color (decimal): -12782814 or 2290492. OLE color: 2290492.
HSL color Cylindrical-coordinate representation of color #3CF322: hue angle of 112.54º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3CF322 is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 243 | 34 | - |
| CMYK | 0.75 | 0 | 0.86 | 0.05 |
| HSL | 112.54º | 0.9% | 0.54% | - |
| HSV(B) | 112.54º | 0.86% | 0.95% | - |
| XYZ | 34.2 | 65.18 | 12.29 | - |
| YUV | 164.46 | 54.37 | 53.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 243 | 34 | 0.75 | 0 | 0.86 | 0.05 | 112.54 | 0.9 | 0.54 |
| Hex | 3C | F3 | 22 | 4B | 0 | 56 | 5 | 71 | 5A | 36 |
| Octal | 74 | 363 | 42 | 113 | 0 | 126 | 5 | 161 | 132 | 66 |
| Binary | 111100 | 11110011 | 100010 | 1001011 | 0 | 1010110 | 101 | 1110001 | 1011010 | 110110 |
Color Harmonies of #3CF322
Complementary color
Monochromatic Colors of #3CF322
Black with #3CF322
Text Example
Text Example
White with #3CF322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF322; }
p { color: rgb(60,243,34); }
H1.HeaderClassName
{
color: #3CF322;
}
.AnyTagClassName
{
color: #3CF322;
}
</style>
background-color css
<style>
a { background-color: #3CF322; }
a { background-color: rgb(60,243,34); }
div.DivClassName
{
background-color: #3CF322;
}
.BgClassName
{
background-color: #3CF322;
}
</style>
border-color css
<style>
span { border-color: #3CF322; }
span { border-color: rgb(60,243,34); }
td.TdClassName
{
border-color: #3CF322;
}
.TagClassName
{
border-color: #3CF322;
}
</style>