Shades of Harlequin #4BFC08
Tints of Harlequin #4BFC08
RGB
CMYK
RGB Variations
Color information
#4BFC08 (or 0x4BFC08) is known color: Harlequin. HEX triplet: 4B, FC and 08. RGB value is (75,252,8). Sum of RGB (Red+Green+Blue) = 75+252+8=335 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.39% from 335); Green value is 252 (98.83% from 255 or 75.22% from 335); Blue value is 8 (3.52% from 255 or 2.39% from 335); Max value from RGB is 252 - color contains mainly: green. Hex color #4BFC08 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BFC08 is #B403F7. Grayscale: #ACACAC. Windows color (decimal): -11797496 or 588875. OLE color: 588875.
HSL color Cylindrical-coordinate representation of color #4BFC08: hue angle of 103.52º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4BFC08 is Cyan = 0.70, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 252 | 8 | - |
| CMYK | 0.70 | 0 | 0.97 | 0.01 |
| HSL | 103.52º | 0.98% | 0.51% | - |
| HSV(B) | 103.52º | 0.97% | 0.99% | - |
| XYZ | 37.76 | 71.13 | 11.97 | - |
| YUV | 171.26 | 35.86 | 59.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 252 | 8 | 0.70 | 0 | 0.97 | 0.01 | 103.52 | 0.98 | 0.51 |
| Hex | 4B | FC | 8 | 46 | 0 | 61 | 1 | 68 | 62 | 33 |
| Octal | 113 | 374 | 10 | 106 | 0 | 141 | 1 | 150 | 142 | 63 |
| Binary | 1001011 | 11111100 | 1000 | 1000110 | 0 | 1100001 | 1 | 1101000 | 1100010 | 110011 |
Color Harmonies of #4BFC08
Complementary color
Monochromatic Colors of #4BFC08
Black with #4BFC08
Text Example
Text Example
White with #4BFC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFC08; }
p { color: rgb(75,252,8); }
H1.HeaderClassName
{
color: #4BFC08;
}
.AnyTagClassName
{
color: #4BFC08;
}
</style>
background-color css
<style>
a { background-color: #4BFC08; }
a { background-color: rgb(75,252,8); }
div.DivClassName
{
background-color: #4BFC08;
}
.BgClassName
{
background-color: #4BFC08;
}
</style>
border-color css
<style>
span { border-color: #4BFC08; }
span { border-color: rgb(75,252,8); }
td.TdClassName
{
border-color: #4BFC08;
}
.TagClassName
{
border-color: #4BFC08;
}
</style>