Shades of Harlequin #4CFA1D
Tints of Harlequin #4CFA1D
RGB
CMYK
RGB Variations
Color information
#4CFA1D (or 0x4CFA1D) is known color: Harlequin. HEX triplet: 4C, FA and 1D. RGB value is (76,250,29). Sum of RGB (Red+Green+Blue) = 76+250+29=355 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.41% from 355); Green value is 250 (98.05% from 255 or 70.42% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 250 - color contains mainly: green. Hex color #4CFA1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFA1D is #B305E2. Grayscale: #ADADAD. Windows color (decimal): -11732451 or 1964620. OLE color: 1964620.
HSL color Cylindrical-coordinate representation of color #4CFA1D: hue angle of 107.24º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4CFA1D is Cyan = 0.70, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 250 | 29 | - |
| CMYK | 0.70 | 0 | 0.88 | 0.02 |
| HSL | 107.24º | 0.96% | 0.55% | - |
| HSV(B) | 107.24º | 0.88% | 0.98% | - |
| XYZ | 37.39 | 70 | 12.7 | - |
| YUV | 172.78 | 46.85 | 58.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 250 | 29 | 0.70 | 0 | 0.88 | 0.02 | 107.24 | 0.96 | 0.55 |
| Hex | 4C | FA | 1D | 46 | 0 | 58 | 2 | 6B | 60 | 37 |
| Octal | 114 | 372 | 35 | 106 | 0 | 130 | 2 | 153 | 140 | 67 |
| Binary | 1001100 | 11111010 | 11101 | 1000110 | 0 | 1011000 | 10 | 1101011 | 1100000 | 110111 |
Color Harmonies of #4CFA1D
Complementary color
Monochromatic Colors of #4CFA1D
Black with #4CFA1D
Text Example
Text Example
White with #4CFA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFA1D; }
p { color: rgb(76,250,29); }
H1.HeaderClassName
{
color: #4CFA1D;
}
.AnyTagClassName
{
color: #4CFA1D;
}
</style>
background-color css
<style>
a { background-color: #4CFA1D; }
a { background-color: rgb(76,250,29); }
div.DivClassName
{
background-color: #4CFA1D;
}
.BgClassName
{
background-color: #4CFA1D;
}
</style>
border-color css
<style>
span { border-color: #4CFA1D; }
span { border-color: rgb(76,250,29); }
td.TdClassName
{
border-color: #4CFA1D;
}
.TagClassName
{
border-color: #4CFA1D;
}
</style>