Shades of Harlequin #34F722
Tints of Harlequin #34F722
RGB
CMYK
RGB Variations
Color information
#34F722 (or 0x34F722) is known color: Harlequin. HEX triplet: 34, F7 and 22. RGB value is (52,247,34). Sum of RGB (Red+Green+Blue) = 52+247+34=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 247 (96.88% from 255 or 74.17% from 333); Blue value is 34 (13.67% from 255 or 10.21% from 333); Max value from RGB is 247 - color contains mainly: green. Hex color #34F722 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F722 is #CB08DD. Grayscale: #A5A5A5. Windows color (decimal): -13306078 or 2291508. OLE color: 2291508.
HSL color Cylindrical-coordinate representation of color #34F722: hue angle of 114.93º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #34F722 is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 52 | 247 | 34 | - |
| CMYK | 0.79 | 0 | 0.86 | 0.03 |
| HSL | 114.93º | 0.93% | 0.55% | - |
| HSV(B) | 114.93º | 0.86% | 0.97% | - |
| XYZ | 34.97 | 67.37 | 12.67 | - |
| YUV | 164.41 | 54.4 | 47.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 247 | 34 | 0.79 | 0 | 0.86 | 0.03 | 114.93 | 0.93 | 0.55 |
| Hex | 34 | F7 | 22 | 4F | 0 | 56 | 3 | 73 | 5D | 37 |
| Octal | 64 | 367 | 42 | 117 | 0 | 126 | 3 | 163 | 135 | 67 |
| Binary | 110100 | 11110111 | 100010 | 1001111 | 0 | 1010110 | 11 | 1110011 | 1011101 | 110111 |
Color Harmonies of #34F722
Complementary color
Monochromatic Colors of #34F722
Black with #34F722
Text Example
Text Example
White with #34F722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F722; }
p { color: rgb(52,247,34); }
H1.HeaderClassName
{
color: #34F722;
}
.AnyTagClassName
{
color: #34F722;
}
</style>
background-color css
<style>
a { background-color: #34F722; }
a { background-color: rgb(52,247,34); }
div.DivClassName
{
background-color: #34F722;
}
.BgClassName
{
background-color: #34F722;
}
</style>
border-color css
<style>
span { border-color: #34F722; }
span { border-color: rgb(52,247,34); }
td.TdClassName
{
border-color: #34F722;
}
.TagClassName
{
border-color: #34F722;
}
</style>