Shades of Harlequin #4CF122
Tints of Harlequin #4CF122
RGB
CMYK
RGB Variations
Color information
#4CF122 (or 0x4CF122) is known color: Harlequin. HEX triplet: 4C, F1 and 22. RGB value is (76,241,34). Sum of RGB (Red+Green+Blue) = 76+241+34=351 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.65% from 351); Green value is 241 (94.53% from 255 or 68.66% from 351); Blue value is 34 (13.67% from 255 or 9.69% from 351); Max value from RGB is 241 - color contains mainly: green. Hex color #4CF122 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF122 is #B30EDD. Grayscale: #A8A8A8. Windows color (decimal): -11734750 or 2289996. OLE color: 2289996.
HSL color Cylindrical-coordinate representation of color #4CF122: hue angle of 107.83º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4CF122 is Cyan = 0.68, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 241 | 34 | - |
| CMYK | 0.68 | 0 | 0.86 | 0.05 |
| HSL | 107.83º | 0.88% | 0.54% | - |
| HSV(B) | 107.83º | 0.86% | 0.95% | - |
| XYZ | 34.72 | 64.56 | 12.15 | - |
| YUV | 168.07 | 52.34 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 241 | 34 | 0.68 | 0 | 0.86 | 0.05 | 107.83 | 0.88 | 0.54 |
| Hex | 4C | F1 | 22 | 44 | 0 | 56 | 5 | 6C | 58 | 36 |
| Octal | 114 | 361 | 42 | 104 | 0 | 126 | 5 | 154 | 130 | 66 |
| Binary | 1001100 | 11110001 | 100010 | 1000100 | 0 | 1010110 | 101 | 1101100 | 1011000 | 110110 |
Color Harmonies of #4CF122
Complementary color
Monochromatic Colors of #4CF122
Black with #4CF122
Text Example
Text Example
White with #4CF122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF122; }
p { color: rgb(76,241,34); }
H1.HeaderClassName
{
color: #4CF122;
}
.AnyTagClassName
{
color: #4CF122;
}
</style>
background-color css
<style>
a { background-color: #4CF122; }
a { background-color: rgb(76,241,34); }
div.DivClassName
{
background-color: #4CF122;
}
.BgClassName
{
background-color: #4CF122;
}
</style>
border-color css
<style>
span { border-color: #4CF122; }
span { border-color: rgb(76,241,34); }
td.TdClassName
{
border-color: #4CF122;
}
.TagClassName
{
border-color: #4CF122;
}
</style>