Shades of Harlequin #4CF926
Tints of Harlequin #4CF926
RGB
CMYK
RGB Variations
Color information
#4CF926 (or 0x4CF926) is known color: Harlequin. HEX triplet: 4C, F9 and 26. RGB value is (76,249,38). Sum of RGB (Red+Green+Blue) = 76+249+38=363 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.94% from 363); Green value is 249 (97.66% from 255 or 68.60% from 363); Blue value is 38 (15.23% from 255 or 10.47% from 363); Max value from RGB is 249 - color contains mainly: green. Hex color #4CF926 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF926 is #B306D9. Grayscale: #ADADAD. Windows color (decimal): -11732698 or 2554188. OLE color: 2554188.
HSL color Cylindrical-coordinate representation of color #4CF926: hue angle of 109.19º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4CF926 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 249 | 38 | - |
| CMYK | 0.69 | 0 | 0.85 | 0.02 |
| HSL | 109.19º | 0.95% | 0.56% | - |
| HSV(B) | 109.19º | 0.85% | 0.98% | - |
| XYZ | 37.21 | 69.43 | 13.27 | - |
| YUV | 173.22 | 51.69 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 249 | 38 | 0.69 | 0 | 0.85 | 0.02 | 109.19 | 0.95 | 0.56 |
| Hex | 4C | F9 | 26 | 45 | 0 | 55 | 2 | 6D | 5F | 38 |
| Octal | 114 | 371 | 46 | 105 | 0 | 125 | 2 | 155 | 137 | 70 |
| Binary | 1001100 | 11111001 | 100110 | 1000101 | 0 | 1010101 | 10 | 1101101 | 1011111 | 111000 |
Color Harmonies of #4CF926
Complementary color
Monochromatic Colors of #4CF926
Black with #4CF926
Text Example
Text Example
White with #4CF926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF926; }
p { color: rgb(76,249,38); }
H1.HeaderClassName
{
color: #4CF926;
}
.AnyTagClassName
{
color: #4CF926;
}
</style>
background-color css
<style>
a { background-color: #4CF926; }
a { background-color: rgb(76,249,38); }
div.DivClassName
{
background-color: #4CF926;
}
.BgClassName
{
background-color: #4CF926;
}
</style>
border-color css
<style>
span { border-color: #4CF926; }
span { border-color: rgb(76,249,38); }
td.TdClassName
{
border-color: #4CF926;
}
.TagClassName
{
border-color: #4CF926;
}
</style>