Shades of Harlequin #3DF71A
Tints of Harlequin #3DF71A
RGB
CMYK
RGB Variations
Color information
#3DF71A (or 0x3DF71A) is known color: Harlequin. HEX triplet: 3D, F7 and 1A. RGB value is (61,247,26). Sum of RGB (Red+Green+Blue) = 61+247+26=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 247 (96.88% from 255 or 73.95% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF71A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF71A is #C208E5. Grayscale: #A6A6A6. Windows color (decimal): -12716262 or 1767229. OLE color: 1767229.
HSL color Cylindrical-coordinate representation of color #3DF71A: hue angle of 110.5º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3DF71A is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 247 | 26 | - |
| CMYK | 0.75 | 0 | 0.89 | 0.03 |
| HSL | 110.5º | 0.93% | 0.54% | - |
| HSV(B) | 110.5º | 0.89% | 0.97% | - |
| XYZ | 35.37 | 67.59 | 12.16 | - |
| YUV | 166.19 | 48.88 | 52.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 247 | 26 | 0.75 | 0 | 0.89 | 0.03 | 110.5 | 0.93 | 0.54 |
| Hex | 3D | F7 | 1A | 4B | 0 | 59 | 3 | 6E | 5D | 36 |
| Octal | 75 | 367 | 32 | 113 | 0 | 131 | 3 | 156 | 135 | 66 |
| Binary | 111101 | 11110111 | 11010 | 1001011 | 0 | 1011001 | 11 | 1101110 | 1011101 | 110110 |
Color Harmonies of #3DF71A
Complementary color
Monochromatic Colors of #3DF71A
Black with #3DF71A
Text Example
Text Example
White with #3DF71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF71A; }
p { color: rgb(61,247,26); }
H1.HeaderClassName
{
color: #3DF71A;
}
.AnyTagClassName
{
color: #3DF71A;
}
</style>
background-color css
<style>
a { background-color: #3DF71A; }
a { background-color: rgb(61,247,26); }
div.DivClassName
{
background-color: #3DF71A;
}
.BgClassName
{
background-color: #3DF71A;
}
</style>
border-color css
<style>
span { border-color: #3DF71A; }
span { border-color: rgb(61,247,26); }
td.TdClassName
{
border-color: #3DF71A;
}
.TagClassName
{
border-color: #3DF71A;
}
</style>