Shades of Harlequin #4FEE0B
Tints of Harlequin #4FEE0B
RGB
CMYK
RGB Variations
Color information
#4FEE0B (or 0x4FEE0B) is known color: Harlequin. HEX triplet: 4F, EE and 0B. RGB value is (79,238,11). Sum of RGB (Red+Green+Blue) = 79+238+11=328 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.09% from 328); Green value is 238 (93.36% from 255 or 72.56% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 238 - color contains mainly: green. Hex color #4FEE0B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FEE0B is #B011F4. Grayscale: #A5A5A5. Windows color (decimal): -11538933 or 781903. OLE color: 781903.
HSL color Cylindrical-coordinate representation of color #4FEE0B: hue angle of 102.03º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4FEE0B is Cyan = 0.67, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 238 | 11 | - |
| CMYK | 0.67 | 0 | 0.95 | 0.07 |
| HSL | 102.03º | 0.91% | 0.49% | - |
| HSV(B) | 102.03º | 0.95% | 0.93% | - |
| XYZ | 33.86 | 62.84 | 10.66 | - |
| YUV | 164.58 | 41.32 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 238 | 11 | 0.67 | 0 | 0.95 | 0.07 | 102.03 | 0.91 | 0.49 |
| Hex | 4F | EE | B | 43 | 0 | 5F | 7 | 66 | 5B | 31 |
| Octal | 117 | 356 | 13 | 103 | 0 | 137 | 7 | 146 | 133 | 61 |
| Binary | 1001111 | 11101110 | 1011 | 1000011 | 0 | 1011111 | 111 | 1100110 | 1011011 | 110001 |
Color Harmonies of #4FEE0B
Complementary color
Monochromatic Colors of #4FEE0B
Black with #4FEE0B
Text Example
Text Example
White with #4FEE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEE0B; }
p { color: rgb(79,238,11); }
H1.HeaderClassName
{
color: #4FEE0B;
}
.AnyTagClassName
{
color: #4FEE0B;
}
</style>
background-color css
<style>
a { background-color: #4FEE0B; }
a { background-color: rgb(79,238,11); }
div.DivClassName
{
background-color: #4FEE0B;
}
.BgClassName
{
background-color: #4FEE0B;
}
</style>
border-color css
<style>
span { border-color: #4FEE0B; }
span { border-color: rgb(79,238,11); }
td.TdClassName
{
border-color: #4FEE0B;
}
.TagClassName
{
border-color: #4FEE0B;
}
</style>