Shades of Harlequin #3DF618
Tints of Harlequin #3DF618
RGB
CMYK
RGB Variations
Color information
#3DF618 (or 0x3DF618) is known color: Harlequin. HEX triplet: 3D, F6 and 18. RGB value is (61,246,24). Sum of RGB (Red+Green+Blue) = 61+246+24=331 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.43% from 331); Green value is 246 (96.48% from 255 or 74.32% from 331); Blue value is 24 (9.77% from 255 or 7.25% from 331); Max value from RGB is 246 - color contains mainly: green. Hex color #3DF618 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF618 is #C209E7. Grayscale: #A6A6A6. Windows color (decimal): -12716520 or 1635901. OLE color: 1635901.
HSL color Cylindrical-coordinate representation of color #3DF618: hue angle of 110º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3DF618 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 246 | 24 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.04 |
| HSL | 110º | 0.93% | 0.53% | - |
| HSV(B) | 110º | 0.9% | 0.96% | - |
| XYZ | 35.05 | 66.97 | 11.94 | - |
| YUV | 165.38 | 48.21 | 53.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 246 | 24 | 0.75 | 0 | 0.90 | 0.04 | 110 | 0.93 | 0.53 |
| Hex | 3D | F6 | 18 | 4B | 0 | 5A | 4 | 6E | 5C | 35 |
| Octal | 75 | 366 | 30 | 113 | 0 | 132 | 4 | 156 | 134 | 65 |
| Binary | 111101 | 11110110 | 11000 | 1001011 | 0 | 1011010 | 100 | 1101110 | 1011100 | 110101 |
Color Harmonies of #3DF618
Complementary color
Monochromatic Colors of #3DF618
Black with #3DF618
Text Example
Text Example
White with #3DF618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF618; }
p { color: rgb(61,246,24); }
H1.HeaderClassName
{
color: #3DF618;
}
.AnyTagClassName
{
color: #3DF618;
}
</style>
background-color css
<style>
a { background-color: #3DF618; }
a { background-color: rgb(61,246,24); }
div.DivClassName
{
background-color: #3DF618;
}
.BgClassName
{
background-color: #3DF618;
}
</style>
border-color css
<style>
span { border-color: #3DF618; }
span { border-color: rgb(61,246,24); }
td.TdClassName
{
border-color: #3DF618;
}
.TagClassName
{
border-color: #3DF618;
}
</style>