Shades of Harlequin #4CF71B
Tints of Harlequin #4CF71B
RGB
CMYK
RGB Variations
Color information
#4CF71B (or 0x4CF71B) is known color: Harlequin. HEX triplet: 4C, F7 and 1B. RGB value is (76,247,27). Sum of RGB (Red+Green+Blue) = 76+247+27=350 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.71% from 350); Green value is 247 (96.88% from 255 or 70.57% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 247 - color contains mainly: green. Hex color #4CF71B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF71B is #B308E4. Grayscale: #ABABAB. Windows color (decimal): -11733221 or 1832780. OLE color: 1832780.
HSL color Cylindrical-coordinate representation of color #4CF71B: hue angle of 106.64º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4CF71B is Cyan = 0.69, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 76 | 247 | 27 | - |
| CMYK | 0.69 | 0 | 0.89 | 0.03 |
| HSL | 106.64º | 0.93% | 0.54% | - |
| HSV(B) | 106.64º | 0.89% | 0.97% | - |
| XYZ | 36.44 | 68.14 | 12.27 | - |
| YUV | 170.79 | 46.85 | 60.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 247 | 27 | 0.69 | 0 | 0.89 | 0.03 | 106.64 | 0.93 | 0.54 |
| Hex | 4C | F7 | 1B | 45 | 0 | 59 | 3 | 6B | 5D | 36 |
| Octal | 114 | 367 | 33 | 105 | 0 | 131 | 3 | 153 | 135 | 66 |
| Binary | 1001100 | 11110111 | 11011 | 1000101 | 0 | 1011001 | 11 | 1101011 | 1011101 | 110110 |
Color Harmonies of #4CF71B
Complementary color
Monochromatic Colors of #4CF71B
Black with #4CF71B
Text Example
Text Example
White with #4CF71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF71B; }
p { color: rgb(76,247,27); }
H1.HeaderClassName
{
color: #4CF71B;
}
.AnyTagClassName
{
color: #4CF71B;
}
</style>
background-color css
<style>
a { background-color: #4CF71B; }
a { background-color: rgb(76,247,27); }
div.DivClassName
{
background-color: #4CF71B;
}
.BgClassName
{
background-color: #4CF71B;
}
</style>
border-color css
<style>
span { border-color: #4CF71B; }
span { border-color: rgb(76,247,27); }
td.TdClassName
{
border-color: #4CF71B;
}
.TagClassName
{
border-color: #4CF71B;
}
</style>