Shades of Harlequin #34F509
Tints of Harlequin #34F509
RGB
CMYK
RGB Variations
Color information
#34F509 (or 0x34F509) is known color: Harlequin. HEX triplet: 34, F5 and 09. RGB value is (52,245,9). Sum of RGB (Red+Green+Blue) = 52+245+9=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 245 (96.09% from 255 or 80.07% from 306); Blue value is 9 (3.91% from 255 or 2.94% from 306); Max value from RGB is 245 - color contains mainly: green. Hex color #34F509 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #34F509 is #CB0AF6. Grayscale: #A1A1A1. Windows color (decimal): -13306615 or 652596. OLE color: 652596.
HSL color Cylindrical-coordinate representation of color #34F509: hue angle of 109.07º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #34F509 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 52 | 245 | 9 | - |
| CMYK | 0.79 | 0 | 0.96 | 0.04 |
| HSL | 109.07º | 0.93% | 0.5% | - |
| HSV(B) | 109.07º | 0.96% | 0.96% | - |
| XYZ | 34.12 | 66.05 | 11.21 | - |
| YUV | 160.39 | 42.56 | 50.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 245 | 9 | 0.79 | 0 | 0.96 | 0.04 | 109.07 | 0.93 | 0.5 |
| Hex | 34 | F5 | 9 | 4F | 0 | 60 | 4 | 6D | 5D | 32 |
| Octal | 64 | 365 | 11 | 117 | 0 | 140 | 4 | 155 | 135 | 62 |
| Binary | 110100 | 11110101 | 1001 | 1001111 | 0 | 1100000 | 100 | 1101101 | 1011101 | 110010 |
Color Harmonies of #34F509
Complementary color
Monochromatic Colors of #34F509
Black with #34F509
Text Example
Text Example
White with #34F509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F509; }
p { color: rgb(52,245,9); }
H1.HeaderClassName
{
color: #34F509;
}
.AnyTagClassName
{
color: #34F509;
}
</style>
background-color css
<style>
a { background-color: #34F509; }
a { background-color: rgb(52,245,9); }
div.DivClassName
{
background-color: #34F509;
}
.BgClassName
{
background-color: #34F509;
}
</style>
border-color css
<style>
span { border-color: #34F509; }
span { border-color: rgb(52,245,9); }
td.TdClassName
{
border-color: #34F509;
}
.TagClassName
{
border-color: #34F509;
}
</style>