Shades of Harlequin #4CEF1D
Tints of Harlequin #4CEF1D
RGB
CMYK
RGB Variations
Color information
#4CEF1D (or 0x4CEF1D) is known color: Harlequin. HEX triplet: 4C, EF and 1D. RGB value is (76,239,29). Sum of RGB (Red+Green+Blue) = 76+239+29=344 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.09% from 344); Green value is 239 (93.75% from 255 or 69.48% from 344); Blue value is 29 (11.72% from 255 or 8.43% from 344); Max value from RGB is 239 - color contains mainly: green. Hex color #4CEF1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CEF1D is #B310E2. Grayscale: #A7A7A7. Windows color (decimal): -11735267 or 1961804. OLE color: 1961804.
HSL color Cylindrical-coordinate representation of color #4CEF1D: hue angle of 106.57º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4CEF1D is Cyan = 0.68, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 239 | 29 | - |
| CMYK | 0.68 | 0 | 0.88 | 0.06 |
| HSL | 106.57º | 0.87% | 0.53% | - |
| HSV(B) | 106.57º | 0.88% | 0.94% | - |
| XYZ | 34.07 | 63.36 | 11.6 | - |
| YUV | 166.32 | 50.5 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 239 | 29 | 0.68 | 0 | 0.88 | 0.06 | 106.57 | 0.87 | 0.53 |
| Hex | 4C | EF | 1D | 44 | 0 | 58 | 6 | 6B | 57 | 35 |
| Octal | 114 | 357 | 35 | 104 | 0 | 130 | 6 | 153 | 127 | 65 |
| Binary | 1001100 | 11101111 | 11101 | 1000100 | 0 | 1011000 | 110 | 1101011 | 1010111 | 110101 |
Color Harmonies of #4CEF1D
Complementary color
Monochromatic Colors of #4CEF1D
Black with #4CEF1D
Text Example
Text Example
White with #4CEF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEF1D; }
p { color: rgb(76,239,29); }
H1.HeaderClassName
{
color: #4CEF1D;
}
.AnyTagClassName
{
color: #4CEF1D;
}
</style>
background-color css
<style>
a { background-color: #4CEF1D; }
a { background-color: rgb(76,239,29); }
div.DivClassName
{
background-color: #4CEF1D;
}
.BgClassName
{
background-color: #4CEF1D;
}
</style>
border-color css
<style>
span { border-color: #4CEF1D; }
span { border-color: rgb(76,239,29); }
td.TdClassName
{
border-color: #4CEF1D;
}
.TagClassName
{
border-color: #4CEF1D;
}
</style>