Shades of Harlequin #4BFD01
Tints of Harlequin #4BFD01
RGB
CMYK
RGB Variations
Color information
#4BFD01 (or 0x4BFD01) is known color: Harlequin. HEX triplet: 4B, FD and 01. RGB value is (75,253,1). Sum of RGB (Red+Green+Blue) = 75+253+1=329 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.80% from 329); Green value is 253 (99.22% from 255 or 76.90% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 253 - color contains mainly: green. Hex color #4BFD01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BFD01 is #B402FE. Grayscale: #ABABAB. Windows color (decimal): -11797247 or 130379. OLE color: 130379.
HSL color Cylindrical-coordinate representation of color #4BFD01: hue angle of 102.38º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4BFD01 is Cyan = 0.70, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 253 | 1 | - |
| CMYK | 0.70 | 0 | 1.00 | 0.01 |
| HSL | 102.38º | 0.99% | 0.5% | - |
| HSV(B) | 102.38º | 1% | 0.99% | - |
| XYZ | 38.03 | 71.75 | 11.87 | - |
| YUV | 171.05 | 32.03 | 59.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 253 | 1 | 0.70 | 0 | 1.00 | 0.01 | 102.38 | 0.99 | 0.5 |
| Hex | 4B | FD | 1 | 46 | 0 | 64 | 1 | 66 | 63 | 32 |
| Octal | 113 | 375 | 1 | 106 | 0 | 144 | 1 | 146 | 143 | 62 |
| Binary | 1001011 | 11111101 | 1 | 1000110 | 0 | 1100100 | 1 | 1100110 | 1100011 | 110010 |
Color Harmonies of #4BFD01
Complementary color
Monochromatic Colors of #4BFD01
Black with #4BFD01
Text Example
Text Example
White with #4BFD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFD01; }
p { color: rgb(75,253,1); }
H1.HeaderClassName
{
color: #4BFD01;
}
.AnyTagClassName
{
color: #4BFD01;
}
</style>
background-color css
<style>
a { background-color: #4BFD01; }
a { background-color: rgb(75,253,1); }
div.DivClassName
{
background-color: #4BFD01;
}
.BgClassName
{
background-color: #4BFD01;
}
</style>
border-color css
<style>
span { border-color: #4BFD01; }
span { border-color: rgb(75,253,1); }
td.TdClassName
{
border-color: #4BFD01;
}
.TagClassName
{
border-color: #4BFD01;
}
</style>