Shades of Harlequin #4FFF0B
Tints of Harlequin #4FFF0B
RGB
CMYK
RGB Variations
Color information
#4FFF0B (or 0x4FFF0B) is known color: Harlequin. HEX triplet: 4F, FF and 0B. RGB value is (79,255,11). Sum of RGB (Red+Green+Blue) = 79+255+11=345 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.90% from 345); Green value is 255 (100% from 255 or 73.91% from 345); Blue value is 11 (4.69% from 255 or 3.19% from 345); Max value from RGB is 255 - color contains mainly: green. Hex color #4FFF0B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FFF0B is #B000F4. Grayscale: #AFAFAF. Windows color (decimal): -11534581 or 786255. OLE color: 786255.
HSL color Cylindrical-coordinate representation of color #4FFF0B: hue angle of 103.28º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4FFF0B is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 255 | 11 | - |
| CMYK | 0.69 | 0 | 0.96 | 0 |
| HSL | 103.28º | 1% | 0.52% | - |
| HSV(B) | 103.28º | 0.96% | 1% | - |
| XYZ | 39.04 | 73.21 | 12.39 | - |
| YUV | 174.56 | 35.69 | 59.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 255 | 11 | 0.69 | 0 | 0.96 | 0 | 103.28 | 1 | 0.52 |
| Hex | 4F | FF | B | 45 | 0 | 60 | 0 | 67 | 64 | 34 |
| Octal | 117 | 377 | 13 | 105 | 0 | 140 | 0 | 147 | 144 | 64 |
| Binary | 1001111 | 11111111 | 1011 | 1000101 | 0 | 1100000 | 0 | 1100111 | 1100100 | 110100 |
Color Harmonies of #4FFF0B
Complementary color
Monochromatic Colors of #4FFF0B
Black with #4FFF0B
Text Example
Text Example
White with #4FFF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFF0B; }
p { color: rgb(79,255,11); }
H1.HeaderClassName
{
color: #4FFF0B;
}
.AnyTagClassName
{
color: #4FFF0B;
}
</style>
background-color css
<style>
a { background-color: #4FFF0B; }
a { background-color: rgb(79,255,11); }
div.DivClassName
{
background-color: #4FFF0B;
}
.BgClassName
{
background-color: #4FFF0B;
}
</style>
border-color css
<style>
span { border-color: #4FFF0B; }
span { border-color: rgb(79,255,11); }
td.TdClassName
{
border-color: #4FFF0B;
}
.TagClassName
{
border-color: #4FFF0B;
}
</style>