Shades of Harlequin #4CF700
Tints of Harlequin #4CF700
RGB
CMYK
RGB Variations
Color information
#4CF700 (or 0x4CF700) is known color: Harlequin. HEX triplet: 4C, F7 and 00. RGB value is (76,247,0). Sum of RGB (Red+Green+Blue) = 76+247+0=323 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.53% from 323); Green value is 247 (96.88% from 255 or 76.47% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 247 - color contains mainly: green. Hex color #4CF700 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF700 is #B308FF. Grayscale: #A8A8A8. Windows color (decimal): -11733248 or 63308. OLE color: 63308.
HSL color Cylindrical-coordinate representation of color #4CF700: hue angle of 101.54º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4CF700 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 76 | 247 | 0 | - |
| CMYK | 0.69 | 0 | 1 | 0.03 |
| HSL | 101.54º | 1% | 0.48% | - |
| HSV(B) | 101.54º | 1% | 0.97% | - |
| XYZ | 36.24 | 68.06 | 11.23 | - |
| YUV | 167.71 | 33.35 | 62.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 247 | 0 | 0.69 | 0 | 1 | 0.03 | 101.54 | 1 | 0.48 |
| Hex | 4C | F7 | 0 | 45 | 0 | 64 | 3 | 66 | 64 | 30 |
| Octal | 114 | 367 | 0 | 105 | 0 | 144 | 3 | 146 | 144 | 60 |
| Binary | 1001100 | 11110111 | 0 | 1000101 | 0 | 1100100 | 11 | 1100110 | 1100100 | 110000 |
Color Harmonies of #4CF700
Complementary color
Monochromatic Colors of #4CF700
Black with #4CF700
Text Example
Text Example
White with #4CF700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF700; }
p { color: rgb(76,247,0); }
H1.HeaderClassName
{
color: #4CF700;
}
.AnyTagClassName
{
color: #4CF700;
}
</style>
background-color css
<style>
a { background-color: #4CF700; }
a { background-color: rgb(76,247,0); }
div.DivClassName
{
background-color: #4CF700;
}
.BgClassName
{
background-color: #4CF700;
}
</style>
border-color css
<style>
span { border-color: #4CF700; }
span { border-color: rgb(76,247,0); }
td.TdClassName
{
border-color: #4CF700;
}
.TagClassName
{
border-color: #4CF700;
}
</style>