Shades of Harlequin #34FF14
Tints of Harlequin #34FF14
RGB
CMYK
RGB Variations
Color information
#34FF14 (or 0x34FF14) is known color: Harlequin. HEX triplet: 34, FF and 14. RGB value is (52,255,20). Sum of RGB (Red+Green+Blue) = 52+255+20=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 255 (100% from 255 or 77.98% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 255 - color contains mainly: green. Hex color #34FF14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #34FF14 is #CB00EB. Grayscale: #A8A8A8. Windows color (decimal): -13304044 or 1376052. OLE color: 1376052.
HSL color Cylindrical-coordinate representation of color #34FF14: hue angle of 111.83º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #34FF14 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 255 | 20 | - |
| CMYK | 0.80 | 0 | 0.92 | 0 |
| HSL | 111.83º | 1% | 0.54% | - |
| HSV(B) | 111.83º | 0.92% | 1% | - |
| XYZ | 37.3 | 72.3 | 12.65 | - |
| YUV | 167.51 | 44.75 | 45.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 255 | 20 | 0.80 | 0 | 0.92 | 0 | 111.83 | 1 | 0.54 |
| Hex | 34 | FF | 14 | 50 | 0 | 5C | 0 | 70 | 64 | 36 |
| Octal | 64 | 377 | 24 | 120 | 0 | 134 | 0 | 160 | 144 | 66 |
| Binary | 110100 | 11111111 | 10100 | 1010000 | 0 | 1011100 | 0 | 1110000 | 1100100 | 110110 |
Color Harmonies of #34FF14
Complementary color
Monochromatic Colors of #34FF14
Black with #34FF14
Text Example
Text Example
White with #34FF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FF14; }
p { color: rgb(52,255,20); }
H1.HeaderClassName
{
color: #34FF14;
}
.AnyTagClassName
{
color: #34FF14;
}
</style>
background-color css
<style>
a { background-color: #34FF14; }
a { background-color: rgb(52,255,20); }
div.DivClassName
{
background-color: #34FF14;
}
.BgClassName
{
background-color: #34FF14;
}
</style>
border-color css
<style>
span { border-color: #34FF14; }
span { border-color: rgb(52,255,20); }
td.TdClassName
{
border-color: #34FF14;
}
.TagClassName
{
border-color: #34FF14;
}
</style>