Shades of Harlequin #4CF31A
Tints of Harlequin #4CF31A
RGB
CMYK
RGB Variations
Color information
#4CF31A (or 0x4CF31A) is known color: Harlequin. HEX triplet: 4C, F3 and 1A. RGB value is (76,243,26). Sum of RGB (Red+Green+Blue) = 76+243+26=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 243 (95.31% from 255 or 70.43% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 243 - color contains mainly: green. Hex color #4CF31A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF31A is #B30CE5. Grayscale: #A9A9A9. Windows color (decimal): -11734246 or 1766220. OLE color: 1766220.
HSL color Cylindrical-coordinate representation of color #4CF31A: hue angle of 106.18º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4CF31A is Cyan = 0.69, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 243 | 26 | - |
| CMYK | 0.69 | 0 | 0.89 | 0.05 |
| HSL | 106.18º | 0.9% | 0.53% | - |
| HSV(B) | 106.18º | 0.89% | 0.95% | - |
| XYZ | 35.22 | 65.71 | 11.8 | - |
| YUV | 168.33 | 47.67 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 243 | 26 | 0.69 | 0 | 0.89 | 0.05 | 106.18 | 0.9 | 0.53 |
| Hex | 4C | F3 | 1A | 45 | 0 | 59 | 5 | 6A | 5A | 35 |
| Octal | 114 | 363 | 32 | 105 | 0 | 131 | 5 | 152 | 132 | 65 |
| Binary | 1001100 | 11110011 | 11010 | 1000101 | 0 | 1011001 | 101 | 1101010 | 1011010 | 110101 |
Color Harmonies of #4CF31A
Complementary color
Monochromatic Colors of #4CF31A
Black with #4CF31A
Text Example
Text Example
White with #4CF31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF31A; }
p { color: rgb(76,243,26); }
H1.HeaderClassName
{
color: #4CF31A;
}
.AnyTagClassName
{
color: #4CF31A;
}
</style>
background-color css
<style>
a { background-color: #4CF31A; }
a { background-color: rgb(76,243,26); }
div.DivClassName
{
background-color: #4CF31A;
}
.BgClassName
{
background-color: #4CF31A;
}
</style>
border-color css
<style>
span { border-color: #4CF31A; }
span { border-color: rgb(76,243,26); }
td.TdClassName
{
border-color: #4CF31A;
}
.TagClassName
{
border-color: #4CF31A;
}
</style>