Shades of Harlequin #32F825
Tints of Harlequin #32F825
RGB
CMYK
RGB Variations
Color information
#32F825 (or 0x32F825) is known color: Harlequin. HEX triplet: 32, F8 and 25. RGB value is (50,248,37). Sum of RGB (Red+Green+Blue) = 50+248+37=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 248 (97.27% from 255 or 74.03% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 248 - color contains mainly: green. Hex color #32F825 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F825 is #CD07DA. Grayscale: #A5A5A5. Windows color (decimal): -13436891 or 2488370. OLE color: 2488370.
HSL color Cylindrical-coordinate representation of color #32F825: hue angle of 116.3º degrees, saturation: 0.94, 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 #32F825 is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 248 | 37 | - |
| CMYK | 0.80 | 0 | 0.85 | 0.03 |
| HSL | 116.3º | 0.94% | 0.56% | - |
| HSV(B) | 116.3º | 0.85% | 0.97% | - |
| XYZ | 35.22 | 67.95 | 13.01 | - |
| YUV | 164.74 | 55.9 | 46.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 248 | 37 | 0.80 | 0 | 0.85 | 0.03 | 116.3 | 0.94 | 0.56 |
| Hex | 32 | F8 | 25 | 50 | 0 | 55 | 3 | 74 | 5E | 38 |
| Octal | 62 | 370 | 45 | 120 | 0 | 125 | 3 | 164 | 136 | 70 |
| Binary | 110010 | 11111000 | 100101 | 1010000 | 0 | 1010101 | 11 | 1110100 | 1011110 | 111000 |
Color Harmonies of #32F825
Complementary color
Monochromatic Colors of #32F825
Black with #32F825
Text Example
Text Example
White with #32F825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F825; }
p { color: rgb(50,248,37); }
H1.HeaderClassName
{
color: #32F825;
}
.AnyTagClassName
{
color: #32F825;
}
</style>
background-color css
<style>
a { background-color: #32F825; }
a { background-color: rgb(50,248,37); }
div.DivClassName
{
background-color: #32F825;
}
.BgClassName
{
background-color: #32F825;
}
</style>
border-color css
<style>
span { border-color: #32F825; }
span { border-color: rgb(50,248,37); }
td.TdClassName
{
border-color: #32F825;
}
.TagClassName
{
border-color: #32F825;
}
</style>