Shades of Harlequin #3DF013
Tints of Harlequin #3DF013
RGB
CMYK
RGB Variations
Color information
#3DF013 (or 0x3DF013) is known color: Harlequin. HEX triplet: 3D, F0 and 13. RGB value is (61,240,19). Sum of RGB (Red+Green+Blue) = 61+240+19=320 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.06% from 320); Green value is 240 (94.14% from 255 or 75% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF013 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF013 is #C20FEC. Grayscale: #A1A1A1. Windows color (decimal): -12718061 or 1306685. OLE color: 1306685.
HSL color Cylindrical-coordinate representation of color #3DF013: hue angle of 108.6º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3DF013 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 240 | 19 | - |
| CMYK | 0.75 | 0 | 0.92 | 0.06 |
| HSL | 108.6º | 0.88% | 0.51% | - |
| HSV(B) | 108.6º | 0.92% | 0.94% | - |
| XYZ | 33.2 | 63.36 | 11.1 | - |
| YUV | 161.29 | 47.7 | 56.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 240 | 19 | 0.75 | 0 | 0.92 | 0.06 | 108.6 | 0.88 | 0.51 |
| Hex | 3D | F0 | 13 | 4B | 0 | 5C | 6 | 6D | 58 | 33 |
| Octal | 75 | 360 | 23 | 113 | 0 | 134 | 6 | 155 | 130 | 63 |
| Binary | 111101 | 11110000 | 10011 | 1001011 | 0 | 1011100 | 110 | 1101101 | 1011000 | 110011 |
Color Harmonies of #3DF013
Complementary color
Monochromatic Colors of #3DF013
Black with #3DF013
Text Example
Text Example
White with #3DF013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF013; }
p { color: rgb(61,240,19); }
H1.HeaderClassName
{
color: #3DF013;
}
.AnyTagClassName
{
color: #3DF013;
}
</style>
background-color css
<style>
a { background-color: #3DF013; }
a { background-color: rgb(61,240,19); }
div.DivClassName
{
background-color: #3DF013;
}
.BgClassName
{
background-color: #3DF013;
}
</style>
border-color css
<style>
span { border-color: #3DF013; }
span { border-color: rgb(61,240,19); }
td.TdClassName
{
border-color: #3DF013;
}
.TagClassName
{
border-color: #3DF013;
}
</style>