Shades of Harlequin #4CF328
Tints of Harlequin #4CF328
RGB
CMYK
RGB Variations
Color information
#4CF328 (or 0x4CF328) is known color: Harlequin. HEX triplet: 4C, F3 and 28. RGB value is (76,243,40). Sum of RGB (Red+Green+Blue) = 76+243+40=359 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.17% from 359); Green value is 243 (95.31% from 255 or 67.69% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 243 - color contains mainly: green. Hex color #4CF328 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF328 is #B30CD7. Grayscale: #AAAAAA. Windows color (decimal): -11734232 or 2683724. OLE color: 2683724.
HSL color Cylindrical-coordinate representation of color #4CF328: hue angle of 109.36º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4CF328 is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 243 | 40 | - |
| CMYK | 0.69 | 0 | 0.84 | 0.05 |
| HSL | 109.36º | 0.89% | 0.55% | - |
| HSV(B) | 109.36º | 0.84% | 0.95% | - |
| XYZ | 35.41 | 65.79 | 12.84 | - |
| YUV | 169.93 | 54.67 | 61.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 243 | 40 | 0.69 | 0 | 0.84 | 0.05 | 109.36 | 0.89 | 0.55 |
| Hex | 4C | F3 | 28 | 45 | 0 | 54 | 5 | 6D | 59 | 37 |
| Octal | 114 | 363 | 50 | 105 | 0 | 124 | 5 | 155 | 131 | 67 |
| Binary | 1001100 | 11110011 | 101000 | 1000101 | 0 | 1010100 | 101 | 1101101 | 1011001 | 110111 |
Color Harmonies of #4CF328
Complementary color
Monochromatic Colors of #4CF328
Black with #4CF328
Text Example
Text Example
White with #4CF328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF328; }
p { color: rgb(76,243,40); }
H1.HeaderClassName
{
color: #4CF328;
}
.AnyTagClassName
{
color: #4CF328;
}
</style>
background-color css
<style>
a { background-color: #4CF328; }
a { background-color: rgb(76,243,40); }
div.DivClassName
{
background-color: #4CF328;
}
.BgClassName
{
background-color: #4CF328;
}
</style>
border-color css
<style>
span { border-color: #4CF328; }
span { border-color: rgb(76,243,40); }
td.TdClassName
{
border-color: #4CF328;
}
.TagClassName
{
border-color: #4CF328;
}
</style>