Shades of Harlequin #32F915
Tints of Harlequin #32F915
RGB
CMYK
RGB Variations
Color information
#32F915 (or 0x32F915) is known color: Harlequin. HEX triplet: 32, F9 and 15. RGB value is (50,249,21). Sum of RGB (Red+Green+Blue) = 50+249+21=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 249 (97.66% from 255 or 77.81% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 249 - color contains mainly: green. Hex color #32F915 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #32F915 is #CD06EA. Grayscale: #A4A4A4. Windows color (decimal): -13436651 or 1440050. OLE color: 1440050.
HSL color Cylindrical-coordinate representation of color #32F915: hue angle of 112.37º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #32F915 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 249 | 21 | - |
| CMYK | 0.80 | 0 | 0.92 | 0.02 |
| HSL | 112.37º | 0.95% | 0.53% | - |
| HSV(B) | 112.37º | 0.92% | 0.98% | - |
| XYZ | 35.33 | 68.48 | 12.07 | - |
| YUV | 163.51 | 47.57 | 47.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 249 | 21 | 0.80 | 0 | 0.92 | 0.02 | 112.37 | 0.95 | 0.53 |
| Hex | 32 | F9 | 15 | 50 | 0 | 5C | 2 | 70 | 5F | 35 |
| Octal | 62 | 371 | 25 | 120 | 0 | 134 | 2 | 160 | 137 | 65 |
| Binary | 110010 | 11111001 | 10101 | 1010000 | 0 | 1011100 | 10 | 1110000 | 1011111 | 110101 |
Color Harmonies of #32F915
Complementary color
Monochromatic Colors of #32F915
Black with #32F915
Text Example
Text Example
White with #32F915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F915; }
p { color: rgb(50,249,21); }
H1.HeaderClassName
{
color: #32F915;
}
.AnyTagClassName
{
color: #32F915;
}
</style>
background-color css
<style>
a { background-color: #32F915; }
a { background-color: rgb(50,249,21); }
div.DivClassName
{
background-color: #32F915;
}
.BgClassName
{
background-color: #32F915;
}
</style>
border-color css
<style>
span { border-color: #32F915; }
span { border-color: rgb(50,249,21); }
td.TdClassName
{
border-color: #32F915;
}
.TagClassName
{
border-color: #32F915;
}
</style>