Shades of Harlequin #4CF627
Tints of Harlequin #4CF627
RGB
CMYK
RGB Variations
Color information
#4CF627 (or 0x4CF627) is known color: Harlequin. HEX triplet: 4C, F6 and 27. RGB value is (76,246,39). Sum of RGB (Red+Green+Blue) = 76+246+39=361 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.05% from 361); Green value is 246 (96.48% from 255 or 68.14% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 246 - color contains mainly: green. Hex color #4CF627 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF627 is #B309D8. Grayscale: #ACACAC. Windows color (decimal): -11733465 or 2618956. OLE color: 2618956.
HSL color Cylindrical-coordinate representation of color #4CF627: hue angle of 109.28º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4CF627 is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 76 | 246 | 39 | - |
| CMYK | 0.69 | 0 | 0.84 | 0.04 |
| HSL | 109.28º | 0.92% | 0.56% | - |
| HSV(B) | 109.28º | 0.84% | 0.96% | - |
| XYZ | 36.3 | 67.59 | 13.05 | - |
| YUV | 171.57 | 53.18 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 246 | 39 | 0.69 | 0 | 0.84 | 0.04 | 109.28 | 0.92 | 0.56 |
| Hex | 4C | F6 | 27 | 45 | 0 | 54 | 4 | 6D | 5C | 38 |
| Octal | 114 | 366 | 47 | 105 | 0 | 124 | 4 | 155 | 134 | 70 |
| Binary | 1001100 | 11110110 | 100111 | 1000101 | 0 | 1010100 | 100 | 1101101 | 1011100 | 111000 |
Color Harmonies of #4CF627
Complementary color
Monochromatic Colors of #4CF627
Black with #4CF627
Text Example
Text Example
White with #4CF627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF627; }
p { color: rgb(76,246,39); }
H1.HeaderClassName
{
color: #4CF627;
}
.AnyTagClassName
{
color: #4CF627;
}
</style>
background-color css
<style>
a { background-color: #4CF627; }
a { background-color: rgb(76,246,39); }
div.DivClassName
{
background-color: #4CF627;
}
.BgClassName
{
background-color: #4CF627;
}
</style>
border-color css
<style>
span { border-color: #4CF627; }
span { border-color: rgb(76,246,39); }
td.TdClassName
{
border-color: #4CF627;
}
.TagClassName
{
border-color: #4CF627;
}
</style>