Shades of Harlequin #3DF921
Tints of Harlequin #3DF921
RGB
CMYK
RGB Variations
Color information
#3DF921 (or 0x3DF921) is known color: Harlequin. HEX triplet: 3D, F9 and 21. RGB value is (61,249,33). Sum of RGB (Red+Green+Blue) = 61+249+33=343 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.78% from 343); Green value is 249 (97.66% from 255 or 72.59% from 343); Blue value is 33 (13.28% from 255 or 9.62% from 343); Max value from RGB is 249 - color contains mainly: green. Hex color #3DF921 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF921 is #C206DE. Grayscale: #A8A8A8. Windows color (decimal): -12715743 or 2226493. OLE color: 2226493.
HSL color Cylindrical-coordinate representation of color #3DF921: hue angle of 112.22º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3DF921 is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 249 | 33 | - |
| CMYK | 0.76 | 0 | 0.87 | 0.02 |
| HSL | 112.22º | 0.95% | 0.55% | - |
| HSV(B) | 112.22º | 0.87% | 0.98% | - |
| XYZ | 36.07 | 68.85 | 12.83 | - |
| YUV | 168.16 | 51.72 | 51.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 249 | 33 | 0.76 | 0 | 0.87 | 0.02 | 112.22 | 0.95 | 0.55 |
| Hex | 3D | F9 | 21 | 4C | 0 | 57 | 2 | 70 | 5F | 37 |
| Octal | 75 | 371 | 41 | 114 | 0 | 127 | 2 | 160 | 137 | 67 |
| Binary | 111101 | 11111001 | 100001 | 1001100 | 0 | 1010111 | 10 | 1110000 | 1011111 | 110111 |
Color Harmonies of #3DF921
Complementary color
Monochromatic Colors of #3DF921
Black with #3DF921
Text Example
Text Example
White with #3DF921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF921; }
p { color: rgb(61,249,33); }
H1.HeaderClassName
{
color: #3DF921;
}
.AnyTagClassName
{
color: #3DF921;
}
</style>
background-color css
<style>
a { background-color: #3DF921; }
a { background-color: rgb(61,249,33); }
div.DivClassName
{
background-color: #3DF921;
}
.BgClassName
{
background-color: #3DF921;
}
</style>
border-color css
<style>
span { border-color: #3DF921; }
span { border-color: rgb(61,249,33); }
td.TdClassName
{
border-color: #3DF921;
}
.TagClassName
{
border-color: #3DF921;
}
</style>