Shades of Harlequin #4CF31C
Tints of Harlequin #4CF31C
RGB
CMYK
RGB Variations
Color information
#4CF31C (or 0x4CF31C) is known color: Harlequin. HEX triplet: 4C, F3 and 1C. RGB value is (76,243,28). Sum of RGB (Red+Green+Blue) = 76+243+28=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 243 (95.31% from 255 or 70.03% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 243 - color contains mainly: green. Hex color #4CF31C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF31C is #B30CE3. Grayscale: #A9A9A9. Windows color (decimal): -11734244 or 1897292. OLE color: 1897292.
HSL color Cylindrical-coordinate representation of color #4CF31C: hue angle of 106.6º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4CF31C is Cyan = 0.69, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 243 | 28 | - |
| CMYK | 0.69 | 0 | 0.88 | 0.05 |
| HSL | 106.6º | 0.9% | 0.53% | - |
| HSV(B) | 106.6º | 0.88% | 0.95% | - |
| XYZ | 35.24 | 65.72 | 11.93 | - |
| YUV | 168.56 | 48.67 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 243 | 28 | 0.69 | 0 | 0.88 | 0.05 | 106.6 | 0.9 | 0.53 |
| Hex | 4C | F3 | 1C | 45 | 0 | 58 | 5 | 6B | 5A | 35 |
| Octal | 114 | 363 | 34 | 105 | 0 | 130 | 5 | 153 | 132 | 65 |
| Binary | 1001100 | 11110011 | 11100 | 1000101 | 0 | 1011000 | 101 | 1101011 | 1011010 | 110101 |
Color Harmonies of #4CF31C
Complementary color
Monochromatic Colors of #4CF31C
Black with #4CF31C
Text Example
Text Example
White with #4CF31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF31C; }
p { color: rgb(76,243,28); }
H1.HeaderClassName
{
color: #4CF31C;
}
.AnyTagClassName
{
color: #4CF31C;
}
</style>
background-color css
<style>
a { background-color: #4CF31C; }
a { background-color: rgb(76,243,28); }
div.DivClassName
{
background-color: #4CF31C;
}
.BgClassName
{
background-color: #4CF31C;
}
</style>
border-color css
<style>
span { border-color: #4CF31C; }
span { border-color: rgb(76,243,28); }
td.TdClassName
{
border-color: #4CF31C;
}
.TagClassName
{
border-color: #4CF31C;
}
</style>