Shades of Harlequin #34D600
Tints of Harlequin #34D600
RGB
CMYK
RGB Variations
Color information
#34D600 (or 0x34D600) is known color: Harlequin. HEX triplet: 34, D6 and 00. RGB value is (52,214,0). Sum of RGB (Red+Green+Blue) = 52+214+0=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 214 (83.98% from 255 or 80.45% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 214 - color contains mainly: green. Hex color #34D600 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34D600 is #CB29FF. Grayscale: #8D8D8D. Windows color (decimal): -13314560 or 54836. OLE color: 54836.
HSL color Cylindrical-coordinate representation of color #34D600: hue angle of 105.42º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34D600 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 214 | 0 | - |
| CMYK | 0.76 | 0 | 1 | 0.16 |
| HSL | 105.42º | 1% | 0.42% | - |
| HSV(B) | 105.42º | 1% | 0.84% | - |
| XYZ | 25.46 | 48.82 | 8.08 | - |
| YUV | 141.17 | 48.33 | 64.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 214 | 0 | 0.76 | 0 | 1 | 0.16 | 105.42 | 1 | 0.42 |
| Hex | 34 | D6 | 0 | 4C | 0 | 64 | 10 | 69 | 64 | 2A |
| Octal | 64 | 326 | 0 | 114 | 0 | 144 | 20 | 151 | 144 | 52 |
| Binary | 110100 | 11010110 | 0 | 1001100 | 0 | 1100100 | 10000 | 1101001 | 1100100 | 101010 |
Color Harmonies of #34D600
Complementary color
Monochromatic Colors of #34D600
Black with #34D600
Text Example
Text Example
White with #34D600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D600; }
p { color: rgb(52,214,0); }
H1.HeaderClassName
{
color: #34D600;
}
.AnyTagClassName
{
color: #34D600;
}
</style>
background-color css
<style>
a { background-color: #34D600; }
a { background-color: rgb(52,214,0); }
div.DivClassName
{
background-color: #34D600;
}
.BgClassName
{
background-color: #34D600;
}
</style>
border-color css
<style>
span { border-color: #34D600; }
span { border-color: rgb(52,214,0); }
td.TdClassName
{
border-color: #34D600;
}
.TagClassName
{
border-color: #34D600;
}
</style>