Shades of Harlequin #34FE14
Tints of Harlequin #34FE14
RGB
CMYK
RGB Variations
Color information
#34FE14 (or 0x34FE14) is known color: Harlequin. HEX triplet: 34, FE and 14. RGB value is (52,254,20). Sum of RGB (Red+Green+Blue) = 52+254+20=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 254 (99.61% from 255 or 77.91% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 254 - color contains mainly: green. Hex color #34FE14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #34FE14 is #CB01EB. Grayscale: #A7A7A7. Windows color (decimal): -13304300 or 1375796. OLE color: 1375796.
HSL color Cylindrical-coordinate representation of color #34FE14: hue angle of 111.79º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #34FE14 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 254 | 20 | - |
| CMYK | 0.80 | 0 | 0.92 | 0.00 |
| HSL | 111.79º | 0.99% | 0.54% | - |
| HSV(B) | 111.79º | 0.92% | 1% | - |
| XYZ | 36.98 | 71.66 | 12.55 | - |
| YUV | 166.93 | 45.08 | 46.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 254 | 20 | 0.80 | 0 | 0.92 | 0.00 | 111.79 | 0.99 | 0.54 |
| Hex | 34 | FE | 14 | 50 | 0 | 5C | 0 | 70 | 63 | 36 |
| Octal | 64 | 376 | 24 | 120 | 0 | 134 | 0 | 160 | 143 | 66 |
| Binary | 110100 | 11111110 | 10100 | 1010000 | 0 | 1011100 | 0 | 1110000 | 1100011 | 110110 |
Color Harmonies of #34FE14
Complementary color
Monochromatic Colors of #34FE14
Black with #34FE14
Text Example
Text Example
White with #34FE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FE14; }
p { color: rgb(52,254,20); }
H1.HeaderClassName
{
color: #34FE14;
}
.AnyTagClassName
{
color: #34FE14;
}
</style>
background-color css
<style>
a { background-color: #34FE14; }
a { background-color: rgb(52,254,20); }
div.DivClassName
{
background-color: #34FE14;
}
.BgClassName
{
background-color: #34FE14;
}
</style>
border-color css
<style>
span { border-color: #34FE14; }
span { border-color: rgb(52,254,20); }
td.TdClassName
{
border-color: #34FE14;
}
.TagClassName
{
border-color: #34FE14;
}
</style>