Shades of Harlequin #4CF326
Tints of Harlequin #4CF326
RGB
CMYK
RGB Variations
Color information
#4CF326 (or 0x4CF326) is known color: Harlequin. HEX triplet: 4C, F3 and 26. RGB value is (76,243,38). Sum of RGB (Red+Green+Blue) = 76+243+38=357 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.29% from 357); Green value is 243 (95.31% from 255 or 68.07% from 357); Blue value is 38 (15.23% from 255 or 10.64% from 357); Max value from RGB is 243 - color contains mainly: green. Hex color #4CF326 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF326 is #B30CD9. Grayscale: #AAAAAA. Windows color (decimal): -11734234 or 2552652. OLE color: 2552652.
HSL color Cylindrical-coordinate representation of color #4CF326: hue angle of 108.88º degrees, saturation: 0.9, 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 #4CF326 is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 243 | 38 | - |
| CMYK | 0.69 | 0 | 0.84 | 0.05 |
| HSL | 108.88º | 0.9% | 0.55% | - |
| HSV(B) | 108.88º | 0.84% | 0.95% | - |
| XYZ | 35.38 | 65.78 | 12.67 | - |
| YUV | 169.7 | 53.67 | 61.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 243 | 38 | 0.69 | 0 | 0.84 | 0.05 | 108.88 | 0.9 | 0.55 |
| Hex | 4C | F3 | 26 | 45 | 0 | 54 | 5 | 6D | 5A | 37 |
| Octal | 114 | 363 | 46 | 105 | 0 | 124 | 5 | 155 | 132 | 67 |
| Binary | 1001100 | 11110011 | 100110 | 1000101 | 0 | 1010100 | 101 | 1101101 | 1011010 | 110111 |
Color Harmonies of #4CF326
Complementary color
Monochromatic Colors of #4CF326
Black with #4CF326
Text Example
Text Example
White with #4CF326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF326; }
p { color: rgb(76,243,38); }
H1.HeaderClassName
{
color: #4CF326;
}
.AnyTagClassName
{
color: #4CF326;
}
</style>
background-color css
<style>
a { background-color: #4CF326; }
a { background-color: rgb(76,243,38); }
div.DivClassName
{
background-color: #4CF326;
}
.BgClassName
{
background-color: #4CF326;
}
</style>
border-color css
<style>
span { border-color: #4CF326; }
span { border-color: rgb(76,243,38); }
td.TdClassName
{
border-color: #4CF326;
}
.TagClassName
{
border-color: #4CF326;
}
</style>