Shades of Harlequin #34E601
Tints of Harlequin #34E601
RGB
CMYK
RGB Variations
Color information
#34E601 (or 0x34E601) is known color: Harlequin. HEX triplet: 34, E6 and 01. RGB value is (52,230,1). Sum of RGB (Red+Green+Blue) = 52+230+1=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 230 (90.23% from 255 or 81.27% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 230 - color contains mainly: green. Hex color #34E601 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #34E601 is #CB19FE. Grayscale: #979797. Windows color (decimal): -13310463 or 124468. OLE color: 124468.
HSL color Cylindrical-coordinate representation of color #34E601: hue angle of 106.64º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34E601 is Cyan = 0.77, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 230 | 1 | - |
| CMYK | 0.77 | 0 | 1.00 | 0.10 |
| HSL | 106.64º | 0.99% | 0.45% | - |
| HSV(B) | 106.64º | 1% | 0.9% | - |
| XYZ | 29.72 | 57.33 | 9.53 | - |
| YUV | 150.67 | 43.53 | 57.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 230 | 1 | 0.77 | 0 | 1.00 | 0.10 | 106.64 | 0.99 | 0.45 |
| Hex | 34 | E6 | 1 | 4D | 0 | 64 | A | 6B | 63 | 2D |
| Octal | 64 | 346 | 1 | 115 | 0 | 144 | 12 | 153 | 143 | 55 |
| Binary | 110100 | 11100110 | 1 | 1001101 | 0 | 1100100 | 1010 | 1101011 | 1100011 | 101101 |
Color Harmonies of #34E601
Complementary color
Monochromatic Colors of #34E601
Black with #34E601
Text Example
Text Example
White with #34E601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E601; }
p { color: rgb(52,230,1); }
H1.HeaderClassName
{
color: #34E601;
}
.AnyTagClassName
{
color: #34E601;
}
</style>
background-color css
<style>
a { background-color: #34E601; }
a { background-color: rgb(52,230,1); }
div.DivClassName
{
background-color: #34E601;
}
.BgClassName
{
background-color: #34E601;
}
</style>
border-color css
<style>
span { border-color: #34E601; }
span { border-color: rgb(52,230,1); }
td.TdClassName
{
border-color: #34E601;
}
.TagClassName
{
border-color: #34E601;
}
</style>