Shades of Harlequin #34F014
Tints of Harlequin #34F014
RGB
CMYK
RGB Variations
Color information
#34F014 (or 0x34F014) is known color: Harlequin. HEX triplet: 34, F0 and 14. RGB value is (52,240,20). Sum of RGB (Red+Green+Blue) = 52+240+20=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 240 (94.14% from 255 or 76.92% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 240 - color contains mainly: green. Hex color #34F014 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #34F014 is #CB0FEB. Grayscale: #9F9F9F. Windows color (decimal): -13307884 or 1372212. OLE color: 1372212.
HSL color Cylindrical-coordinate representation of color #34F014: hue angle of 111.27º degrees, saturation: 0.88, 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 #34F014 is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 240 | 20 | - |
| CMYK | 0.78 | 0 | 0.92 | 0.06 |
| HSL | 111.27º | 0.88% | 0.51% | - |
| HSV(B) | 111.27º | 0.92% | 0.94% | - |
| XYZ | 32.7 | 63.1 | 11.12 | - |
| YUV | 158.71 | 49.72 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 240 | 20 | 0.78 | 0 | 0.92 | 0.06 | 111.27 | 0.88 | 0.51 |
| Hex | 34 | F0 | 14 | 4E | 0 | 5C | 6 | 6F | 58 | 33 |
| Octal | 64 | 360 | 24 | 116 | 0 | 134 | 6 | 157 | 130 | 63 |
| Binary | 110100 | 11110000 | 10100 | 1001110 | 0 | 1011100 | 110 | 1101111 | 1011000 | 110011 |
Color Harmonies of #34F014
Complementary color
Monochromatic Colors of #34F014
Black with #34F014
Text Example
Text Example
White with #34F014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F014; }
p { color: rgb(52,240,20); }
H1.HeaderClassName
{
color: #34F014;
}
.AnyTagClassName
{
color: #34F014;
}
</style>
background-color css
<style>
a { background-color: #34F014; }
a { background-color: rgb(52,240,20); }
div.DivClassName
{
background-color: #34F014;
}
.BgClassName
{
background-color: #34F014;
}
</style>
border-color css
<style>
span { border-color: #34F014; }
span { border-color: rgb(52,240,20); }
td.TdClassName
{
border-color: #34F014;
}
.TagClassName
{
border-color: #34F014;
}
</style>