Shades of Harlequin #32F725
Tints of Harlequin #32F725
RGB
CMYK
RGB Variations
Color information
#32F725 (or 0x32F725) is known color: Harlequin. HEX triplet: 32, F7 and 25. RGB value is (50,247,37). Sum of RGB (Red+Green+Blue) = 50+247+37=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 247 (96.88% from 255 or 73.95% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 247 - color contains mainly: green. Hex color #32F725 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F725 is #CD08DA. Grayscale: #A4A4A4. Windows color (decimal): -13437147 or 2488114. OLE color: 2488114.
HSL color Cylindrical-coordinate representation of color #32F725: hue angle of 116.29º 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 #32F725 is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 247 | 37 | - |
| CMYK | 0.80 | 0 | 0.85 | 0.03 |
| HSL | 116.29º | 0.93% | 0.56% | - |
| HSV(B) | 116.29º | 0.85% | 0.97% | - |
| XYZ | 34.91 | 67.33 | 12.91 | - |
| YUV | 164.16 | 56.23 | 46.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 247 | 37 | 0.80 | 0 | 0.85 | 0.03 | 116.29 | 0.93 | 0.56 |
| Hex | 32 | F7 | 25 | 50 | 0 | 55 | 3 | 74 | 5D | 38 |
| Octal | 62 | 367 | 45 | 120 | 0 | 125 | 3 | 164 | 135 | 70 |
| Binary | 110010 | 11110111 | 100101 | 1010000 | 0 | 1010101 | 11 | 1110100 | 1011101 | 111000 |
Color Harmonies of #32F725
Complementary color
Monochromatic Colors of #32F725
Black with #32F725
Text Example
Text Example
White with #32F725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F725; }
p { color: rgb(50,247,37); }
H1.HeaderClassName
{
color: #32F725;
}
.AnyTagClassName
{
color: #32F725;
}
</style>
background-color css
<style>
a { background-color: #32F725; }
a { background-color: rgb(50,247,37); }
div.DivClassName
{
background-color: #32F725;
}
.BgClassName
{
background-color: #32F725;
}
</style>
border-color css
<style>
span { border-color: #32F725; }
span { border-color: rgb(50,247,37); }
td.TdClassName
{
border-color: #32F725;
}
.TagClassName
{
border-color: #32F725;
}
</style>