Shades of Harlequin #4CFB18
Tints of Harlequin #4CFB18
RGB
CMYK
RGB Variations
Color information
#4CFB18 (or 0x4CFB18) is known color: Harlequin. HEX triplet: 4C, FB and 18. RGB value is (76,251,24). Sum of RGB (Red+Green+Blue) = 76+251+24=351 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.65% from 351); Green value is 251 (98.44% from 255 or 71.51% from 351); Blue value is 24 (9.77% from 255 or 6.84% from 351); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFB18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CFB18 is #B304E7. Grayscale: #ADADAD. Windows color (decimal): -11732200 or 1637196. OLE color: 1637196.
HSL color Cylindrical-coordinate representation of color #4CFB18: hue angle of 106.26º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4CFB18 is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 251 | 24 | - |
| CMYK | 0.70 | 0 | 0.90 | 0.02 |
| HSL | 106.26º | 0.97% | 0.54% | - |
| HSV(B) | 106.26º | 0.9% | 0.98% | - |
| XYZ | 37.64 | 70.6 | 12.51 | - |
| YUV | 172.8 | 44.02 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 251 | 24 | 0.70 | 0 | 0.90 | 0.02 | 106.26 | 0.97 | 0.54 |
| Hex | 4C | FB | 18 | 46 | 0 | 5A | 2 | 6A | 61 | 36 |
| Octal | 114 | 373 | 30 | 106 | 0 | 132 | 2 | 152 | 141 | 66 |
| Binary | 1001100 | 11111011 | 11000 | 1000110 | 0 | 1011010 | 10 | 1101010 | 1100001 | 110110 |
Color Harmonies of #4CFB18
Complementary color
Monochromatic Colors of #4CFB18
Black with #4CFB18
Text Example
Text Example
White with #4CFB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFB18; }
p { color: rgb(76,251,24); }
H1.HeaderClassName
{
color: #4CFB18;
}
.AnyTagClassName
{
color: #4CFB18;
}
</style>
background-color css
<style>
a { background-color: #4CFB18; }
a { background-color: rgb(76,251,24); }
div.DivClassName
{
background-color: #4CFB18;
}
.BgClassName
{
background-color: #4CFB18;
}
</style>
border-color css
<style>
span { border-color: #4CFB18; }
span { border-color: rgb(76,251,24); }
td.TdClassName
{
border-color: #4CFB18;
}
.TagClassName
{
border-color: #4CFB18;
}
</style>