Shades of Harlequin #4BFE14
Tints of Harlequin #4BFE14
RGB
CMYK
RGB Variations
Color information
#4BFE14 (or 0x4BFE14) is known color: Harlequin. HEX triplet: 4B, FE and 14. RGB value is (75,254,20). Sum of RGB (Red+Green+Blue) = 75+254+20=349 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.49% from 349); Green value is 254 (99.61% from 255 or 72.78% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 254 - color contains mainly: green. Hex color #4BFE14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BFE14 is #B401EB. Grayscale: #AEAEAE. Windows color (decimal): -11796972 or 1375819. OLE color: 1375819.
HSL color Cylindrical-coordinate representation of color #4BFE14: hue angle of 105.9º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4BFE14 is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 254 | 20 | - |
| CMYK | 0.70 | 0 | 0.92 | 0.00 |
| HSL | 105.9º | 0.99% | 0.54% | - |
| HSV(B) | 105.9º | 0.92% | 1% | - |
| XYZ | 38.47 | 72.43 | 12.61 | - |
| YUV | 173.8 | 41.2 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 254 | 20 | 0.70 | 0 | 0.92 | 0.00 | 105.9 | 0.99 | 0.54 |
| Hex | 4B | FE | 14 | 46 | 0 | 5C | 0 | 6A | 63 | 36 |
| Octal | 113 | 376 | 24 | 106 | 0 | 134 | 0 | 152 | 143 | 66 |
| Binary | 1001011 | 11111110 | 10100 | 1000110 | 0 | 1011100 | 0 | 1101010 | 1100011 | 110110 |
Color Harmonies of #4BFE14
Complementary color
Monochromatic Colors of #4BFE14
Black with #4BFE14
Text Example
Text Example
White with #4BFE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFE14; }
p { color: rgb(75,254,20); }
H1.HeaderClassName
{
color: #4BFE14;
}
.AnyTagClassName
{
color: #4BFE14;
}
</style>
background-color css
<style>
a { background-color: #4BFE14; }
a { background-color: rgb(75,254,20); }
div.DivClassName
{
background-color: #4BFE14;
}
.BgClassName
{
background-color: #4BFE14;
}
</style>
border-color css
<style>
span { border-color: #4BFE14; }
span { border-color: rgb(75,254,20); }
td.TdClassName
{
border-color: #4BFE14;
}
.TagClassName
{
border-color: #4BFE14;
}
</style>