Shades of Harlequin #34FE21
Tints of Harlequin #34FE21
RGB
CMYK
RGB Variations
Color information
#34FE21 (or 0x34FE21) is known color: Harlequin. HEX triplet: 34, FE and 21. RGB value is (52,254,33). Sum of RGB (Red+Green+Blue) = 52+254+33=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 254 (99.61% from 255 or 74.93% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 254 - color contains mainly: green. Hex color #34FE21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34FE21 is #CB01DE. Grayscale: #A9A9A9. Windows color (decimal): -13304287 or 2227764. OLE color: 2227764.
HSL color Cylindrical-coordinate representation of color #34FE21: hue angle of 114.84º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #34FE21 is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 254 | 33 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.00 |
| HSL | 114.84º | 0.99% | 0.56% | - |
| HSV(B) | 114.84º | 0.87% | 1% | - |
| XYZ | 37.13 | 71.72 | 13.33 | - |
| YUV | 168.41 | 51.58 | 44.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 254 | 33 | 0.80 | 0 | 0.87 | 0.00 | 114.84 | 0.99 | 0.56 |
| Hex | 34 | FE | 21 | 50 | 0 | 57 | 0 | 73 | 63 | 38 |
| Octal | 64 | 376 | 41 | 120 | 0 | 127 | 0 | 163 | 143 | 70 |
| Binary | 110100 | 11111110 | 100001 | 1010000 | 0 | 1010111 | 0 | 1110011 | 1100011 | 111000 |
Color Harmonies of #34FE21
Complementary color
Monochromatic Colors of #34FE21
Black with #34FE21
Text Example
Text Example
White with #34FE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FE21; }
p { color: rgb(52,254,33); }
H1.HeaderClassName
{
color: #34FE21;
}
.AnyTagClassName
{
color: #34FE21;
}
</style>
background-color css
<style>
a { background-color: #34FE21; }
a { background-color: rgb(52,254,33); }
div.DivClassName
{
background-color: #34FE21;
}
.BgClassName
{
background-color: #34FE21;
}
</style>
border-color css
<style>
span { border-color: #34FE21; }
span { border-color: rgb(52,254,33); }
td.TdClassName
{
border-color: #34FE21;
}
.TagClassName
{
border-color: #34FE21;
}
</style>