Shades of Harlequin #50FD0C
Tints of Harlequin #50FD0C
RGB
CMYK
RGB Variations
Color information
#50FD0C (or 0x50FD0C) is known color: Harlequin. HEX triplet: 50, FD and 0C. RGB value is (80,253,12). Sum of RGB (Red+Green+Blue) = 80+253+12=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 253 (99.22% from 255 or 73.33% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 253 - color contains mainly: green. Hex color #50FD0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50FD0C is #AF02F3. Grayscale: #AEAEAE. Windows color (decimal): -11469556 or 851280. OLE color: 851280.
HSL color Cylindrical-coordinate representation of color #50FD0C: hue angle of 103.07º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #50FD0C is Cyan = 0.68, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 253 | 12 | - |
| CMYK | 0.68 | 0 | 0.95 | 0.01 |
| HSL | 103.07º | 0.98% | 0.52% | - |
| HSV(B) | 103.07º | 0.95% | 0.99% | - |
| XYZ | 38.5 | 71.98 | 12.21 | - |
| YUV | 173.8 | 36.69 | 61.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 253 | 12 | 0.68 | 0 | 0.95 | 0.01 | 103.07 | 0.98 | 0.52 |
| Hex | 50 | FD | C | 44 | 0 | 5F | 1 | 67 | 62 | 34 |
| Octal | 120 | 375 | 14 | 104 | 0 | 137 | 1 | 147 | 142 | 64 |
| Binary | 1010000 | 11111101 | 1100 | 1000100 | 0 | 1011111 | 1 | 1100111 | 1100010 | 110100 |
Color Harmonies of #50FD0C
Complementary color
Monochromatic Colors of #50FD0C
Black with #50FD0C
Text Example
Text Example
White with #50FD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FD0C; }
p { color: rgb(80,253,12); }
H1.HeaderClassName
{
color: #50FD0C;
}
.AnyTagClassName
{
color: #50FD0C;
}
</style>
background-color css
<style>
a { background-color: #50FD0C; }
a { background-color: rgb(80,253,12); }
div.DivClassName
{
background-color: #50FD0C;
}
.BgClassName
{
background-color: #50FD0C;
}
</style>
border-color css
<style>
span { border-color: #50FD0C; }
span { border-color: rgb(80,253,12); }
td.TdClassName
{
border-color: #50FD0C;
}
.TagClassName
{
border-color: #50FD0C;
}
</style>