Shades of Harlequin #34F020
Tints of Harlequin #34F020
RGB
CMYK
RGB Variations
Color information
#34F020 (or 0x34F020) is known color: Harlequin. HEX triplet: 34, F0 and 20. RGB value is (52,240,32). Sum of RGB (Red+Green+Blue) = 52+240+32=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 240 (94.14% from 255 or 74.07% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 240 - color contains mainly: green. Hex color #34F020 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F020 is #CB0FDF. Grayscale: #A0A0A0. Windows color (decimal): -13307872 or 2158644. OLE color: 2158644.
HSL color Cylindrical-coordinate representation of color #34F020: hue angle of 114.23º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #34F020 is Cyan = 0.78, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 240 | 32 | - |
| CMYK | 0.78 | 0 | 0.87 | 0.06 |
| HSL | 114.23º | 0.87% | 0.53% | - |
| HSV(B) | 114.23º | 0.87% | 0.94% | - |
| XYZ | 32.84 | 63.15 | 11.83 | - |
| YUV | 160.08 | 55.72 | 50.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 240 | 32 | 0.78 | 0 | 0.87 | 0.06 | 114.23 | 0.87 | 0.53 |
| Hex | 34 | F0 | 20 | 4E | 0 | 57 | 6 | 72 | 57 | 35 |
| Octal | 64 | 360 | 40 | 116 | 0 | 127 | 6 | 162 | 127 | 65 |
| Binary | 110100 | 11110000 | 100000 | 1001110 | 0 | 1010111 | 110 | 1110010 | 1010111 | 110101 |
Color Harmonies of #34F020
Complementary color
Monochromatic Colors of #34F020
Black with #34F020
Text Example
Text Example
White with #34F020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F020; }
p { color: rgb(52,240,32); }
H1.HeaderClassName
{
color: #34F020;
}
.AnyTagClassName
{
color: #34F020;
}
</style>
background-color css
<style>
a { background-color: #34F020; }
a { background-color: rgb(52,240,32); }
div.DivClassName
{
background-color: #34F020;
}
.BgClassName
{
background-color: #34F020;
}
</style>
border-color css
<style>
span { border-color: #34F020; }
span { border-color: rgb(52,240,32); }
td.TdClassName
{
border-color: #34F020;
}
.TagClassName
{
border-color: #34F020;
}
</style>