Shades of Harlequin #3BF725
Tints of Harlequin #3BF725
RGB
CMYK
RGB Variations
Color information
#3BF725 (or 0x3BF725) is known color: Harlequin. HEX triplet: 3B, F7 and 25. RGB value is (59,247,37). Sum of RGB (Red+Green+Blue) = 59+247+37=343 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.20% from 343); Green value is 247 (96.88% from 255 or 72.01% from 343); Blue value is 37 (14.84% from 255 or 10.79% from 343); Max value from RGB is 247 - color contains mainly: green. Hex color #3BF725 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3BF725 is #C408DA. Grayscale: #A7A7A7. Windows color (decimal): -12847323 or 2488123. OLE color: 2488123.
HSL color Cylindrical-coordinate representation of color #3BF725: hue angle of 113.71º 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 #3BF725 is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 59 | 247 | 37 | - |
| CMYK | 0.76 | 0 | 0.85 | 0.03 |
| HSL | 113.71º | 0.93% | 0.56% | - |
| HSV(B) | 113.71º | 0.85% | 0.97% | - |
| XYZ | 35.4 | 67.58 | 12.93 | - |
| YUV | 166.85 | 54.72 | 51.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 247 | 37 | 0.76 | 0 | 0.85 | 0.03 | 113.71 | 0.93 | 0.56 |
| Hex | 3B | F7 | 25 | 4C | 0 | 55 | 3 | 72 | 5D | 38 |
| Octal | 73 | 367 | 45 | 114 | 0 | 125 | 3 | 162 | 135 | 70 |
| Binary | 111011 | 11110111 | 100101 | 1001100 | 0 | 1010101 | 11 | 1110010 | 1011101 | 111000 |
Color Harmonies of #3BF725
Complementary color
Monochromatic Colors of #3BF725
Black with #3BF725
Text Example
Text Example
White with #3BF725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF725; }
p { color: rgb(59,247,37); }
H1.HeaderClassName
{
color: #3BF725;
}
.AnyTagClassName
{
color: #3BF725;
}
</style>
background-color css
<style>
a { background-color: #3BF725; }
a { background-color: rgb(59,247,37); }
div.DivClassName
{
background-color: #3BF725;
}
.BgClassName
{
background-color: #3BF725;
}
</style>
border-color css
<style>
span { border-color: #3BF725; }
span { border-color: rgb(59,247,37); }
td.TdClassName
{
border-color: #3BF725;
}
.TagClassName
{
border-color: #3BF725;
}
</style>