Shades of Harlequin #32EB03
Tints of Harlequin #32EB03
RGB
CMYK
RGB Variations
Color information
#32EB03 (or 0x32EB03) is known color: Harlequin. HEX triplet: 32, EB and 03. RGB value is (50,235,3). Sum of RGB (Red+Green+Blue) = 50+235+3=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 235 (92.19% from 255 or 81.60% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 235 - color contains mainly: green. Hex color #32EB03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32EB03 is #CD14FC. Grayscale: #999999. Windows color (decimal): -13440253 or 256818. OLE color: 256818.
HSL color Cylindrical-coordinate representation of color #32EB03: hue angle of 107.84º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #32EB03 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 235 | 3 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.08 |
| HSL | 107.84º | 0.97% | 0.47% | - |
| HSV(B) | 107.84º | 0.99% | 0.92% | - |
| XYZ | 31.04 | 60.1 | 10.05 | - |
| YUV | 153.24 | 43.21 | 54.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 235 | 3 | 0.79 | 0 | 0.99 | 0.08 | 107.84 | 0.97 | 0.47 |
| Hex | 32 | EB | 3 | 4F | 0 | 63 | 8 | 6C | 61 | 2F |
| Octal | 62 | 353 | 3 | 117 | 0 | 143 | 10 | 154 | 141 | 57 |
| Binary | 110010 | 11101011 | 11 | 1001111 | 0 | 1100011 | 1000 | 1101100 | 1100001 | 101111 |
Color Harmonies of #32EB03
Complementary color
Monochromatic Colors of #32EB03
Black with #32EB03
Text Example
Text Example
White with #32EB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EB03; }
p { color: rgb(50,235,3); }
H1.HeaderClassName
{
color: #32EB03;
}
.AnyTagClassName
{
color: #32EB03;
}
</style>
background-color css
<style>
a { background-color: #32EB03; }
a { background-color: rgb(50,235,3); }
div.DivClassName
{
background-color: #32EB03;
}
.BgClassName
{
background-color: #32EB03;
}
</style>
border-color css
<style>
span { border-color: #32EB03; }
span { border-color: rgb(50,235,3); }
td.TdClassName
{
border-color: #32EB03;
}
.TagClassName
{
border-color: #32EB03;
}
</style>