Shades of Harlequin #3DF818
Tints of Harlequin #3DF818
RGB
CMYK
RGB Variations
Color information
#3DF818 (or 0x3DF818) is known color: Harlequin. HEX triplet: 3D, F8 and 18. RGB value is (61,248,24). Sum of RGB (Red+Green+Blue) = 61+248+24=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 248 (97.27% from 255 or 74.47% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF818 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF818 is #C207E7. Grayscale: #A7A7A7. Windows color (decimal): -12716008 or 1636413. OLE color: 1636413.
HSL color Cylindrical-coordinate representation of color #3DF818: hue angle of 110.09º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3DF818 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 248 | 24 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.03 |
| HSL | 110.09º | 0.94% | 0.53% | - |
| HSV(B) | 110.09º | 0.9% | 0.97% | - |
| XYZ | 35.66 | 68.19 | 12.15 | - |
| YUV | 166.55 | 47.55 | 52.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 248 | 24 | 0.75 | 0 | 0.90 | 0.03 | 110.09 | 0.94 | 0.53 |
| Hex | 3D | F8 | 18 | 4B | 0 | 5A | 3 | 6E | 5E | 35 |
| Octal | 75 | 370 | 30 | 113 | 0 | 132 | 3 | 156 | 136 | 65 |
| Binary | 111101 | 11111000 | 11000 | 1001011 | 0 | 1011010 | 11 | 1101110 | 1011110 | 110101 |
Color Harmonies of #3DF818
Complementary color
Monochromatic Colors of #3DF818
Black with #3DF818
Text Example
Text Example
White with #3DF818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF818; }
p { color: rgb(61,248,24); }
H1.HeaderClassName
{
color: #3DF818;
}
.AnyTagClassName
{
color: #3DF818;
}
</style>
background-color css
<style>
a { background-color: #3DF818; }
a { background-color: rgb(61,248,24); }
div.DivClassName
{
background-color: #3DF818;
}
.BgClassName
{
background-color: #3DF818;
}
</style>
border-color css
<style>
span { border-color: #3DF818; }
span { border-color: rgb(61,248,24); }
td.TdClassName
{
border-color: #3DF818;
}
.TagClassName
{
border-color: #3DF818;
}
</style>