Shades of Harlequin #3DF517
Tints of Harlequin #3DF517
RGB
CMYK
RGB Variations
Color information
#3DF517 (or 0x3DF517) is known color: Harlequin. HEX triplet: 3D, F5 and 17. RGB value is (61,245,23). Sum of RGB (Red+Green+Blue) = 61+245+23=329 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.54% from 329); Green value is 245 (96.09% from 255 or 74.47% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 245 - color contains mainly: green. Hex color #3DF517 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF517 is #C20AE8. Grayscale: #A5A5A5. Windows color (decimal): -12716777 or 1570109. OLE color: 1570109.
HSL color Cylindrical-coordinate representation of color #3DF517: hue angle of 109.73º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3DF517 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 245 | 23 | - |
| CMYK | 0.75 | 0 | 0.91 | 0.04 |
| HSL | 109.73º | 0.92% | 0.53% | - |
| HSV(B) | 109.73º | 0.91% | 0.96% | - |
| XYZ | 34.73 | 66.36 | 11.79 | - |
| YUV | 164.68 | 48.04 | 54.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 245 | 23 | 0.75 | 0 | 0.91 | 0.04 | 109.73 | 0.92 | 0.53 |
| Hex | 3D | F5 | 17 | 4B | 0 | 5B | 4 | 6E | 5C | 35 |
| Octal | 75 | 365 | 27 | 113 | 0 | 133 | 4 | 156 | 134 | 65 |
| Binary | 111101 | 11110101 | 10111 | 1001011 | 0 | 1011011 | 100 | 1101110 | 1011100 | 110101 |
Color Harmonies of #3DF517
Complementary color
Monochromatic Colors of #3DF517
Black with #3DF517
Text Example
Text Example
White with #3DF517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF517; }
p { color: rgb(61,245,23); }
H1.HeaderClassName
{
color: #3DF517;
}
.AnyTagClassName
{
color: #3DF517;
}
</style>
background-color css
<style>
a { background-color: #3DF517; }
a { background-color: rgb(61,245,23); }
div.DivClassName
{
background-color: #3DF517;
}
.BgClassName
{
background-color: #3DF517;
}
</style>
border-color css
<style>
span { border-color: #3DF517; }
span { border-color: rgb(61,245,23); }
td.TdClassName
{
border-color: #3DF517;
}
.TagClassName
{
border-color: #3DF517;
}
</style>