Shades of Harlequin #34FE20
Tints of Harlequin #34FE20
RGB
CMYK
RGB Variations
Color information
#34FE20 (or 0x34FE20) is known color: Harlequin. HEX triplet: 34, FE and 20. RGB value is (52,254,32). Sum of RGB (Red+Green+Blue) = 52+254+32=338 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.38% from 338); Green value is 254 (99.61% from 255 or 75.15% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 254 - color contains mainly: green. Hex color #34FE20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34FE20 is #CB01DF. Grayscale: #A8A8A8. Windows color (decimal): -13304288 or 2162228. OLE color: 2162228.
HSL color Cylindrical-coordinate representation of color #34FE20: hue angle of 114.59º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #34FE20 is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 254 | 32 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.00 |
| HSL | 114.59º | 0.99% | 0.56% | - |
| HSV(B) | 114.59º | 0.87% | 1% | - |
| XYZ | 37.12 | 71.72 | 13.25 | - |
| YUV | 168.29 | 51.08 | 45.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 254 | 32 | 0.80 | 0 | 0.87 | 0.00 | 114.59 | 0.99 | 0.56 |
| Hex | 34 | FE | 20 | 50 | 0 | 57 | 0 | 73 | 63 | 38 |
| Octal | 64 | 376 | 40 | 120 | 0 | 127 | 0 | 163 | 143 | 70 |
| Binary | 110100 | 11111110 | 100000 | 1010000 | 0 | 1010111 | 0 | 1110011 | 1100011 | 111000 |
Color Harmonies of #34FE20
Complementary color
Monochromatic Colors of #34FE20
Black with #34FE20
Text Example
Text Example
White with #34FE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FE20; }
p { color: rgb(52,254,32); }
H1.HeaderClassName
{
color: #34FE20;
}
.AnyTagClassName
{
color: #34FE20;
}
</style>
background-color css
<style>
a { background-color: #34FE20; }
a { background-color: rgb(52,254,32); }
div.DivClassName
{
background-color: #34FE20;
}
.BgClassName
{
background-color: #34FE20;
}
</style>
border-color css
<style>
span { border-color: #34FE20; }
span { border-color: rgb(52,254,32); }
td.TdClassName
{
border-color: #34FE20;
}
.TagClassName
{
border-color: #34FE20;
}
</style>