Shades of Harlequin #50F92D
Tints of Harlequin #50F92D
RGB
CMYK
RGB Variations
Color information
#50F92D (or 0x50F92D) is known color: Harlequin. HEX triplet: 50, F9 and 2D. RGB value is (80,249,45). Sum of RGB (Red+Green+Blue) = 80+249+45=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 249 (97.66% from 255 or 66.58% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 249 - color contains mainly: green. Hex color #50F92D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F92D is #AF06D2. Grayscale: #AFAFAF. Windows color (decimal): -11470547 or 3012944. OLE color: 3012944.
HSL color Cylindrical-coordinate representation of color #50F92D: hue angle of 109.71º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50F92D is Cyan = 0.68, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 249 | 45 | - |
| CMYK | 0.68 | 0 | 0.82 | 0.02 |
| HSL | 109.71º | 0.94% | 0.58% | - |
| HSV(B) | 109.71º | 0.82% | 0.98% | - |
| XYZ | 37.66 | 69.65 | 13.94 | - |
| YUV | 175.21 | 54.51 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 249 | 45 | 0.68 | 0 | 0.82 | 0.02 | 109.71 | 0.94 | 0.58 |
| Hex | 50 | F9 | 2D | 44 | 0 | 52 | 2 | 6E | 5E | 3A |
| Octal | 120 | 371 | 55 | 104 | 0 | 122 | 2 | 156 | 136 | 72 |
| Binary | 1010000 | 11111001 | 101101 | 1000100 | 0 | 1010010 | 10 | 1101110 | 1011110 | 111010 |
Color Harmonies of #50F92D
Complementary color
Monochromatic Colors of #50F92D
Black with #50F92D
Text Example
Text Example
White with #50F92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F92D; }
p { color: rgb(80,249,45); }
H1.HeaderClassName
{
color: #50F92D;
}
.AnyTagClassName
{
color: #50F92D;
}
</style>
background-color css
<style>
a { background-color: #50F92D; }
a { background-color: rgb(80,249,45); }
div.DivClassName
{
background-color: #50F92D;
}
.BgClassName
{
background-color: #50F92D;
}
</style>
border-color css
<style>
span { border-color: #50F92D; }
span { border-color: rgb(80,249,45); }
td.TdClassName
{
border-color: #50F92D;
}
.TagClassName
{
border-color: #50F92D;
}
</style>