Shades of Harlequin #3DFF21
Tints of Harlequin #3DFF21
RGB
CMYK
RGB Variations
Color information
#3DFF21 (or 0x3DFF21) is known color: Harlequin. HEX triplet: 3D, FF and 21. RGB value is (61,255,33). Sum of RGB (Red+Green+Blue) = 61+255+33=349 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.48% from 349); Green value is 255 (100% from 255 or 73.07% from 349); Blue value is 33 (13.28% from 255 or 9.46% from 349); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFF21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DFF21 is #C200DE. Grayscale: #ACACAC. Windows color (decimal): -12714207 or 2228029. OLE color: 2228029.
HSL color Cylindrical-coordinate representation of color #3DFF21: hue angle of 112.43º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3DFF21 is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 33 | - |
| CMYK | 0.76 | 0 | 0.87 | 0 |
| HSL | 112.43º | 1% | 0.56% | - |
| HSV(B) | 112.43º | 0.87% | 1% | - |
| XYZ | 37.96 | 72.62 | 13.46 | - |
| YUV | 171.69 | 49.73 | 49.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 33 | 0.76 | 0 | 0.87 | 0 | 112.43 | 1 | 0.56 |
| Hex | 3D | FF | 21 | 4C | 0 | 57 | 0 | 70 | 64 | 38 |
| Octal | 75 | 377 | 41 | 114 | 0 | 127 | 0 | 160 | 144 | 70 |
| Binary | 111101 | 11111111 | 100001 | 1001100 | 0 | 1010111 | 0 | 1110000 | 1100100 | 111000 |
Color Harmonies of #3DFF21
Complementary color
Monochromatic Colors of #3DFF21
Black with #3DFF21
Text Example
Text Example
White with #3DFF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFF21; }
p { color: rgb(61,255,33); }
H1.HeaderClassName
{
color: #3DFF21;
}
.AnyTagClassName
{
color: #3DFF21;
}
</style>
background-color css
<style>
a { background-color: #3DFF21; }
a { background-color: rgb(61,255,33); }
div.DivClassName
{
background-color: #3DFF21;
}
.BgClassName
{
background-color: #3DFF21;
}
</style>
border-color css
<style>
span { border-color: #3DFF21; }
span { border-color: rgb(61,255,33); }
td.TdClassName
{
border-color: #3DFF21;
}
.TagClassName
{
border-color: #3DFF21;
}
</style>