Shades of Harlequin #4CEF13
Tints of Harlequin #4CEF13
RGB
CMYK
RGB Variations
Color information
#4CEF13 (or 0x4CEF13) is known color: Harlequin. HEX triplet: 4C, EF and 13. RGB value is (76,239,19). Sum of RGB (Red+Green+Blue) = 76+239+19=334 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.75% from 334); Green value is 239 (93.75% from 255 or 71.56% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 239 - color contains mainly: green. Hex color #4CEF13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CEF13 is #B310EC. Grayscale: #A5A5A5. Windows color (decimal): -11735277 or 1306444. OLE color: 1306444.
HSL color Cylindrical-coordinate representation of color #4CEF13: hue angle of 104.45º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4CEF13 is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 239 | 19 | - |
| CMYK | 0.68 | 0 | 0.92 | 0.06 |
| HSL | 104.45º | 0.87% | 0.51% | - |
| HSV(B) | 104.45º | 0.92% | 0.94% | - |
| XYZ | 33.96 | 63.32 | 11.05 | - |
| YUV | 165.18 | 45.5 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 239 | 19 | 0.68 | 0 | 0.92 | 0.06 | 104.45 | 0.87 | 0.51 |
| Hex | 4C | EF | 13 | 44 | 0 | 5C | 6 | 68 | 57 | 33 |
| Octal | 114 | 357 | 23 | 104 | 0 | 134 | 6 | 150 | 127 | 63 |
| Binary | 1001100 | 11101111 | 10011 | 1000100 | 0 | 1011100 | 110 | 1101000 | 1010111 | 110011 |
Color Harmonies of #4CEF13
Complementary color
Monochromatic Colors of #4CEF13
Black with #4CEF13
Text Example
Text Example
White with #4CEF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEF13; }
p { color: rgb(76,239,19); }
H1.HeaderClassName
{
color: #4CEF13;
}
.AnyTagClassName
{
color: #4CEF13;
}
</style>
background-color css
<style>
a { background-color: #4CEF13; }
a { background-color: rgb(76,239,19); }
div.DivClassName
{
background-color: #4CEF13;
}
.BgClassName
{
background-color: #4CEF13;
}
</style>
border-color css
<style>
span { border-color: #4CEF13; }
span { border-color: rgb(76,239,19); }
td.TdClassName
{
border-color: #4CEF13;
}
.TagClassName
{
border-color: #4CEF13;
}
</style>