Shades of Harlequin #34F008
Tints of Harlequin #34F008
RGB
CMYK
RGB Variations
Color information
#34F008 (or 0x34F008) is known color: Harlequin. HEX triplet: 34, F0 and 08. RGB value is (52,240,8). Sum of RGB (Red+Green+Blue) = 52+240+8=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 240 (94.14% from 255 or 80% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 240 - color contains mainly: green. Hex color #34F008 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #34F008 is #CB0FF7. Grayscale: #9E9E9E. Windows color (decimal): -13307896 or 585780. OLE color: 585780.
HSL color Cylindrical-coordinate representation of color #34F008: hue angle of 108.62º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #34F008 is Cyan = 0.78, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 240 | 8 | - |
| CMYK | 0.78 | 0 | 0.97 | 0.06 |
| HSL | 108.62º | 0.94% | 0.49% | - |
| HSV(B) | 108.62º | 0.97% | 0.94% | - |
| XYZ | 32.62 | 63.07 | 10.68 | - |
| YUV | 157.34 | 43.72 | 52.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 240 | 8 | 0.78 | 0 | 0.97 | 0.06 | 108.62 | 0.94 | 0.49 |
| Hex | 34 | F0 | 8 | 4E | 0 | 61 | 6 | 6D | 5E | 31 |
| Octal | 64 | 360 | 10 | 116 | 0 | 141 | 6 | 155 | 136 | 61 |
| Binary | 110100 | 11110000 | 1000 | 1001110 | 0 | 1100001 | 110 | 1101101 | 1011110 | 110001 |
Color Harmonies of #34F008
Complementary color
Monochromatic Colors of #34F008
Black with #34F008
Text Example
Text Example
White with #34F008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F008; }
p { color: rgb(52,240,8); }
H1.HeaderClassName
{
color: #34F008;
}
.AnyTagClassName
{
color: #34F008;
}
</style>
background-color css
<style>
a { background-color: #34F008; }
a { background-color: rgb(52,240,8); }
div.DivClassName
{
background-color: #34F008;
}
.BgClassName
{
background-color: #34F008;
}
</style>
border-color css
<style>
span { border-color: #34F008; }
span { border-color: rgb(52,240,8); }
td.TdClassName
{
border-color: #34F008;
}
.TagClassName
{
border-color: #34F008;
}
</style>