Shades of Harlequin #3DF21F
Tints of Harlequin #3DF21F
RGB
CMYK
RGB Variations
Color information
#3DF21F (or 0x3DF21F) is known color: Harlequin. HEX triplet: 3D, F2 and 1F. RGB value is (61,242,31). Sum of RGB (Red+Green+Blue) = 61+242+31=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 242 (94.92% from 255 or 72.46% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF21F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF21F is #C20DE0. Grayscale: #A4A4A4. Windows color (decimal): -12717537 or 2093629. OLE color: 2093629.
HSL color Cylindrical-coordinate representation of color #3DF21F: hue angle of 111.47º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3DF21F is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 242 | 31 | - |
| CMYK | 0.75 | 0 | 0.87 | 0.05 |
| HSL | 111.47º | 0.89% | 0.54% | - |
| HSV(B) | 111.47º | 0.87% | 0.95% | - |
| XYZ | 33.92 | 64.6 | 11.98 | - |
| YUV | 163.83 | 53.03 | 54.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 242 | 31 | 0.75 | 0 | 0.87 | 0.05 | 111.47 | 0.89 | 0.54 |
| Hex | 3D | F2 | 1F | 4B | 0 | 57 | 5 | 6F | 59 | 36 |
| Octal | 75 | 362 | 37 | 113 | 0 | 127 | 5 | 157 | 131 | 66 |
| Binary | 111101 | 11110010 | 11111 | 1001011 | 0 | 1010111 | 101 | 1101111 | 1011001 | 110110 |
Color Harmonies of #3DF21F
Complementary color
Monochromatic Colors of #3DF21F
Black with #3DF21F
Text Example
Text Example
White with #3DF21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF21F; }
p { color: rgb(61,242,31); }
H1.HeaderClassName
{
color: #3DF21F;
}
.AnyTagClassName
{
color: #3DF21F;
}
</style>
background-color css
<style>
a { background-color: #3DF21F; }
a { background-color: rgb(61,242,31); }
div.DivClassName
{
background-color: #3DF21F;
}
.BgClassName
{
background-color: #3DF21F;
}
</style>
border-color css
<style>
span { border-color: #3DF21F; }
span { border-color: rgb(61,242,31); }
td.TdClassName
{
border-color: #3DF21F;
}
.TagClassName
{
border-color: #3DF21F;
}
</style>