Shades of Harlequin #34FE12
Tints of Harlequin #34FE12
RGB
CMYK
RGB Variations
Color information
#34FE12 (or 0x34FE12) is known color: Harlequin. HEX triplet: 34, FE and 12. RGB value is (52,254,18). Sum of RGB (Red+Green+Blue) = 52+254+18=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 254 (99.61% from 255 or 78.40% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 254 - color contains mainly: green. Hex color #34FE12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #34FE12 is #CB01ED. Grayscale: #A7A7A7. Windows color (decimal): -13304302 or 1244724. OLE color: 1244724.
HSL color Cylindrical-coordinate representation of color #34FE12: hue angle of 111.36º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #34FE12 is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 254 | 18 | - |
| CMYK | 0.80 | 0 | 0.93 | 0.00 |
| HSL | 111.36º | 0.99% | 0.53% | - |
| HSV(B) | 111.36º | 0.93% | 1% | - |
| XYZ | 36.97 | 71.66 | 12.46 | - |
| YUV | 166.7 | 44.08 | 46.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 254 | 18 | 0.80 | 0 | 0.93 | 0.00 | 111.36 | 0.99 | 0.53 |
| Hex | 34 | FE | 12 | 50 | 0 | 5D | 0 | 6F | 63 | 35 |
| Octal | 64 | 376 | 22 | 120 | 0 | 135 | 0 | 157 | 143 | 65 |
| Binary | 110100 | 11111110 | 10010 | 1010000 | 0 | 1011101 | 0 | 1101111 | 1100011 | 110101 |
Color Harmonies of #34FE12
Complementary color
Monochromatic Colors of #34FE12
Black with #34FE12
Text Example
Text Example
White with #34FE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FE12; }
p { color: rgb(52,254,18); }
H1.HeaderClassName
{
color: #34FE12;
}
.AnyTagClassName
{
color: #34FE12;
}
</style>
background-color css
<style>
a { background-color: #34FE12; }
a { background-color: rgb(52,254,18); }
div.DivClassName
{
background-color: #34FE12;
}
.BgClassName
{
background-color: #34FE12;
}
</style>
border-color css
<style>
span { border-color: #34FE12; }
span { border-color: rgb(52,254,18); }
td.TdClassName
{
border-color: #34FE12;
}
.TagClassName
{
border-color: #34FE12;
}
</style>