Shades of Harlequin #34DB08
Tints of Harlequin #34DB08
RGB
CMYK
RGB Variations
Color information
#34DB08 (or 0x34DB08) is known color: Harlequin. HEX triplet: 34, DB and 08. RGB value is (52,219,8). Sum of RGB (Red+Green+Blue) = 52+219+8=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 219 (85.94% from 255 or 78.49% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 219 - color contains mainly: green. Hex color #34DB08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34DB08 is #CB24F7. Grayscale: #919191. Windows color (decimal): -13313272 or 580404. OLE color: 580404.
HSL color Cylindrical-coordinate representation of color #34DB08: hue angle of 107.49º degrees, saturation: 0.93, 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 #34DB08 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 219 | 8 | - |
| CMYK | 0.76 | 0 | 0.96 | 0.14 |
| HSL | 107.49º | 0.93% | 0.45% | - |
| HSV(B) | 107.49º | 0.96% | 0.86% | - |
| XYZ | 26.79 | 51.41 | 8.74 | - |
| YUV | 145.01 | 50.67 | 61.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 219 | 8 | 0.76 | 0 | 0.96 | 0.14 | 107.49 | 0.93 | 0.45 |
| Hex | 34 | DB | 8 | 4C | 0 | 60 | E | 6B | 5D | 2D |
| Octal | 64 | 333 | 10 | 114 | 0 | 140 | 16 | 153 | 135 | 55 |
| Binary | 110100 | 11011011 | 1000 | 1001100 | 0 | 1100000 | 1110 | 1101011 | 1011101 | 101101 |
Color Harmonies of #34DB08
Complementary color
Monochromatic Colors of #34DB08
Black with #34DB08
Text Example
Text Example
White with #34DB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DB08; }
p { color: rgb(52,219,8); }
H1.HeaderClassName
{
color: #34DB08;
}
.AnyTagClassName
{
color: #34DB08;
}
</style>
background-color css
<style>
a { background-color: #34DB08; }
a { background-color: rgb(52,219,8); }
div.DivClassName
{
background-color: #34DB08;
}
.BgClassName
{
background-color: #34DB08;
}
</style>
border-color css
<style>
span { border-color: #34DB08; }
span { border-color: rgb(52,219,8); }
td.TdClassName
{
border-color: #34DB08;
}
.TagClassName
{
border-color: #34DB08;
}
</style>