Shades of Harlequin #34FF11
Tints of Harlequin #34FF11
RGB
CMYK
RGB Variations
Color information
#34FF11 (or 0x34FF11) is known color: Harlequin. HEX triplet: 34, FF and 11. RGB value is (52,255,17). Sum of RGB (Red+Green+Blue) = 52+255+17=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 255 (100% from 255 or 78.70% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 255 - color contains mainly: green. Hex color #34FF11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #34FF11 is #CB00EE. Grayscale: #A7A7A7. Windows color (decimal): -13304047 or 1179444. OLE color: 1179444.
HSL color Cylindrical-coordinate representation of color #34FF11: hue angle of 111.18º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #34FF11 is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 255 | 17 | - |
| CMYK | 0.80 | 0 | 0.93 | 0 |
| HSL | 111.18º | 1% | 0.53% | - |
| HSV(B) | 111.18º | 0.93% | 1% | - |
| XYZ | 37.28 | 72.29 | 12.52 | - |
| YUV | 167.17 | 43.25 | 45.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 255 | 17 | 0.80 | 0 | 0.93 | 0 | 111.18 | 1 | 0.53 |
| Hex | 34 | FF | 11 | 50 | 0 | 5D | 0 | 6F | 64 | 35 |
| Octal | 64 | 377 | 21 | 120 | 0 | 135 | 0 | 157 | 144 | 65 |
| Binary | 110100 | 11111111 | 10001 | 1010000 | 0 | 1011101 | 0 | 1101111 | 1100100 | 110101 |
Color Harmonies of #34FF11
Complementary color
Monochromatic Colors of #34FF11
Black with #34FF11
Text Example
Text Example
White with #34FF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FF11; }
p { color: rgb(52,255,17); }
H1.HeaderClassName
{
color: #34FF11;
}
.AnyTagClassName
{
color: #34FF11;
}
</style>
background-color css
<style>
a { background-color: #34FF11; }
a { background-color: rgb(52,255,17); }
div.DivClassName
{
background-color: #34FF11;
}
.BgClassName
{
background-color: #34FF11;
}
</style>
border-color css
<style>
span { border-color: #34FF11; }
span { border-color: rgb(52,255,17); }
td.TdClassName
{
border-color: #34FF11;
}
.TagClassName
{
border-color: #34FF11;
}
</style>