Shades of Harlequin #50F10B
Tints of Harlequin #50F10B
RGB
CMYK
RGB Variations
Color information
#50F10B (or 0x50F10B) is known color: Harlequin. HEX triplet: 50, F1 and 0B. RGB value is (80,241,11). Sum of RGB (Red+Green+Blue) = 80+241+11=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 241 (94.53% from 255 or 72.59% from 332); Blue value is 11 (4.69% from 255 or 3.31% from 332); Max value from RGB is 241 - color contains mainly: green. Hex color #50F10B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50F10B is #AF0EF4. Grayscale: #A7A7A7. Windows color (decimal): -11472629 or 782672. OLE color: 782672.
HSL color Cylindrical-coordinate representation of color #50F10B: hue angle of 102º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #50F10B is Cyan = 0.67, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 241 | 11 | - |
| CMYK | 0.67 | 0 | 0.95 | 0.05 |
| HSL | 102º | 0.91% | 0.49% | - |
| HSV(B) | 102º | 0.95% | 0.95% | - |
| XYZ | 34.82 | 64.64 | 10.96 | - |
| YUV | 166.64 | 40.16 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 241 | 11 | 0.67 | 0 | 0.95 | 0.05 | 102 | 0.91 | 0.49 |
| Hex | 50 | F1 | B | 43 | 0 | 5F | 5 | 66 | 5B | 31 |
| Octal | 120 | 361 | 13 | 103 | 0 | 137 | 5 | 146 | 133 | 61 |
| Binary | 1010000 | 11110001 | 1011 | 1000011 | 0 | 1011111 | 101 | 1100110 | 1011011 | 110001 |
Color Harmonies of #50F10B
Complementary color
Monochromatic Colors of #50F10B
Black with #50F10B
Text Example
Text Example
White with #50F10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F10B; }
p { color: rgb(80,241,11); }
H1.HeaderClassName
{
color: #50F10B;
}
.AnyTagClassName
{
color: #50F10B;
}
</style>
background-color css
<style>
a { background-color: #50F10B; }
a { background-color: rgb(80,241,11); }
div.DivClassName
{
background-color: #50F10B;
}
.BgClassName
{
background-color: #50F10B;
}
</style>
border-color css
<style>
span { border-color: #50F10B; }
span { border-color: rgb(80,241,11); }
td.TdClassName
{
border-color: #50F10B;
}
.TagClassName
{
border-color: #50F10B;
}
</style>