Shades of Harlequin #34F011
Tints of Harlequin #34F011
RGB
CMYK
RGB Variations
Color information
#34F011 (or 0x34F011) is known color: Harlequin. HEX triplet: 34, F0 and 11. RGB value is (52,240,17). Sum of RGB (Red+Green+Blue) = 52+240+17=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 240 (94.14% from 255 or 77.67% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 240 - color contains mainly: green. Hex color #34F011 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #34F011 is #CB0FEE. Grayscale: #9F9F9F. Windows color (decimal): -13307887 or 1175604. OLE color: 1175604.
HSL color Cylindrical-coordinate representation of color #34F011: hue angle of 110.58º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #34F011 is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 240 | 17 | - |
| CMYK | 0.78 | 0 | 0.93 | 0.06 |
| HSL | 110.58º | 0.88% | 0.5% | - |
| HSV(B) | 110.58º | 0.93% | 0.94% | - |
| XYZ | 32.68 | 63.09 | 10.99 | - |
| YUV | 158.37 | 48.22 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 240 | 17 | 0.78 | 0 | 0.93 | 0.06 | 110.58 | 0.88 | 0.5 |
| Hex | 34 | F0 | 11 | 4E | 0 | 5D | 6 | 6F | 58 | 32 |
| Octal | 64 | 360 | 21 | 116 | 0 | 135 | 6 | 157 | 130 | 62 |
| Binary | 110100 | 11110000 | 10001 | 1001110 | 0 | 1011101 | 110 | 1101111 | 1011000 | 110010 |
Color Harmonies of #34F011
Complementary color
Monochromatic Colors of #34F011
Black with #34F011
Text Example
Text Example
White with #34F011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F011; }
p { color: rgb(52,240,17); }
H1.HeaderClassName
{
color: #34F011;
}
.AnyTagClassName
{
color: #34F011;
}
</style>
background-color css
<style>
a { background-color: #34F011; }
a { background-color: rgb(52,240,17); }
div.DivClassName
{
background-color: #34F011;
}
.BgClassName
{
background-color: #34F011;
}
</style>
border-color css
<style>
span { border-color: #34F011; }
span { border-color: rgb(52,240,17); }
td.TdClassName
{
border-color: #34F011;
}
.TagClassName
{
border-color: #34F011;
}
</style>