Shades of Harlequin #4CF618
Tints of Harlequin #4CF618
RGB
CMYK
RGB Variations
Color information
#4CF618 (or 0x4CF618) is known color: Harlequin. HEX triplet: 4C, F6 and 18. RGB value is (76,246,24). Sum of RGB (Red+Green+Blue) = 76+246+24=346 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.97% from 346); Green value is 246 (96.48% from 255 or 71.10% from 346); Blue value is 24 (9.77% from 255 or 6.94% from 346); Max value from RGB is 246 - color contains mainly: green. Hex color #4CF618 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF618 is #B309E7. Grayscale: #AAAAAA. Windows color (decimal): -11733480 or 1635916. OLE color: 1635916.
HSL color Cylindrical-coordinate representation of color #4CF618: hue angle of 105.95º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4CF618 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 76 | 246 | 24 | - |
| CMYK | 0.69 | 0 | 0.90 | 0.04 |
| HSL | 105.95º | 0.93% | 0.53% | - |
| HSV(B) | 105.95º | 0.9% | 0.96% | - |
| XYZ | 36.1 | 67.51 | 11.99 | - |
| YUV | 169.86 | 45.68 | 61.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 246 | 24 | 0.69 | 0 | 0.90 | 0.04 | 105.95 | 0.93 | 0.53 |
| Hex | 4C | F6 | 18 | 45 | 0 | 5A | 4 | 6A | 5C | 35 |
| Octal | 114 | 366 | 30 | 105 | 0 | 132 | 4 | 152 | 134 | 65 |
| Binary | 1001100 | 11110110 | 11000 | 1000101 | 0 | 1011010 | 100 | 1101010 | 1011100 | 110101 |
Color Harmonies of #4CF618
Complementary color
Monochromatic Colors of #4CF618
Black with #4CF618
Text Example
Text Example
White with #4CF618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF618; }
p { color: rgb(76,246,24); }
H1.HeaderClassName
{
color: #4CF618;
}
.AnyTagClassName
{
color: #4CF618;
}
</style>
background-color css
<style>
a { background-color: #4CF618; }
a { background-color: rgb(76,246,24); }
div.DivClassName
{
background-color: #4CF618;
}
.BgClassName
{
background-color: #4CF618;
}
</style>
border-color css
<style>
span { border-color: #4CF618; }
span { border-color: rgb(76,246,24); }
td.TdClassName
{
border-color: #4CF618;
}
.TagClassName
{
border-color: #4CF618;
}
</style>