Shades of Harlequin #4CF300
Tints of Harlequin #4CF300
RGB
CMYK
RGB Variations
Color information
#4CF300 (or 0x4CF300) is known color: Harlequin. HEX triplet: 4C, F3 and 00. RGB value is (76,243,0). Sum of RGB (Red+Green+Blue) = 76+243+0=319 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.82% from 319); Green value is 243 (95.31% from 255 or 76.18% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 243 - color contains mainly: green. Hex color #4CF300 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF300 is #B30CFF. Grayscale: #A6A6A6. Windows color (decimal): -11734272 or 62284. OLE color: 62284.
HSL color Cylindrical-coordinate representation of color #4CF300: hue angle of 101.23º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4CF300 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 243 | 0 | - |
| CMYK | 0.69 | 0 | 1 | 0.05 |
| HSL | 101.23º | 1% | 0.48% | - |
| HSV(B) | 101.23º | 1% | 0.95% | - |
| XYZ | 35.03 | 65.64 | 10.82 | - |
| YUV | 165.37 | 34.67 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 243 | 0 | 0.69 | 0 | 1 | 0.05 | 101.23 | 1 | 0.48 |
| Hex | 4C | F3 | 0 | 45 | 0 | 64 | 5 | 65 | 64 | 30 |
| Octal | 114 | 363 | 0 | 105 | 0 | 144 | 5 | 145 | 144 | 60 |
| Binary | 1001100 | 11110011 | 0 | 1000101 | 0 | 1100100 | 101 | 1100101 | 1100100 | 110000 |
Color Harmonies of #4CF300
Complementary color
Monochromatic Colors of #4CF300
Black with #4CF300
Text Example
Text Example
White with #4CF300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF300; }
p { color: rgb(76,243,0); }
H1.HeaderClassName
{
color: #4CF300;
}
.AnyTagClassName
{
color: #4CF300;
}
</style>
background-color css
<style>
a { background-color: #4CF300; }
a { background-color: rgb(76,243,0); }
div.DivClassName
{
background-color: #4CF300;
}
.BgClassName
{
background-color: #4CF300;
}
</style>
border-color css
<style>
span { border-color: #4CF300; }
span { border-color: rgb(76,243,0); }
td.TdClassName
{
border-color: #4CF300;
}
.TagClassName
{
border-color: #4CF300;
}
</style>