Shades of Harlequin #3DF010
Tints of Harlequin #3DF010
RGB
CMYK
RGB Variations
Color information
#3DF010 (or 0x3DF010) is known color: Harlequin. HEX triplet: 3D, F0 and 10. RGB value is (61,240,16). Sum of RGB (Red+Green+Blue) = 61+240+16=317 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.24% from 317); Green value is 240 (94.14% from 255 or 75.71% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF010 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF010 is #C20FEF. Grayscale: #A1A1A1. Windows color (decimal): -12718064 or 1110077. OLE color: 1110077.
HSL color Cylindrical-coordinate representation of color #3DF010: hue angle of 107.95º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3DF010 is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 240 | 16 | - |
| CMYK | 0.75 | 0 | 0.93 | 0.06 |
| HSL | 107.95º | 0.88% | 0.5% | - |
| HSV(B) | 107.95º | 0.93% | 0.94% | - |
| XYZ | 33.18 | 63.35 | 10.97 | - |
| YUV | 160.94 | 46.2 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 240 | 16 | 0.75 | 0 | 0.93 | 0.06 | 107.95 | 0.88 | 0.5 |
| Hex | 3D | F0 | 10 | 4B | 0 | 5D | 6 | 6C | 58 | 32 |
| Octal | 75 | 360 | 20 | 113 | 0 | 135 | 6 | 154 | 130 | 62 |
| Binary | 111101 | 11110000 | 10000 | 1001011 | 0 | 1011101 | 110 | 1101100 | 1011000 | 110010 |
Color Harmonies of #3DF010
Complementary color
Monochromatic Colors of #3DF010
Black with #3DF010
Text Example
Text Example
White with #3DF010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF010; }
p { color: rgb(61,240,16); }
H1.HeaderClassName
{
color: #3DF010;
}
.AnyTagClassName
{
color: #3DF010;
}
</style>
background-color css
<style>
a { background-color: #3DF010; }
a { background-color: rgb(61,240,16); }
div.DivClassName
{
background-color: #3DF010;
}
.BgClassName
{
background-color: #3DF010;
}
</style>
border-color css
<style>
span { border-color: #3DF010; }
span { border-color: rgb(61,240,16); }
td.TdClassName
{
border-color: #3DF010;
}
.TagClassName
{
border-color: #3DF010;
}
</style>