Shades of Harlequin #4CFF1D
Tints of Harlequin #4CFF1D
RGB
CMYK
RGB Variations
Color information
#4CFF1D (or 0x4CFF1D) is known color: Harlequin. HEX triplet: 4C, FF and 1D. RGB value is (76,255,29). Sum of RGB (Red+Green+Blue) = 76+255+29=360 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.11% from 360); Green value is 255 (100% from 255 or 70.83% from 360); Blue value is 29 (11.72% from 255 or 8.06% from 360); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFF1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFF1D is #B300E2. Grayscale: #B0B0B0. Windows color (decimal): -11731171 or 1965900. OLE color: 1965900.
HSL color Cylindrical-coordinate representation of color #4CFF1D: hue angle of 107.52º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4CFF1D is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 255 | 29 | - |
| CMYK | 0.70 | 0 | 0.89 | 0 |
| HSL | 107.52º | 1% | 0.56% | - |
| HSV(B) | 107.52º | 0.89% | 1% | - |
| XYZ | 38.96 | 73.15 | 13.23 | - |
| YUV | 175.72 | 45.2 | 56.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 255 | 29 | 0.70 | 0 | 0.89 | 0 | 107.52 | 1 | 0.56 |
| Hex | 4C | FF | 1D | 46 | 0 | 59 | 0 | 6C | 64 | 38 |
| Octal | 114 | 377 | 35 | 106 | 0 | 131 | 0 | 154 | 144 | 70 |
| Binary | 1001100 | 11111111 | 11101 | 1000110 | 0 | 1011001 | 0 | 1101100 | 1100100 | 111000 |
Color Harmonies of #4CFF1D
Complementary color
Monochromatic Colors of #4CFF1D
Black with #4CFF1D
Text Example
Text Example
White with #4CFF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFF1D; }
p { color: rgb(76,255,29); }
H1.HeaderClassName
{
color: #4CFF1D;
}
.AnyTagClassName
{
color: #4CFF1D;
}
</style>
background-color css
<style>
a { background-color: #4CFF1D; }
a { background-color: rgb(76,255,29); }
div.DivClassName
{
background-color: #4CFF1D;
}
.BgClassName
{
background-color: #4CFF1D;
}
</style>
border-color css
<style>
span { border-color: #4CFF1D; }
span { border-color: rgb(76,255,29); }
td.TdClassName
{
border-color: #4CFF1D;
}
.TagClassName
{
border-color: #4CFF1D;
}
</style>