Shades of Harlequin #34F518
Tints of Harlequin #34F518
RGB
CMYK
RGB Variations
Color information
#34F518 (or 0x34F518) is known color: Harlequin. HEX triplet: 34, F5 and 18. RGB value is (52,245,24). Sum of RGB (Red+Green+Blue) = 52+245+24=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 245 (96.09% from 255 or 76.32% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 245 - color contains mainly: green. Hex color #34F518 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #34F518 is #CB0AE7. Grayscale: #A2A2A2. Windows color (decimal): -13306600 or 1635636. OLE color: 1635636.
HSL color Cylindrical-coordinate representation of color #34F518: hue angle of 112.4º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34F518 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 52 | 245 | 24 | - |
| CMYK | 0.79 | 0 | 0.90 | 0.04 |
| HSL | 112.4º | 0.92% | 0.53% | - |
| HSV(B) | 112.4º | 0.9% | 0.96% | - |
| XYZ | 34.23 | 66.1 | 11.82 | - |
| YUV | 162.1 | 50.06 | 49.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 245 | 24 | 0.79 | 0 | 0.90 | 0.04 | 112.4 | 0.92 | 0.53 |
| Hex | 34 | F5 | 18 | 4F | 0 | 5A | 4 | 70 | 5C | 35 |
| Octal | 64 | 365 | 30 | 117 | 0 | 132 | 4 | 160 | 134 | 65 |
| Binary | 110100 | 11110101 | 11000 | 1001111 | 0 | 1011010 | 100 | 1110000 | 1011100 | 110101 |
Color Harmonies of #34F518
Complementary color
Monochromatic Colors of #34F518
Black with #34F518
Text Example
Text Example
White with #34F518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F518; }
p { color: rgb(52,245,24); }
H1.HeaderClassName
{
color: #34F518;
}
.AnyTagClassName
{
color: #34F518;
}
</style>
background-color css
<style>
a { background-color: #34F518; }
a { background-color: rgb(52,245,24); }
div.DivClassName
{
background-color: #34F518;
}
.BgClassName
{
background-color: #34F518;
}
</style>
border-color css
<style>
span { border-color: #34F518; }
span { border-color: rgb(52,245,24); }
td.TdClassName
{
border-color: #34F518;
}
.TagClassName
{
border-color: #34F518;
}
</style>