Shades of Harlequin #4CF128
Tints of Harlequin #4CF128
RGB
CMYK
RGB Variations
Color information
#4CF128 (or 0x4CF128) is known color: Harlequin. HEX triplet: 4C, F1 and 28. RGB value is (76,241,40). Sum of RGB (Red+Green+Blue) = 76+241+40=357 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.29% from 357); Green value is 241 (94.53% from 255 or 67.51% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 241 - color contains mainly: green. Hex color #4CF128 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF128 is #B30ED7. Grayscale: #A9A9A9. Windows color (decimal): -11734744 or 2683212. OLE color: 2683212.
HSL color Cylindrical-coordinate representation of color #4CF128: hue angle of 109.25º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4CF128 is Cyan = 0.68, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 241 | 40 | - |
| CMYK | 0.68 | 0 | 0.83 | 0.05 |
| HSL | 109.25º | 0.88% | 0.55% | - |
| HSV(B) | 109.25º | 0.83% | 0.95% | - |
| XYZ | 34.82 | 64.6 | 12.64 | - |
| YUV | 168.75 | 55.34 | 61.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 241 | 40 | 0.68 | 0 | 0.83 | 0.05 | 109.25 | 0.88 | 0.55 |
| Hex | 4C | F1 | 28 | 44 | 0 | 53 | 5 | 6D | 58 | 37 |
| Octal | 114 | 361 | 50 | 104 | 0 | 123 | 5 | 155 | 130 | 67 |
| Binary | 1001100 | 11110001 | 101000 | 1000100 | 0 | 1010011 | 101 | 1101101 | 1011000 | 110111 |
Color Harmonies of #4CF128
Complementary color
Monochromatic Colors of #4CF128
Black with #4CF128
Text Example
Text Example
White with #4CF128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF128; }
p { color: rgb(76,241,40); }
H1.HeaderClassName
{
color: #4CF128;
}
.AnyTagClassName
{
color: #4CF128;
}
</style>
background-color css
<style>
a { background-color: #4CF128; }
a { background-color: rgb(76,241,40); }
div.DivClassName
{
background-color: #4CF128;
}
.BgClassName
{
background-color: #4CF128;
}
</style>
border-color css
<style>
span { border-color: #4CF128; }
span { border-color: rgb(76,241,40); }
td.TdClassName
{
border-color: #4CF128;
}
.TagClassName
{
border-color: #4CF128;
}
</style>