Shades of Harlequin #32FD1B
Tints of Harlequin #32FD1B
RGB
CMYK
RGB Variations
Color information
#32FD1B (or 0x32FD1B) is known color: Harlequin. HEX triplet: 32, FD and 1B. RGB value is (50,253,27). Sum of RGB (Red+Green+Blue) = 50+253+27=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 253 (99.22% from 255 or 76.67% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 253 - color contains mainly: green. Hex color #32FD1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FD1B is #CD02E4. Grayscale: #A7A7A7. Windows color (decimal): -13435621 or 1834290. OLE color: 1834290.
HSL color Cylindrical-coordinate representation of color #32FD1B: hue angle of 113.89º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #32FD1B is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 253 | 27 | - |
| CMYK | 0.80 | 0 | 0.89 | 0.01 |
| HSL | 113.89º | 0.98% | 0.55% | - |
| HSV(B) | 113.89º | 0.89% | 0.99% | - |
| XYZ | 36.64 | 71.01 | 12.81 | - |
| YUV | 166.54 | 49.25 | 44.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 253 | 27 | 0.80 | 0 | 0.89 | 0.01 | 113.89 | 0.98 | 0.55 |
| Hex | 32 | FD | 1B | 50 | 0 | 59 | 1 | 72 | 62 | 37 |
| Octal | 62 | 375 | 33 | 120 | 0 | 131 | 1 | 162 | 142 | 67 |
| Binary | 110010 | 11111101 | 11011 | 1010000 | 0 | 1011001 | 1 | 1110010 | 1100010 | 110111 |
Color Harmonies of #32FD1B
Complementary color
Monochromatic Colors of #32FD1B
Black with #32FD1B
Text Example
Text Example
White with #32FD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FD1B; }
p { color: rgb(50,253,27); }
H1.HeaderClassName
{
color: #32FD1B;
}
.AnyTagClassName
{
color: #32FD1B;
}
</style>
background-color css
<style>
a { background-color: #32FD1B; }
a { background-color: rgb(50,253,27); }
div.DivClassName
{
background-color: #32FD1B;
}
.BgClassName
{
background-color: #32FD1B;
}
</style>
border-color css
<style>
span { border-color: #32FD1B; }
span { border-color: rgb(50,253,27); }
td.TdClassName
{
border-color: #32FD1B;
}
.TagClassName
{
border-color: #32FD1B;
}
</style>