Shades of Harlequin #3DFB15
Tints of Harlequin #3DFB15
RGB
CMYK
RGB Variations
Color information
#3DFB15 (or 0x3DFB15) is known color: Harlequin. HEX triplet: 3D, FB and 15. RGB value is (61,251,21). Sum of RGB (Red+Green+Blue) = 61+251+21=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 251 (98.44% from 255 or 75.38% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 251 - color contains mainly: green. Hex color #3DFB15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DFB15 is #C204EA. Grayscale: #A8A8A8. Windows color (decimal): -12715243 or 1440573. OLE color: 1440573.
HSL color Cylindrical-coordinate representation of color #3DFB15: hue angle of 109.57º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3DFB15 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 251 | 21 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.02 |
| HSL | 109.57º | 0.97% | 0.53% | - |
| HSV(B) | 109.57º | 0.92% | 0.98% | - |
| XYZ | 36.56 | 70.04 | 12.3 | - |
| YUV | 167.97 | 45.05 | 51.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 251 | 21 | 0.76 | 0 | 0.92 | 0.02 | 109.57 | 0.97 | 0.53 |
| Hex | 3D | FB | 15 | 4C | 0 | 5C | 2 | 6E | 61 | 35 |
| Octal | 75 | 373 | 25 | 114 | 0 | 134 | 2 | 156 | 141 | 65 |
| Binary | 111101 | 11111011 | 10101 | 1001100 | 0 | 1011100 | 10 | 1101110 | 1100001 | 110101 |
Color Harmonies of #3DFB15
Complementary color
Monochromatic Colors of #3DFB15
Black with #3DFB15
Text Example
Text Example
White with #3DFB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFB15; }
p { color: rgb(61,251,21); }
H1.HeaderClassName
{
color: #3DFB15;
}
.AnyTagClassName
{
color: #3DFB15;
}
</style>
background-color css
<style>
a { background-color: #3DFB15; }
a { background-color: rgb(61,251,21); }
div.DivClassName
{
background-color: #3DFB15;
}
.BgClassName
{
background-color: #3DFB15;
}
</style>
border-color css
<style>
span { border-color: #3DFB15; }
span { border-color: rgb(61,251,21); }
td.TdClassName
{
border-color: #3DFB15;
}
.TagClassName
{
border-color: #3DFB15;
}
</style>