Shades of Harlequin #3DF71E
Tints of Harlequin #3DF71E
RGB
CMYK
RGB Variations
Color information
#3DF71E (or 0x3DF71E) is known color: Harlequin. HEX triplet: 3D, F7 and 1E. RGB value is (61,247,30). Sum of RGB (Red+Green+Blue) = 61+247+30=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 247 (96.88% from 255 or 73.08% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF71E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF71E is #C208E1. Grayscale: #A7A7A7. Windows color (decimal): -12716258 or 2029373. OLE color: 2029373.
HSL color Cylindrical-coordinate representation of color #3DF71E: hue angle of 111.43º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3DF71E is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 247 | 30 | - |
| CMYK | 0.75 | 0 | 0.88 | 0.03 |
| HSL | 111.43º | 0.93% | 0.54% | - |
| HSV(B) | 111.43º | 0.88% | 0.97% | - |
| XYZ | 35.42 | 67.61 | 12.41 | - |
| YUV | 166.65 | 50.88 | 52.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 247 | 30 | 0.75 | 0 | 0.88 | 0.03 | 111.43 | 0.93 | 0.54 |
| Hex | 3D | F7 | 1E | 4B | 0 | 58 | 3 | 6F | 5D | 36 |
| Octal | 75 | 367 | 36 | 113 | 0 | 130 | 3 | 157 | 135 | 66 |
| Binary | 111101 | 11110111 | 11110 | 1001011 | 0 | 1011000 | 11 | 1101111 | 1011101 | 110110 |
Color Harmonies of #3DF71E
Complementary color
Monochromatic Colors of #3DF71E
Black with #3DF71E
Text Example
Text Example
White with #3DF71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF71E; }
p { color: rgb(61,247,30); }
H1.HeaderClassName
{
color: #3DF71E;
}
.AnyTagClassName
{
color: #3DF71E;
}
</style>
background-color css
<style>
a { background-color: #3DF71E; }
a { background-color: rgb(61,247,30); }
div.DivClassName
{
background-color: #3DF71E;
}
.BgClassName
{
background-color: #3DF71E;
}
</style>
border-color css
<style>
span { border-color: #3DF71E; }
span { border-color: rgb(61,247,30); }
td.TdClassName
{
border-color: #3DF71E;
}
.TagClassName
{
border-color: #3DF71E;
}
</style>