Shades of Harlequin #3DF716
Tints of Harlequin #3DF716
RGB
CMYK
RGB Variations
Color information
#3DF716 (or 0x3DF716) is known color: Harlequin. HEX triplet: 3D, F7 and 16. RGB value is (61,247,22). Sum of RGB (Red+Green+Blue) = 61+247+22=330 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.48% from 330); Green value is 247 (96.88% from 255 or 74.85% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF716 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF716 is #C208E9. Grayscale: #A6A6A6. Windows color (decimal): -12716266 or 1505085. OLE color: 1505085.
HSL color Cylindrical-coordinate representation of color #3DF716: hue angle of 109.6º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3DF716 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 247 | 22 | - |
| CMYK | 0.75 | 0 | 0.91 | 0.03 |
| HSL | 109.6º | 0.93% | 0.53% | - |
| HSV(B) | 109.6º | 0.91% | 0.97% | - |
| XYZ | 35.33 | 67.57 | 11.94 | - |
| YUV | 165.74 | 46.88 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 247 | 22 | 0.75 | 0 | 0.91 | 0.03 | 109.6 | 0.93 | 0.53 |
| Hex | 3D | F7 | 16 | 4B | 0 | 5B | 3 | 6E | 5D | 35 |
| Octal | 75 | 367 | 26 | 113 | 0 | 133 | 3 | 156 | 135 | 65 |
| Binary | 111101 | 11110111 | 10110 | 1001011 | 0 | 1011011 | 11 | 1101110 | 1011101 | 110101 |
Color Harmonies of #3DF716
Complementary color
Monochromatic Colors of #3DF716
Black with #3DF716
Text Example
Text Example
White with #3DF716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF716; }
p { color: rgb(61,247,22); }
H1.HeaderClassName
{
color: #3DF716;
}
.AnyTagClassName
{
color: #3DF716;
}
</style>
background-color css
<style>
a { background-color: #3DF716; }
a { background-color: rgb(61,247,22); }
div.DivClassName
{
background-color: #3DF716;
}
.BgClassName
{
background-color: #3DF716;
}
</style>
border-color css
<style>
span { border-color: #3DF716; }
span { border-color: rgb(61,247,22); }
td.TdClassName
{
border-color: #3DF716;
}
.TagClassName
{
border-color: #3DF716;
}
</style>