Shades of Harlequin #34F101
Tints of Harlequin #34F101
RGB
CMYK
RGB Variations
Color information
#34F101 (or 0x34F101) is known color: Harlequin. HEX triplet: 34, F1 and 01. RGB value is (52,241,1). Sum of RGB (Red+Green+Blue) = 52+241+1=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 241 (94.53% from 255 or 81.97% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 241 - color contains mainly: green. Hex color #34F101 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #34F101 is #CB0EFE. Grayscale: #9D9D9D. Windows color (decimal): -13307647 or 127284. OLE color: 127284.
HSL color Cylindrical-coordinate representation of color #34F101: hue angle of 107.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34F101 is Cyan = 0.78, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 241 | 1 | - |
| CMYK | 0.78 | 0 | 1.00 | 0.05 |
| HSL | 107.25º | 0.99% | 0.47% | - |
| HSV(B) | 107.25º | 1% | 0.95% | - |
| XYZ | 32.88 | 63.64 | 10.58 | - |
| YUV | 157.13 | 39.88 | 53.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 241 | 1 | 0.78 | 0 | 1.00 | 0.05 | 107.25 | 0.99 | 0.47 |
| Hex | 34 | F1 | 1 | 4E | 0 | 64 | 5 | 6B | 63 | 2F |
| Octal | 64 | 361 | 1 | 116 | 0 | 144 | 5 | 153 | 143 | 57 |
| Binary | 110100 | 11110001 | 1 | 1001110 | 0 | 1100100 | 101 | 1101011 | 1100011 | 101111 |
Color Harmonies of #34F101
Complementary color
Monochromatic Colors of #34F101
Black with #34F101
Text Example
Text Example
White with #34F101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F101; }
p { color: rgb(52,241,1); }
H1.HeaderClassName
{
color: #34F101;
}
.AnyTagClassName
{
color: #34F101;
}
</style>
background-color css
<style>
a { background-color: #34F101; }
a { background-color: rgb(52,241,1); }
div.DivClassName
{
background-color: #34F101;
}
.BgClassName
{
background-color: #34F101;
}
</style>
border-color css
<style>
span { border-color: #34F101; }
span { border-color: rgb(52,241,1); }
td.TdClassName
{
border-color: #34F101;
}
.TagClassName
{
border-color: #34F101;
}
</style>