Shades of Harlequin #3DF115
Tints of Harlequin #3DF115
RGB
CMYK
RGB Variations
Color information
#3DF115 (or 0x3DF115) is known color: Harlequin. HEX triplet: 3D, F1 and 15. RGB value is (61,241,21). Sum of RGB (Red+Green+Blue) = 61+241+21=323 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.89% from 323); Green value is 241 (94.53% from 255 or 74.61% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 241 - color contains mainly: green. Hex color #3DF115 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF115 is #C20EEA. Grayscale: #A2A2A2. Windows color (decimal): -12717803 or 1438013. OLE color: 1438013.
HSL color Cylindrical-coordinate representation of color #3DF115: hue angle of 109.09º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3DF115 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 241 | 21 | - |
| CMYK | 0.75 | 0 | 0.91 | 0.05 |
| HSL | 109.09º | 0.89% | 0.51% | - |
| HSV(B) | 109.09º | 0.91% | 0.95% | - |
| XYZ | 33.52 | 63.96 | 11.29 | - |
| YUV | 162.1 | 48.37 | 55.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 241 | 21 | 0.75 | 0 | 0.91 | 0.05 | 109.09 | 0.89 | 0.51 |
| Hex | 3D | F1 | 15 | 4B | 0 | 5B | 5 | 6D | 59 | 33 |
| Octal | 75 | 361 | 25 | 113 | 0 | 133 | 5 | 155 | 131 | 63 |
| Binary | 111101 | 11110001 | 10101 | 1001011 | 0 | 1011011 | 101 | 1101101 | 1011001 | 110011 |
Color Harmonies of #3DF115
Complementary color
Monochromatic Colors of #3DF115
Black with #3DF115
Text Example
Text Example
White with #3DF115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF115; }
p { color: rgb(61,241,21); }
H1.HeaderClassName
{
color: #3DF115;
}
.AnyTagClassName
{
color: #3DF115;
}
</style>
background-color css
<style>
a { background-color: #3DF115; }
a { background-color: rgb(61,241,21); }
div.DivClassName
{
background-color: #3DF115;
}
.BgClassName
{
background-color: #3DF115;
}
</style>
border-color css
<style>
span { border-color: #3DF115; }
span { border-color: rgb(61,241,21); }
td.TdClassName
{
border-color: #3DF115;
}
.TagClassName
{
border-color: #3DF115;
}
</style>