Shades of Harlequin #4CEF12
Tints of Harlequin #4CEF12
RGB
CMYK
RGB Variations
Color information
#4CEF12 (or 0x4CEF12) is known color: Harlequin. HEX triplet: 4C, EF and 12. RGB value is (76,239,18). Sum of RGB (Red+Green+Blue) = 76+239+18=333 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.82% from 333); Green value is 239 (93.75% from 255 or 71.77% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 239 - color contains mainly: green. Hex color #4CEF12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CEF12 is #B310ED. Grayscale: #A5A5A5. Windows color (decimal): -11735278 or 1240908. OLE color: 1240908.
HSL color Cylindrical-coordinate representation of color #4CEF12: hue angle of 104.25º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4CEF12 is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 239 | 18 | - |
| CMYK | 0.68 | 0 | 0.92 | 0.06 |
| HSL | 104.25º | 0.87% | 0.5% | - |
| HSV(B) | 104.25º | 0.92% | 0.94% | - |
| XYZ | 33.96 | 63.31 | 11 | - |
| YUV | 165.07 | 45 | 64.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 239 | 18 | 0.68 | 0 | 0.92 | 0.06 | 104.25 | 0.87 | 0.5 |
| Hex | 4C | EF | 12 | 44 | 0 | 5C | 6 | 68 | 57 | 32 |
| Octal | 114 | 357 | 22 | 104 | 0 | 134 | 6 | 150 | 127 | 62 |
| Binary | 1001100 | 11101111 | 10010 | 1000100 | 0 | 1011100 | 110 | 1101000 | 1010111 | 110010 |
Color Harmonies of #4CEF12
Complementary color
Monochromatic Colors of #4CEF12
Black with #4CEF12
Text Example
Text Example
White with #4CEF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEF12; }
p { color: rgb(76,239,18); }
H1.HeaderClassName
{
color: #4CEF12;
}
.AnyTagClassName
{
color: #4CEF12;
}
</style>
background-color css
<style>
a { background-color: #4CEF12; }
a { background-color: rgb(76,239,18); }
div.DivClassName
{
background-color: #4CEF12;
}
.BgClassName
{
background-color: #4CEF12;
}
</style>
border-color css
<style>
span { border-color: #4CEF12; }
span { border-color: rgb(76,239,18); }
td.TdClassName
{
border-color: #4CEF12;
}
.TagClassName
{
border-color: #4CEF12;
}
</style>