Shades of Harlequin #4CFE05
Tints of Harlequin #4CFE05
RGB
CMYK
RGB Variations
Color information
#4CFE05 (or 0x4CFE05) is known color: Harlequin. HEX triplet: 4C, FE and 05. RGB value is (76,254,5). Sum of RGB (Red+Green+Blue) = 76+254+5=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 254 (99.61% from 255 or 75.82% from 335); Blue value is 5 (2.34% from 255 or 1.49% from 335); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFE05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CFE05 is #B301FA. Grayscale: #ADADAD. Windows color (decimal): -11731451 or 392780. OLE color: 392780.
HSL color Cylindrical-coordinate representation of color #4CFE05: hue angle of 102.89º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4CFE05 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 254 | 5 | - |
| CMYK | 0.70 | 0 | 0.98 | 0.00 |
| HSL | 102.89º | 0.99% | 0.51% | - |
| HSV(B) | 102.89º | 0.98% | 1% | - |
| XYZ | 38.45 | 72.43 | 12.1 | - |
| YUV | 172.39 | 33.53 | 59.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 254 | 5 | 0.70 | 0 | 0.98 | 0.00 | 102.89 | 0.99 | 0.51 |
| Hex | 4C | FE | 5 | 46 | 0 | 62 | 0 | 67 | 63 | 33 |
| Octal | 114 | 376 | 5 | 106 | 0 | 142 | 0 | 147 | 143 | 63 |
| Binary | 1001100 | 11111110 | 101 | 1000110 | 0 | 1100010 | 0 | 1100111 | 1100011 | 110011 |
Color Harmonies of #4CFE05
Complementary color
Monochromatic Colors of #4CFE05
Black with #4CFE05
Text Example
Text Example
White with #4CFE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFE05; }
p { color: rgb(76,254,5); }
H1.HeaderClassName
{
color: #4CFE05;
}
.AnyTagClassName
{
color: #4CFE05;
}
</style>
background-color css
<style>
a { background-color: #4CFE05; }
a { background-color: rgb(76,254,5); }
div.DivClassName
{
background-color: #4CFE05;
}
.BgClassName
{
background-color: #4CFE05;
}
</style>
border-color css
<style>
span { border-color: #4CFE05; }
span { border-color: rgb(76,254,5); }
td.TdClassName
{
border-color: #4CFE05;
}
.TagClassName
{
border-color: #4CFE05;
}
</style>