Shades of Harlequin #3FF321
Tints of Harlequin #3FF321
RGB
CMYK
RGB Variations
Color information
#3FF321 (or 0x3FF321) is known color: Harlequin. HEX triplet: 3F, F3 and 21. RGB value is (63,243,33). Sum of RGB (Red+Green+Blue) = 63+243+33=339 (44% of max value = 765). Red value is 63 (25% from 255 or 18.58% from 339); Green value is 243 (95.31% from 255 or 71.68% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 243 - color contains mainly: green. Hex color #3FF321 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF321 is #C00CDE. Grayscale: #A5A5A5. Windows color (decimal): -12586207 or 2224959. OLE color: 2224959.
HSL color Cylindrical-coordinate representation of color #3FF321: hue angle of 111.43º 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 #3FF321 is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 243 | 33 | - |
| CMYK | 0.74 | 0 | 0.86 | 0.05 |
| HSL | 111.43º | 0.9% | 0.54% | - |
| HSV(B) | 111.43º | 0.86% | 0.95% | - |
| XYZ | 34.38 | 65.27 | 12.23 | - |
| YUV | 165.24 | 53.37 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 243 | 33 | 0.74 | 0 | 0.86 | 0.05 | 111.43 | 0.9 | 0.54 |
| Hex | 3F | F3 | 21 | 4A | 0 | 56 | 5 | 6F | 5A | 36 |
| Octal | 77 | 363 | 41 | 112 | 0 | 126 | 5 | 157 | 132 | 66 |
| Binary | 111111 | 11110011 | 100001 | 1001010 | 0 | 1010110 | 101 | 1101111 | 1011010 | 110110 |
Color Harmonies of #3FF321
Complementary color
Monochromatic Colors of #3FF321
Black with #3FF321
Text Example
Text Example
White with #3FF321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF321; }
p { color: rgb(63,243,33); }
H1.HeaderClassName
{
color: #3FF321;
}
.AnyTagClassName
{
color: #3FF321;
}
</style>
background-color css
<style>
a { background-color: #3FF321; }
a { background-color: rgb(63,243,33); }
div.DivClassName
{
background-color: #3FF321;
}
.BgClassName
{
background-color: #3FF321;
}
</style>
border-color css
<style>
span { border-color: #3FF321; }
span { border-color: rgb(63,243,33); }
td.TdClassName
{
border-color: #3FF321;
}
.TagClassName
{
border-color: #3FF321;
}
</style>