Shades of Harlequin #3DF811
Tints of Harlequin #3DF811
RGB
CMYK
RGB Variations
Color information
#3DF811 (or 0x3DF811) is known color: Harlequin. HEX triplet: 3D, F8 and 11. RGB value is (61,248,17). Sum of RGB (Red+Green+Blue) = 61+248+17=326 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.71% from 326); Green value is 248 (97.27% from 255 or 76.07% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF811 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF811 is #C207EE. Grayscale: #A6A6A6. Windows color (decimal): -12716015 or 1177661. OLE color: 1177661.
HSL color Cylindrical-coordinate representation of color #3DF811: hue angle of 108.57º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3DF811 is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 248 | 17 | - |
| CMYK | 0.75 | 0 | 0.93 | 0.03 |
| HSL | 108.57º | 0.94% | 0.52% | - |
| HSV(B) | 108.57º | 0.93% | 0.97% | - |
| XYZ | 35.59 | 68.17 | 11.81 | - |
| YUV | 165.75 | 44.05 | 53.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 248 | 17 | 0.75 | 0 | 0.93 | 0.03 | 108.57 | 0.94 | 0.52 |
| Hex | 3D | F8 | 11 | 4B | 0 | 5D | 3 | 6D | 5E | 34 |
| Octal | 75 | 370 | 21 | 113 | 0 | 135 | 3 | 155 | 136 | 64 |
| Binary | 111101 | 11111000 | 10001 | 1001011 | 0 | 1011101 | 11 | 1101101 | 1011110 | 110100 |
Color Harmonies of #3DF811
Complementary color
Monochromatic Colors of #3DF811
Black with #3DF811
Text Example
Text Example
White with #3DF811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF811; }
p { color: rgb(61,248,17); }
H1.HeaderClassName
{
color: #3DF811;
}
.AnyTagClassName
{
color: #3DF811;
}
</style>
background-color css
<style>
a { background-color: #3DF811; }
a { background-color: rgb(61,248,17); }
div.DivClassName
{
background-color: #3DF811;
}
.BgClassName
{
background-color: #3DF811;
}
</style>
border-color css
<style>
span { border-color: #3DF811; }
span { border-color: rgb(61,248,17); }
td.TdClassName
{
border-color: #3DF811;
}
.TagClassName
{
border-color: #3DF811;
}
</style>