Shades of Harlequin #3AF725
Tints of Harlequin #3AF725
RGB
CMYK
RGB Variations
Color information
#3AF725 (or 0x3AF725) is known color: Harlequin. HEX triplet: 3A, F7 and 25. RGB value is (58,247,37). Sum of RGB (Red+Green+Blue) = 58+247+37=342 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.96% from 342); Green value is 247 (96.88% from 255 or 72.22% from 342); Blue value is 37 (14.84% from 255 or 10.82% from 342); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF725 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF725 is #C508DA. Grayscale: #A7A7A7. Windows color (decimal): -12912859 or 2488122. OLE color: 2488122.
HSL color Cylindrical-coordinate representation of color #3AF725: hue angle of 114º 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 #3AF725 is Cyan = 0.77, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 247 | 37 | - |
| CMYK | 0.77 | 0 | 0.85 | 0.03 |
| HSL | 114º | 0.93% | 0.56% | - |
| HSV(B) | 114º | 0.85% | 0.97% | - |
| XYZ | 35.34 | 67.55 | 12.93 | - |
| YUV | 166.55 | 54.88 | 50.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 247 | 37 | 0.77 | 0 | 0.85 | 0.03 | 114 | 0.93 | 0.56 |
| Hex | 3A | F7 | 25 | 4D | 0 | 55 | 3 | 72 | 5D | 38 |
| Octal | 72 | 367 | 45 | 115 | 0 | 125 | 3 | 162 | 135 | 70 |
| Binary | 111010 | 11110111 | 100101 | 1001101 | 0 | 1010101 | 11 | 1110010 | 1011101 | 111000 |
Color Harmonies of #3AF725
Complementary color
Monochromatic Colors of #3AF725
Black with #3AF725
Text Example
Text Example
White with #3AF725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF725; }
p { color: rgb(58,247,37); }
H1.HeaderClassName
{
color: #3AF725;
}
.AnyTagClassName
{
color: #3AF725;
}
</style>
background-color css
<style>
a { background-color: #3AF725; }
a { background-color: rgb(58,247,37); }
div.DivClassName
{
background-color: #3AF725;
}
.BgClassName
{
background-color: #3AF725;
}
</style>
border-color css
<style>
span { border-color: #3AF725; }
span { border-color: rgb(58,247,37); }
td.TdClassName
{
border-color: #3AF725;
}
.TagClassName
{
border-color: #3AF725;
}
</style>