Shades of Harlequin #3FED21
Tints of Harlequin #3FED21
RGB
CMYK
RGB Variations
Color information
#3FED21 (or 0x3FED21) is known color: Harlequin. HEX triplet: 3F, ED and 21. RGB value is (63,237,33). Sum of RGB (Red+Green+Blue) = 63+237+33=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 237 (92.97% from 255 or 71.17% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 237 - color contains mainly: green. Hex color #3FED21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FED21 is #C012DE. Grayscale: #A2A2A2. Windows color (decimal): -12587743 or 2223423. OLE color: 2223423.
HSL color Cylindrical-coordinate representation of color #3FED21: hue angle of 111.18º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3FED21 is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 237 | 33 | - |
| CMYK | 0.73 | 0 | 0.86 | 0.07 |
| HSL | 111.18º | 0.85% | 0.53% | - |
| HSV(B) | 111.18º | 0.86% | 0.93% | - |
| XYZ | 32.61 | 61.73 | 11.64 | - |
| YUV | 161.72 | 55.35 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 237 | 33 | 0.73 | 0 | 0.86 | 0.07 | 111.18 | 0.85 | 0.53 |
| Hex | 3F | ED | 21 | 49 | 0 | 56 | 7 | 6F | 55 | 35 |
| Octal | 77 | 355 | 41 | 111 | 0 | 126 | 7 | 157 | 125 | 65 |
| Binary | 111111 | 11101101 | 100001 | 1001001 | 0 | 1010110 | 111 | 1101111 | 1010101 | 110101 |
Color Harmonies of #3FED21
Complementary color
Monochromatic Colors of #3FED21
Black with #3FED21
Text Example
Text Example
White with #3FED21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FED21; }
p { color: rgb(63,237,33); }
H1.HeaderClassName
{
color: #3FED21;
}
.AnyTagClassName
{
color: #3FED21;
}
</style>
background-color css
<style>
a { background-color: #3FED21; }
a { background-color: rgb(63,237,33); }
div.DivClassName
{
background-color: #3FED21;
}
.BgClassName
{
background-color: #3FED21;
}
</style>
border-color css
<style>
span { border-color: #3FED21; }
span { border-color: rgb(63,237,33); }
td.TdClassName
{
border-color: #3FED21;
}
.TagClassName
{
border-color: #3FED21;
}
</style>