Shades of Harlequin #3DF918
Tints of Harlequin #3DF918
RGB
CMYK
RGB Variations
Color information
#3DF918 (or 0x3DF918) is known color: Harlequin. HEX triplet: 3D, F9 and 18. RGB value is (61,249,24). Sum of RGB (Red+Green+Blue) = 61+249+24=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 249 (97.66% from 255 or 74.55% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 249 - color contains mainly: green. Hex color #3DF918 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF918 is #C206E7. Grayscale: #A7A7A7. Windows color (decimal): -12715752 or 1636669. OLE color: 1636669.
HSL color Cylindrical-coordinate representation of color #3DF918: hue angle of 110.13º degrees, saturation: 0.95, 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 #3DF918 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 249 | 24 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.02 |
| HSL | 110.13º | 0.95% | 0.54% | - |
| HSV(B) | 110.13º | 0.9% | 0.98% | - |
| XYZ | 35.97 | 68.81 | 12.25 | - |
| YUV | 167.14 | 47.22 | 52.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 249 | 24 | 0.76 | 0 | 0.90 | 0.02 | 110.13 | 0.95 | 0.54 |
| Hex | 3D | F9 | 18 | 4C | 0 | 5A | 2 | 6E | 5F | 36 |
| Octal | 75 | 371 | 30 | 114 | 0 | 132 | 2 | 156 | 137 | 66 |
| Binary | 111101 | 11111001 | 11000 | 1001100 | 0 | 1011010 | 10 | 1101110 | 1011111 | 110110 |
Color Harmonies of #3DF918
Complementary color
Monochromatic Colors of #3DF918
Black with #3DF918
Text Example
Text Example
White with #3DF918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF918; }
p { color: rgb(61,249,24); }
H1.HeaderClassName
{
color: #3DF918;
}
.AnyTagClassName
{
color: #3DF918;
}
</style>
background-color css
<style>
a { background-color: #3DF918; }
a { background-color: rgb(61,249,24); }
div.DivClassName
{
background-color: #3DF918;
}
.BgClassName
{
background-color: #3DF918;
}
</style>
border-color css
<style>
span { border-color: #3DF918; }
span { border-color: rgb(61,249,24); }
td.TdClassName
{
border-color: #3DF918;
}
.TagClassName
{
border-color: #3DF918;
}
</style>