Shades of Harlequin #4CF729
Tints of Harlequin #4CF729
RGB
CMYK
RGB Variations
Color information
#4CF729 (or 0x4CF729) is known color: Harlequin. HEX triplet: 4C, F7 and 29. RGB value is (76,247,41). Sum of RGB (Red+Green+Blue) = 76+247+41=364 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.88% from 364); Green value is 247 (96.88% from 255 or 67.86% from 364); Blue value is 41 (16.41% from 255 or 11.26% from 364); Max value from RGB is 247 - color contains mainly: green. Hex color #4CF729 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF729 is #B308D6. Grayscale: #ADADAD. Windows color (decimal): -11733207 or 2750284. OLE color: 2750284.
HSL color Cylindrical-coordinate representation of color #4CF729: hue angle of 109.81º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4CF729 is Cyan = 0.69, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 76 | 247 | 41 | - |
| CMYK | 0.69 | 0 | 0.83 | 0.03 |
| HSL | 109.81º | 0.93% | 0.56% | - |
| HSV(B) | 109.81º | 0.83% | 0.97% | - |
| XYZ | 36.64 | 68.22 | 13.33 | - |
| YUV | 172.39 | 53.85 | 59.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 247 | 41 | 0.69 | 0 | 0.83 | 0.03 | 109.81 | 0.93 | 0.56 |
| Hex | 4C | F7 | 29 | 45 | 0 | 53 | 3 | 6E | 5D | 38 |
| Octal | 114 | 367 | 51 | 105 | 0 | 123 | 3 | 156 | 135 | 70 |
| Binary | 1001100 | 11110111 | 101001 | 1000101 | 0 | 1010011 | 11 | 1101110 | 1011101 | 111000 |
Color Harmonies of #4CF729
Complementary color
Monochromatic Colors of #4CF729
Black with #4CF729
Text Example
Text Example
White with #4CF729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF729; }
p { color: rgb(76,247,41); }
H1.HeaderClassName
{
color: #4CF729;
}
.AnyTagClassName
{
color: #4CF729;
}
</style>
background-color css
<style>
a { background-color: #4CF729; }
a { background-color: rgb(76,247,41); }
div.DivClassName
{
background-color: #4CF729;
}
.BgClassName
{
background-color: #4CF729;
}
</style>
border-color css
<style>
span { border-color: #4CF729; }
span { border-color: rgb(76,247,41); }
td.TdClassName
{
border-color: #4CF729;
}
.TagClassName
{
border-color: #4CF729;
}
</style>