Shades of Harlequin #3DF813
Tints of Harlequin #3DF813
RGB
CMYK
RGB Variations
Color information
#3DF813 (or 0x3DF813) is known color: Harlequin. HEX triplet: 3D, F8 and 13. RGB value is (61,248,19). Sum of RGB (Red+Green+Blue) = 61+248+19=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 248 (97.27% from 255 or 75.61% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF813 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF813 is #C207EC. Grayscale: #A6A6A6. Windows color (decimal): -12716013 or 1308733. OLE color: 1308733.
HSL color Cylindrical-coordinate representation of color #3DF813: hue angle of 109º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3DF813 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 248 | 19 | - |
| CMYK | 0.75 | 0 | 0.92 | 0.03 |
| HSL | 109º | 0.94% | 0.52% | - |
| HSV(B) | 109º | 0.92% | 0.97% | - |
| XYZ | 35.61 | 68.17 | 11.9 | - |
| YUV | 165.98 | 45.05 | 53.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 248 | 19 | 0.75 | 0 | 0.92 | 0.03 | 109 | 0.94 | 0.52 |
| Hex | 3D | F8 | 13 | 4B | 0 | 5C | 3 | 6D | 5E | 34 |
| Octal | 75 | 370 | 23 | 113 | 0 | 134 | 3 | 155 | 136 | 64 |
| Binary | 111101 | 11111000 | 10011 | 1001011 | 0 | 1011100 | 11 | 1101101 | 1011110 | 110100 |
Color Harmonies of #3DF813
Complementary color
Monochromatic Colors of #3DF813
Black with #3DF813
Text Example
Text Example
White with #3DF813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF813; }
p { color: rgb(61,248,19); }
H1.HeaderClassName
{
color: #3DF813;
}
.AnyTagClassName
{
color: #3DF813;
}
</style>
background-color css
<style>
a { background-color: #3DF813; }
a { background-color: rgb(61,248,19); }
div.DivClassName
{
background-color: #3DF813;
}
.BgClassName
{
background-color: #3DF813;
}
</style>
border-color css
<style>
span { border-color: #3DF813; }
span { border-color: rgb(61,248,19); }
td.TdClassName
{
border-color: #3DF813;
}
.TagClassName
{
border-color: #3DF813;
}
</style>