Shades of Harlequin #4CFA1B
Tints of Harlequin #4CFA1B
RGB
CMYK
RGB Variations
Color information
#4CFA1B (or 0x4CFA1B) is known color: Harlequin. HEX triplet: 4C, FA and 1B. RGB value is (76,250,27). Sum of RGB (Red+Green+Blue) = 76+250+27=353 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.53% from 353); Green value is 250 (98.05% from 255 or 70.82% from 353); Blue value is 27 (10.94% from 255 or 7.65% from 353); Max value from RGB is 250 - color contains mainly: green. Hex color #4CFA1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFA1B is #B305E4. Grayscale: #ADADAD. Windows color (decimal): -11732453 or 1833548. OLE color: 1833548.
HSL color Cylindrical-coordinate representation of color #4CFA1B: hue angle of 106.82º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4CFA1B is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 250 | 27 | - |
| CMYK | 0.70 | 0 | 0.89 | 0.02 |
| HSL | 106.82º | 0.96% | 0.54% | - |
| HSV(B) | 106.82º | 0.89% | 0.98% | - |
| XYZ | 37.36 | 69.99 | 12.58 | - |
| YUV | 172.55 | 45.85 | 59.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 250 | 27 | 0.70 | 0 | 0.89 | 0.02 | 106.82 | 0.96 | 0.54 |
| Hex | 4C | FA | 1B | 46 | 0 | 59 | 2 | 6B | 60 | 36 |
| Octal | 114 | 372 | 33 | 106 | 0 | 131 | 2 | 153 | 140 | 66 |
| Binary | 1001100 | 11111010 | 11011 | 1000110 | 0 | 1011001 | 10 | 1101011 | 1100000 | 110110 |
Color Harmonies of #4CFA1B
Complementary color
Monochromatic Colors of #4CFA1B
Black with #4CFA1B
Text Example
Text Example
White with #4CFA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFA1B; }
p { color: rgb(76,250,27); }
H1.HeaderClassName
{
color: #4CFA1B;
}
.AnyTagClassName
{
color: #4CFA1B;
}
</style>
background-color css
<style>
a { background-color: #4CFA1B; }
a { background-color: rgb(76,250,27); }
div.DivClassName
{
background-color: #4CFA1B;
}
.BgClassName
{
background-color: #4CFA1B;
}
</style>
border-color css
<style>
span { border-color: #4CFA1B; }
span { border-color: rgb(76,250,27); }
td.TdClassName
{
border-color: #4CFA1B;
}
.TagClassName
{
border-color: #4CFA1B;
}
</style>