Shades of Harlequin #3DFD18
Tints of Harlequin #3DFD18
RGB
CMYK
RGB Variations
Color information
#3DFD18 (or 0x3DFD18) is known color: Harlequin. HEX triplet: 3D, FD and 18. RGB value is (61,253,24). Sum of RGB (Red+Green+Blue) = 61+253+24=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 253 (99.22% from 255 or 74.85% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 253 - color contains mainly: green. Hex color #3DFD18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DFD18 is #C202E7. Grayscale: #AAAAAA. Windows color (decimal): -12714728 or 1637693. OLE color: 1637693.
HSL color Cylindrical-coordinate representation of color #3DFD18: hue angle of 110.31º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3DFD18 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 253 | 24 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.01 |
| HSL | 110.31º | 0.98% | 0.54% | - |
| HSV(B) | 110.31º | 0.91% | 0.99% | - |
| XYZ | 37.21 | 71.31 | 12.67 | - |
| YUV | 169.49 | 45.89 | 50.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 253 | 24 | 0.76 | 0 | 0.91 | 0.01 | 110.31 | 0.98 | 0.54 |
| Hex | 3D | FD | 18 | 4C | 0 | 5B | 1 | 6E | 62 | 36 |
| Octal | 75 | 375 | 30 | 114 | 0 | 133 | 1 | 156 | 142 | 66 |
| Binary | 111101 | 11111101 | 11000 | 1001100 | 0 | 1011011 | 1 | 1101110 | 1100010 | 110110 |
Color Harmonies of #3DFD18
Complementary color
Monochromatic Colors of #3DFD18
Black with #3DFD18
Text Example
Text Example
White with #3DFD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFD18; }
p { color: rgb(61,253,24); }
H1.HeaderClassName
{
color: #3DFD18;
}
.AnyTagClassName
{
color: #3DFD18;
}
</style>
background-color css
<style>
a { background-color: #3DFD18; }
a { background-color: rgb(61,253,24); }
div.DivClassName
{
background-color: #3DFD18;
}
.BgClassName
{
background-color: #3DFD18;
}
</style>
border-color css
<style>
span { border-color: #3DFD18; }
span { border-color: rgb(61,253,24); }
td.TdClassName
{
border-color: #3DFD18;
}
.TagClassName
{
border-color: #3DFD18;
}
</style>