Shades of Harlequin #34E916
Tints of Harlequin #34E916
RGB
CMYK
RGB Variations
Color information
#34E916 (or 0x34E916) is known color: Harlequin. HEX triplet: 34, E9 and 16. RGB value is (52,233,22). Sum of RGB (Red+Green+Blue) = 52+233+22=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 233 (91.41% from 255 or 75.90% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 233 - color contains mainly: green. Hex color #34E916 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #34E916 is #CB16E9. Grayscale: #9B9B9B. Windows color (decimal): -13309674 or 1501492. OLE color: 1501492.
HSL color Cylindrical-coordinate representation of color #34E916: hue angle of 111.47º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #34E916 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 52 | 233 | 22 | - |
| CMYK | 0.78 | 0 | 0.91 | 0.09 |
| HSL | 111.47º | 0.83% | 0.5% | - |
| HSV(B) | 111.47º | 0.91% | 0.91% | - |
| XYZ | 30.7 | 59.07 | 10.54 | - |
| YUV | 154.83 | 53.03 | 54.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 233 | 22 | 0.78 | 0 | 0.91 | 0.09 | 111.47 | 0.83 | 0.5 |
| Hex | 34 | E9 | 16 | 4E | 0 | 5B | 9 | 6F | 53 | 32 |
| Octal | 64 | 351 | 26 | 116 | 0 | 133 | 11 | 157 | 123 | 62 |
| Binary | 110100 | 11101001 | 10110 | 1001110 | 0 | 1011011 | 1001 | 1101111 | 1010011 | 110010 |
Color Harmonies of #34E916
Complementary color
Monochromatic Colors of #34E916
Black with #34E916
Text Example
Text Example
White with #34E916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E916; }
p { color: rgb(52,233,22); }
H1.HeaderClassName
{
color: #34E916;
}
.AnyTagClassName
{
color: #34E916;
}
</style>
background-color css
<style>
a { background-color: #34E916; }
a { background-color: rgb(52,233,22); }
div.DivClassName
{
background-color: #34E916;
}
.BgClassName
{
background-color: #34E916;
}
</style>
border-color css
<style>
span { border-color: #34E916; }
span { border-color: rgb(52,233,22); }
td.TdClassName
{
border-color: #34E916;
}
.TagClassName
{
border-color: #34E916;
}
</style>