Shades of Harlequin #3DFE13
Tints of Harlequin #3DFE13
RGB
CMYK
RGB Variations
Color information
#3DFE13 (or 0x3DFE13) is known color: Harlequin. HEX triplet: 3D, FE and 13. RGB value is (61,254,19). Sum of RGB (Red+Green+Blue) = 61+254+19=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 254 (99.61% from 255 or 76.05% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 254 - color contains mainly: green. Hex color #3DFE13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DFE13 is #C201EC. Grayscale: #AAAAAA. Windows color (decimal): -12714477 or 1310269. OLE color: 1310269.
HSL color Cylindrical-coordinate representation of color #3DFE13: hue angle of 109.28º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3DFE13 is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 254 | 19 | - |
| CMYK | 0.76 | 0 | 0.93 | 0.00 |
| HSL | 109.28º | 0.99% | 0.54% | - |
| HSV(B) | 109.28º | 0.93% | 1% | - |
| XYZ | 37.48 | 71.92 | 12.52 | - |
| YUV | 169.5 | 43.06 | 50.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 254 | 19 | 0.76 | 0 | 0.93 | 0.00 | 109.28 | 0.99 | 0.54 |
| Hex | 3D | FE | 13 | 4C | 0 | 5D | 0 | 6D | 63 | 36 |
| Octal | 75 | 376 | 23 | 114 | 0 | 135 | 0 | 155 | 143 | 66 |
| Binary | 111101 | 11111110 | 10011 | 1001100 | 0 | 1011101 | 0 | 1101101 | 1100011 | 110110 |
Color Harmonies of #3DFE13
Complementary color
Monochromatic Colors of #3DFE13
Black with #3DFE13
Text Example
Text Example
White with #3DFE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFE13; }
p { color: rgb(61,254,19); }
H1.HeaderClassName
{
color: #3DFE13;
}
.AnyTagClassName
{
color: #3DFE13;
}
</style>
background-color css
<style>
a { background-color: #3DFE13; }
a { background-color: rgb(61,254,19); }
div.DivClassName
{
background-color: #3DFE13;
}
.BgClassName
{
background-color: #3DFE13;
}
</style>
border-color css
<style>
span { border-color: #3DFE13; }
span { border-color: rgb(61,254,19); }
td.TdClassName
{
border-color: #3DFE13;
}
.TagClassName
{
border-color: #3DFE13;
}
</style>