Shades of Harlequin #3DF114
Tints of Harlequin #3DF114
RGB
CMYK
RGB Variations
Color information
#3DF114 (or 0x3DF114) is known color: Harlequin. HEX triplet: 3D, F1 and 14. RGB value is (61,241,20). Sum of RGB (Red+Green+Blue) = 61+241+20=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 241 (94.53% from 255 or 74.84% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 241 - color contains mainly: green. Hex color #3DF114 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF114 is #C20EEB. Grayscale: #A2A2A2. Windows color (decimal): -12717804 or 1372477. OLE color: 1372477.
HSL color Cylindrical-coordinate representation of color #3DF114: hue angle of 108.87º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3DF114 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 241 | 20 | - |
| CMYK | 0.75 | 0 | 0.92 | 0.05 |
| HSL | 108.87º | 0.89% | 0.51% | - |
| HSV(B) | 108.87º | 0.92% | 0.95% | - |
| XYZ | 33.51 | 63.95 | 11.24 | - |
| YUV | 161.99 | 47.87 | 55.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 241 | 20 | 0.75 | 0 | 0.92 | 0.05 | 108.87 | 0.89 | 0.51 |
| Hex | 3D | F1 | 14 | 4B | 0 | 5C | 5 | 6D | 59 | 33 |
| Octal | 75 | 361 | 24 | 113 | 0 | 134 | 5 | 155 | 131 | 63 |
| Binary | 111101 | 11110001 | 10100 | 1001011 | 0 | 1011100 | 101 | 1101101 | 1011001 | 110011 |
Color Harmonies of #3DF114
Complementary color
Monochromatic Colors of #3DF114
Black with #3DF114
Text Example
Text Example
White with #3DF114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF114; }
p { color: rgb(61,241,20); }
H1.HeaderClassName
{
color: #3DF114;
}
.AnyTagClassName
{
color: #3DF114;
}
</style>
background-color css
<style>
a { background-color: #3DF114; }
a { background-color: rgb(61,241,20); }
div.DivClassName
{
background-color: #3DF114;
}
.BgClassName
{
background-color: #3DF114;
}
</style>
border-color css
<style>
span { border-color: #3DF114; }
span { border-color: rgb(61,241,20); }
td.TdClassName
{
border-color: #3DF114;
}
.TagClassName
{
border-color: #3DF114;
}
</style>