Shades of Harlequin #3DF321
Tints of Harlequin #3DF321
RGB
CMYK
RGB Variations
Color information
#3DF321 (or 0x3DF321) is known color: Harlequin. HEX triplet: 3D, F3 and 21. RGB value is (61,243,33). Sum of RGB (Red+Green+Blue) = 61+243+33=337 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.10% from 337); Green value is 243 (95.31% from 255 or 72.11% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF321 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF321 is #C20CDE. Grayscale: #A5A5A5. Windows color (decimal): -12717279 or 2224957. OLE color: 2224957.
HSL color Cylindrical-coordinate representation of color #3DF321: hue angle of 112º 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 #3DF321 is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 33 | - |
| CMYK | 0.75 | 0 | 0.86 | 0.05 |
| HSL | 112º | 0.9% | 0.54% | - |
| HSV(B) | 112º | 0.86% | 0.95% | - |
| XYZ | 34.25 | 65.2 | 12.22 | - |
| YUV | 164.64 | 53.7 | 54.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 33 | 0.75 | 0 | 0.86 | 0.05 | 112 | 0.9 | 0.54 |
| Hex | 3D | F3 | 21 | 4B | 0 | 56 | 5 | 70 | 5A | 36 |
| Octal | 75 | 363 | 41 | 113 | 0 | 126 | 5 | 160 | 132 | 66 |
| Binary | 111101 | 11110011 | 100001 | 1001011 | 0 | 1010110 | 101 | 1110000 | 1011010 | 110110 |
Color Harmonies of #3DF321
Complementary color
Monochromatic Colors of #3DF321
Black with #3DF321
Text Example
Text Example
White with #3DF321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF321; }
p { color: rgb(61,243,33); }
H1.HeaderClassName
{
color: #3DF321;
}
.AnyTagClassName
{
color: #3DF321;
}
</style>
background-color css
<style>
a { background-color: #3DF321; }
a { background-color: rgb(61,243,33); }
div.DivClassName
{
background-color: #3DF321;
}
.BgClassName
{
background-color: #3DF321;
}
</style>
border-color css
<style>
span { border-color: #3DF321; }
span { border-color: rgb(61,243,33); }
td.TdClassName
{
border-color: #3DF321;
}
.TagClassName
{
border-color: #3DF321;
}
</style>