Shades of Harlequin #3DF725
Tints of Harlequin #3DF725
RGB
CMYK
RGB Variations
Color information
#3DF725 (or 0x3DF725) is known color: Harlequin. HEX triplet: 3D, F7 and 25. RGB value is (61,247,37). Sum of RGB (Red+Green+Blue) = 61+247+37=345 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.68% from 345); Green value is 247 (96.88% from 255 or 71.59% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF725 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF725 is #C208DA. Grayscale: #A8A8A8. Windows color (decimal): -12716251 or 2488125. OLE color: 2488125.
HSL color Cylindrical-coordinate representation of color #3DF725: hue angle of 113.14º 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 #3DF725 is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 247 | 37 | - |
| CMYK | 0.75 | 0 | 0.85 | 0.03 |
| HSL | 113.14º | 0.93% | 0.56% | - |
| HSV(B) | 113.14º | 0.85% | 0.97% | - |
| XYZ | 35.52 | 67.65 | 12.94 | - |
| YUV | 167.45 | 54.38 | 52.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 247 | 37 | 0.75 | 0 | 0.85 | 0.03 | 113.14 | 0.93 | 0.56 |
| Hex | 3D | F7 | 25 | 4B | 0 | 55 | 3 | 71 | 5D | 38 |
| Octal | 75 | 367 | 45 | 113 | 0 | 125 | 3 | 161 | 135 | 70 |
| Binary | 111101 | 11110111 | 100101 | 1001011 | 0 | 1010101 | 11 | 1110001 | 1011101 | 111000 |
Color Harmonies of #3DF725
Complementary color
Monochromatic Colors of #3DF725
Black with #3DF725
Text Example
Text Example
White with #3DF725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF725; }
p { color: rgb(61,247,37); }
H1.HeaderClassName
{
color: #3DF725;
}
.AnyTagClassName
{
color: #3DF725;
}
</style>
background-color css
<style>
a { background-color: #3DF725; }
a { background-color: rgb(61,247,37); }
div.DivClassName
{
background-color: #3DF725;
}
.BgClassName
{
background-color: #3DF725;
}
</style>
border-color css
<style>
span { border-color: #3DF725; }
span { border-color: rgb(61,247,37); }
td.TdClassName
{
border-color: #3DF725;
}
.TagClassName
{
border-color: #3DF725;
}
</style>