Shades of Harlequin #4CFB14
Tints of Harlequin #4CFB14
RGB
CMYK
RGB Variations
Color information
#4CFB14 (or 0x4CFB14) is known color: Harlequin. HEX triplet: 4C, FB and 14. RGB value is (76,251,20). Sum of RGB (Red+Green+Blue) = 76+251+20=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 251 (98.44% from 255 or 72.33% from 347); Blue value is 20 (8.20% from 255 or 5.76% from 347); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFB14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CFB14 is #B304EB. Grayscale: #ADADAD. Windows color (decimal): -11732204 or 1375052. OLE color: 1375052.
HSL color Cylindrical-coordinate representation of color #4CFB14: hue angle of 105.45º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4CFB14 is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 251 | 20 | - |
| CMYK | 0.70 | 0 | 0.92 | 0.02 |
| HSL | 105.45º | 0.97% | 0.53% | - |
| HSV(B) | 105.45º | 0.92% | 0.98% | - |
| XYZ | 37.6 | 70.58 | 12.3 | - |
| YUV | 172.34 | 42.02 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 251 | 20 | 0.70 | 0 | 0.92 | 0.02 | 105.45 | 0.97 | 0.53 |
| Hex | 4C | FB | 14 | 46 | 0 | 5C | 2 | 69 | 61 | 35 |
| Octal | 114 | 373 | 24 | 106 | 0 | 134 | 2 | 151 | 141 | 65 |
| Binary | 1001100 | 11111011 | 10100 | 1000110 | 0 | 1011100 | 10 | 1101001 | 1100001 | 110101 |
Color Harmonies of #4CFB14
Complementary color
Monochromatic Colors of #4CFB14
Black with #4CFB14
Text Example
Text Example
White with #4CFB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFB14; }
p { color: rgb(76,251,20); }
H1.HeaderClassName
{
color: #4CFB14;
}
.AnyTagClassName
{
color: #4CFB14;
}
</style>
background-color css
<style>
a { background-color: #4CFB14; }
a { background-color: rgb(76,251,20); }
div.DivClassName
{
background-color: #4CFB14;
}
.BgClassName
{
background-color: #4CFB14;
}
</style>
border-color css
<style>
span { border-color: #4CFB14; }
span { border-color: rgb(76,251,20); }
td.TdClassName
{
border-color: #4CFB14;
}
.TagClassName
{
border-color: #4CFB14;
}
</style>