Shades of Harlequin #4CEF03
Tints of Harlequin #4CEF03
RGB
CMYK
RGB Variations
Color information
#4CEF03 (or 0x4CEF03) is known color: Harlequin. HEX triplet: 4C, EF and 03. RGB value is (76,239,3). Sum of RGB (Red+Green+Blue) = 76+239+3=318 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.90% from 318); Green value is 239 (93.75% from 255 or 75.16% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 239 - color contains mainly: green. Hex color #4CEF03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CEF03 is #B310FC. Grayscale: #A4A4A4. Windows color (decimal): -11735293 or 257868. OLE color: 257868.
HSL color Cylindrical-coordinate representation of color #4CEF03: hue angle of 101.44º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4CEF03 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 239 | 3 | - |
| CMYK | 0.68 | 0 | 0.99 | 0.06 |
| HSL | 101.44º | 0.98% | 0.47% | - |
| HSV(B) | 101.44º | 0.99% | 0.94% | - |
| XYZ | 33.86 | 63.28 | 10.51 | - |
| YUV | 163.36 | 37.5 | 65.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 239 | 3 | 0.68 | 0 | 0.99 | 0.06 | 101.44 | 0.98 | 0.47 |
| Hex | 4C | EF | 3 | 44 | 0 | 63 | 6 | 65 | 62 | 2F |
| Octal | 114 | 357 | 3 | 104 | 0 | 143 | 6 | 145 | 142 | 57 |
| Binary | 1001100 | 11101111 | 11 | 1000100 | 0 | 1100011 | 110 | 1100101 | 1100010 | 101111 |
Color Harmonies of #4CEF03
Complementary color
Monochromatic Colors of #4CEF03
Black with #4CEF03
Text Example
Text Example
White with #4CEF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEF03; }
p { color: rgb(76,239,3); }
H1.HeaderClassName
{
color: #4CEF03;
}
.AnyTagClassName
{
color: #4CEF03;
}
</style>
background-color css
<style>
a { background-color: #4CEF03; }
a { background-color: rgb(76,239,3); }
div.DivClassName
{
background-color: #4CEF03;
}
.BgClassName
{
background-color: #4CEF03;
}
</style>
border-color css
<style>
span { border-color: #4CEF03; }
span { border-color: rgb(76,239,3); }
td.TdClassName
{
border-color: #4CEF03;
}
.TagClassName
{
border-color: #4CEF03;
}
</style>