Shades of Harlequin #4CF800
Tints of Harlequin #4CF800
RGB
CMYK
RGB Variations
Color information
#4CF800 (or 0x4CF800) is known color: Harlequin. HEX triplet: 4C, F8 and 00. RGB value is (76,248,0). Sum of RGB (Red+Green+Blue) = 76+248+0=324 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.46% from 324); Green value is 248 (97.27% from 255 or 76.54% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 248 - color contains mainly: green. Hex color #4CF800 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF800 is #B307FF. Grayscale: #A9A9A9. Windows color (decimal): -11732992 or 63564. OLE color: 63564.
HSL color Cylindrical-coordinate representation of color #4CF800: hue angle of 101.61º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4CF800 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 76 | 248 | 0 | - |
| CMYK | 0.69 | 0 | 1 | 0.03 |
| HSL | 101.61º | 1% | 0.49% | - |
| HSV(B) | 101.61º | 1% | 0.97% | - |
| XYZ | 36.55 | 68.67 | 11.33 | - |
| YUV | 168.3 | 33.02 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 248 | 0 | 0.69 | 0 | 1 | 0.03 | 101.61 | 1 | 0.49 |
| Hex | 4C | F8 | 0 | 45 | 0 | 64 | 3 | 66 | 64 | 31 |
| Octal | 114 | 370 | 0 | 105 | 0 | 144 | 3 | 146 | 144 | 61 |
| Binary | 1001100 | 11111000 | 0 | 1000101 | 0 | 1100100 | 11 | 1100110 | 1100100 | 110001 |
Color Harmonies of #4CF800
Complementary color
Monochromatic Colors of #4CF800
Black with #4CF800
Text Example
Text Example
White with #4CF800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF800; }
p { color: rgb(76,248,0); }
H1.HeaderClassName
{
color: #4CF800;
}
.AnyTagClassName
{
color: #4CF800;
}
</style>
background-color css
<style>
a { background-color: #4CF800; }
a { background-color: rgb(76,248,0); }
div.DivClassName
{
background-color: #4CF800;
}
.BgClassName
{
background-color: #4CF800;
}
</style>
border-color css
<style>
span { border-color: #4CF800; }
span { border-color: rgb(76,248,0); }
td.TdClassName
{
border-color: #4CF800;
}
.TagClassName
{
border-color: #4CF800;
}
</style>