Shades of Harlequin #4CF314
Tints of Harlequin #4CF314
RGB
CMYK
RGB Variations
Color information
#4CF314 (or 0x4CF314) is known color: Harlequin. HEX triplet: 4C, F3 and 14. RGB value is (76,243,20). Sum of RGB (Red+Green+Blue) = 76+243+20=339 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.42% from 339); Green value is 243 (95.31% from 255 or 71.68% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 243 - color contains mainly: green. Hex color #4CF314 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CF314 is #B30CEB. Grayscale: #A8A8A8. Windows color (decimal): -11734252 or 1373004. OLE color: 1373004.
HSL color Cylindrical-coordinate representation of color #4CF314: hue angle of 104.93º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4CF314 is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 243 | 20 | - |
| CMYK | 0.69 | 0 | 0.92 | 0.05 |
| HSL | 104.93º | 0.9% | 0.52% | - |
| HSV(B) | 104.93º | 0.92% | 0.95% | - |
| XYZ | 35.16 | 65.69 | 11.49 | - |
| YUV | 167.65 | 44.67 | 62.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 243 | 20 | 0.69 | 0 | 0.92 | 0.05 | 104.93 | 0.9 | 0.52 |
| Hex | 4C | F3 | 14 | 45 | 0 | 5C | 5 | 69 | 5A | 34 |
| Octal | 114 | 363 | 24 | 105 | 0 | 134 | 5 | 151 | 132 | 64 |
| Binary | 1001100 | 11110011 | 10100 | 1000101 | 0 | 1011100 | 101 | 1101001 | 1011010 | 110100 |
Color Harmonies of #4CF314
Complementary color
Monochromatic Colors of #4CF314
Black with #4CF314
Text Example
Text Example
White with #4CF314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF314; }
p { color: rgb(76,243,20); }
H1.HeaderClassName
{
color: #4CF314;
}
.AnyTagClassName
{
color: #4CF314;
}
</style>
background-color css
<style>
a { background-color: #4CF314; }
a { background-color: rgb(76,243,20); }
div.DivClassName
{
background-color: #4CF314;
}
.BgClassName
{
background-color: #4CF314;
}
</style>
border-color css
<style>
span { border-color: #4CF314; }
span { border-color: rgb(76,243,20); }
td.TdClassName
{
border-color: #4CF314;
}
.TagClassName
{
border-color: #4CF314;
}
</style>