Shades of Harlequin #34F500
Tints of Harlequin #34F500
RGB
CMYK
RGB Variations
Color information
#34F500 (or 0x34F500) is known color: Harlequin. HEX triplet: 34, F5 and 00. RGB value is (52,245,0). Sum of RGB (Red+Green+Blue) = 52+245+0=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 245 (96.09% from 255 or 82.49% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 245 - color contains mainly: green. Hex color #34F500 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #34F500 is #CB0AFF. Grayscale: #A0A0A0. Windows color (decimal): -13306624 or 62772. OLE color: 62772.
HSL color Cylindrical-coordinate representation of color #34F500: hue angle of 107.27º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34F500 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 52 | 245 | 0 | - |
| CMYK | 0.79 | 0 | 1 | 0.04 |
| HSL | 107.27º | 1% | 0.48% | - |
| HSV(B) | 107.27º | 1% | 0.96% | - |
| XYZ | 34.07 | 66.03 | 10.95 | - |
| YUV | 159.36 | 38.06 | 51.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 245 | 0 | 0.79 | 0 | 1 | 0.04 | 107.27 | 1 | 0.48 |
| Hex | 34 | F5 | 0 | 4F | 0 | 64 | 4 | 6B | 64 | 30 |
| Octal | 64 | 365 | 0 | 117 | 0 | 144 | 4 | 153 | 144 | 60 |
| Binary | 110100 | 11110101 | 0 | 1001111 | 0 | 1100100 | 100 | 1101011 | 1100100 | 110000 |
Color Harmonies of #34F500
Complementary color
Monochromatic Colors of #34F500
Black with #34F500
Text Example
Text Example
White with #34F500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F500; }
p { color: rgb(52,245,0); }
H1.HeaderClassName
{
color: #34F500;
}
.AnyTagClassName
{
color: #34F500;
}
</style>
background-color css
<style>
a { background-color: #34F500; }
a { background-color: rgb(52,245,0); }
div.DivClassName
{
background-color: #34F500;
}
.BgClassName
{
background-color: #34F500;
}
</style>
border-color css
<style>
span { border-color: #34F500; }
span { border-color: rgb(52,245,0); }
td.TdClassName
{
border-color: #34F500;
}
.TagClassName
{
border-color: #34F500;
}
</style>