Shades of Harlequin #32F506
Tints of Harlequin #32F506
RGB
CMYK
RGB Variations
Color information
#32F506 (or 0x32F506) is known color: Harlequin. HEX triplet: 32, F5 and 06. RGB value is (50,245,6). Sum of RGB (Red+Green+Blue) = 50+245+6=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 245 (96.09% from 255 or 81.40% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 245 - color contains mainly: green. Hex color #32F506 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32F506 is #CD0AF9. Grayscale: #A0A0A0. Windows color (decimal): -13437690 or 455986. OLE color: 455986.
HSL color Cylindrical-coordinate representation of color #32F506: hue angle of 108.95º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32F506 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 245 | 6 | - |
| CMYK | 0.80 | 0 | 0.98 | 0.04 |
| HSL | 108.95º | 0.95% | 0.49% | - |
| HSV(B) | 108.95º | 0.98% | 0.96% | - |
| XYZ | 34 | 66 | 11.12 | - |
| YUV | 159.45 | 41.4 | 49.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 245 | 6 | 0.80 | 0 | 0.98 | 0.04 | 108.95 | 0.95 | 0.49 |
| Hex | 32 | F5 | 6 | 50 | 0 | 62 | 4 | 6D | 5F | 31 |
| Octal | 62 | 365 | 6 | 120 | 0 | 142 | 4 | 155 | 137 | 61 |
| Binary | 110010 | 11110101 | 110 | 1010000 | 0 | 1100010 | 100 | 1101101 | 1011111 | 110001 |
Color Harmonies of #32F506
Complementary color
Monochromatic Colors of #32F506
Black with #32F506
Text Example
Text Example
White with #32F506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F506; }
p { color: rgb(50,245,6); }
H1.HeaderClassName
{
color: #32F506;
}
.AnyTagClassName
{
color: #32F506;
}
</style>
background-color css
<style>
a { background-color: #32F506; }
a { background-color: rgb(50,245,6); }
div.DivClassName
{
background-color: #32F506;
}
.BgClassName
{
background-color: #32F506;
}
</style>
border-color css
<style>
span { border-color: #32F506; }
span { border-color: rgb(50,245,6); }
td.TdClassName
{
border-color: #32F506;
}
.TagClassName
{
border-color: #32F506;
}
</style>