Shades of Harlequin #3DFB19
Tints of Harlequin #3DFB19
RGB
CMYK
RGB Variations
Color information
#3DFB19 (or 0x3DFB19) is known color: Harlequin. HEX triplet: 3D, FB and 19. RGB value is (61,251,25). Sum of RGB (Red+Green+Blue) = 61+251+25=337 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.10% from 337); Green value is 251 (98.44% from 255 or 74.48% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 251 - color contains mainly: green. Hex color #3DFB19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DFB19 is #C204E6. Grayscale: #A9A9A9. Windows color (decimal): -12715239 or 1702717. OLE color: 1702717.
HSL color Cylindrical-coordinate representation of color #3DFB19: hue angle of 110.44º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3DFB19 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 251 | 25 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.02 |
| HSL | 110.44º | 0.97% | 0.54% | - |
| HSV(B) | 110.44º | 0.9% | 0.98% | - |
| XYZ | 36.6 | 70.06 | 12.51 | - |
| YUV | 168.43 | 47.05 | 51.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 251 | 25 | 0.76 | 0 | 0.90 | 0.02 | 110.44 | 0.97 | 0.54 |
| Hex | 3D | FB | 19 | 4C | 0 | 5A | 2 | 6E | 61 | 36 |
| Octal | 75 | 373 | 31 | 114 | 0 | 132 | 2 | 156 | 141 | 66 |
| Binary | 111101 | 11111011 | 11001 | 1001100 | 0 | 1011010 | 10 | 1101110 | 1100001 | 110110 |
Color Harmonies of #3DFB19
Complementary color
Monochromatic Colors of #3DFB19
Black with #3DFB19
Text Example
Text Example
White with #3DFB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFB19; }
p { color: rgb(61,251,25); }
H1.HeaderClassName
{
color: #3DFB19;
}
.AnyTagClassName
{
color: #3DFB19;
}
</style>
background-color css
<style>
a { background-color: #3DFB19; }
a { background-color: rgb(61,251,25); }
div.DivClassName
{
background-color: #3DFB19;
}
.BgClassName
{
background-color: #3DFB19;
}
</style>
border-color css
<style>
span { border-color: #3DFB19; }
span { border-color: rgb(61,251,25); }
td.TdClassName
{
border-color: #3DFB19;
}
.TagClassName
{
border-color: #3DFB19;
}
</style>