Shades of Harlequin #34DB09
Tints of Harlequin #34DB09
RGB
CMYK
RGB Variations
Color information
#34DB09 (or 0x34DB09) is known color: Harlequin. HEX triplet: 34, DB and 09. RGB value is (52,219,9). Sum of RGB (Red+Green+Blue) = 52+219+9=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 219 (85.94% from 255 or 78.21% from 280); Blue value is 9 (3.91% from 255 or 3.21% from 280); Max value from RGB is 219 - color contains mainly: green. Hex color #34DB09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34DB09 is #CB24F6. Grayscale: #919191. Windows color (decimal): -13313271 or 645940. OLE color: 645940.
HSL color Cylindrical-coordinate representation of color #34DB09: hue angle of 107.71º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #34DB09 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 219 | 9 | - |
| CMYK | 0.76 | 0 | 0.96 | 0.14 |
| HSL | 107.71º | 0.92% | 0.45% | - |
| HSV(B) | 107.71º | 0.96% | 0.86% | - |
| XYZ | 26.8 | 51.41 | 8.77 | - |
| YUV | 145.13 | 51.17 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 219 | 9 | 0.76 | 0 | 0.96 | 0.14 | 107.71 | 0.92 | 0.45 |
| Hex | 34 | DB | 9 | 4C | 0 | 60 | E | 6C | 5C | 2D |
| Octal | 64 | 333 | 11 | 114 | 0 | 140 | 16 | 154 | 134 | 55 |
| Binary | 110100 | 11011011 | 1001 | 1001100 | 0 | 1100000 | 1110 | 1101100 | 1011100 | 101101 |
Color Harmonies of #34DB09
Complementary color
Monochromatic Colors of #34DB09
Black with #34DB09
Text Example
Text Example
White with #34DB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DB09; }
p { color: rgb(52,219,9); }
H1.HeaderClassName
{
color: #34DB09;
}
.AnyTagClassName
{
color: #34DB09;
}
</style>
background-color css
<style>
a { background-color: #34DB09; }
a { background-color: rgb(52,219,9); }
div.DivClassName
{
background-color: #34DB09;
}
.BgClassName
{
background-color: #34DB09;
}
</style>
border-color css
<style>
span { border-color: #34DB09; }
span { border-color: rgb(52,219,9); }
td.TdClassName
{
border-color: #34DB09;
}
.TagClassName
{
border-color: #34DB09;
}
</style>