Shades of Harlequin #3DF726
Tints of Harlequin #3DF726
RGB
CMYK
RGB Variations
Color information
#3DF726 (or 0x3DF726) is known color: Harlequin. HEX triplet: 3D, F7 and 26. RGB value is (61,247,38). Sum of RGB (Red+Green+Blue) = 61+247+38=346 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.63% from 346); Green value is 247 (96.88% from 255 or 71.39% from 346); Blue value is 38 (15.23% from 255 or 10.98% from 346); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF726 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF726 is #C208D9. Grayscale: #A8A8A8. Windows color (decimal): -12716250 or 2553661. OLE color: 2553661.
HSL color Cylindrical-coordinate representation of color #3DF726: hue angle of 113.4º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3DF726 is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 247 | 38 | - |
| CMYK | 0.75 | 0 | 0.85 | 0.03 |
| HSL | 113.4º | 0.93% | 0.56% | - |
| HSV(B) | 113.4º | 0.85% | 0.97% | - |
| XYZ | 35.54 | 67.65 | 13.02 | - |
| YUV | 167.56 | 54.88 | 51.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 247 | 38 | 0.75 | 0 | 0.85 | 0.03 | 113.4 | 0.93 | 0.56 |
| Hex | 3D | F7 | 26 | 4B | 0 | 55 | 3 | 71 | 5D | 38 |
| Octal | 75 | 367 | 46 | 113 | 0 | 125 | 3 | 161 | 135 | 70 |
| Binary | 111101 | 11110111 | 100110 | 1001011 | 0 | 1010101 | 11 | 1110001 | 1011101 | 111000 |
Color Harmonies of #3DF726
Complementary color
Monochromatic Colors of #3DF726
Black with #3DF726
Text Example
Text Example
White with #3DF726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF726; }
p { color: rgb(61,247,38); }
H1.HeaderClassName
{
color: #3DF726;
}
.AnyTagClassName
{
color: #3DF726;
}
</style>
background-color css
<style>
a { background-color: #3DF726; }
a { background-color: rgb(61,247,38); }
div.DivClassName
{
background-color: #3DF726;
}
.BgClassName
{
background-color: #3DF726;
}
</style>
border-color css
<style>
span { border-color: #3DF726; }
span { border-color: rgb(61,247,38); }
td.TdClassName
{
border-color: #3DF726;
}
.TagClassName
{
border-color: #3DF726;
}
</style>