Shades of Harlequin #34F600
Tints of Harlequin #34F600
RGB
CMYK
RGB Variations
Color information
#34F600 (or 0x34F600) is known color: Harlequin. HEX triplet: 34, F6 and 00. RGB value is (52,246,0). Sum of RGB (Red+Green+Blue) = 52+246+0=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 246 (96.48% from 255 or 82.55% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 246 - color contains mainly: green. Hex color #34F600 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #34F600 is #CB09FF. Grayscale: #A0A0A0. Windows color (decimal): -13306368 or 63028. OLE color: 63028.
HSL color Cylindrical-coordinate representation of color #34F600: hue angle of 107.32º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34F600 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 52 | 246 | 0 | - |
| CMYK | 0.79 | 0 | 1 | 0.04 |
| HSL | 107.32º | 1% | 0.48% | - |
| HSV(B) | 107.32º | 1% | 0.96% | - |
| XYZ | 34.37 | 66.64 | 11.05 | - |
| YUV | 159.95 | 37.73 | 51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 246 | 0 | 0.79 | 0 | 1 | 0.04 | 107.32 | 1 | 0.48 |
| Hex | 34 | F6 | 0 | 4F | 0 | 64 | 4 | 6B | 64 | 30 |
| Octal | 64 | 366 | 0 | 117 | 0 | 144 | 4 | 153 | 144 | 60 |
| Binary | 110100 | 11110110 | 0 | 1001111 | 0 | 1100100 | 100 | 1101011 | 1100100 | 110000 |
Color Harmonies of #34F600
Complementary color
Monochromatic Colors of #34F600
Black with #34F600
Text Example
Text Example
White with #34F600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F600; }
p { color: rgb(52,246,0); }
H1.HeaderClassName
{
color: #34F600;
}
.AnyTagClassName
{
color: #34F600;
}
</style>
background-color css
<style>
a { background-color: #34F600; }
a { background-color: rgb(52,246,0); }
div.DivClassName
{
background-color: #34F600;
}
.BgClassName
{
background-color: #34F600;
}
</style>
border-color css
<style>
span { border-color: #34F600; }
span { border-color: rgb(52,246,0); }
td.TdClassName
{
border-color: #34F600;
}
.TagClassName
{
border-color: #34F600;
}
</style>