Shades of Harlequin #34FE24
Tints of Harlequin #34FE24
RGB
CMYK
RGB Variations
Color information
#34FE24 (or 0x34FE24) is known color: Harlequin. HEX triplet: 34, FE and 24. RGB value is (52,254,36). Sum of RGB (Red+Green+Blue) = 52+254+36=342 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.20% from 342); Green value is 254 (99.61% from 255 or 74.27% from 342); Blue value is 36 (14.45% from 255 or 10.53% from 342); Max value from RGB is 254 - color contains mainly: green. Hex color #34FE24 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34FE24 is #CB01DB. Grayscale: #A9A9A9. Windows color (decimal): -13304284 or 2424372. OLE color: 2424372.
HSL color Cylindrical-coordinate representation of color #34FE24: hue angle of 115.6º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #34FE24 is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 254 | 36 | - |
| CMYK | 0.80 | 0 | 0.86 | 0.00 |
| HSL | 115.6º | 0.99% | 0.57% | - |
| HSV(B) | 115.6º | 0.86% | 1% | - |
| XYZ | 37.18 | 71.74 | 13.56 | - |
| YUV | 168.75 | 53.08 | 44.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 254 | 36 | 0.80 | 0 | 0.86 | 0.00 | 115.6 | 0.99 | 0.57 |
| Hex | 34 | FE | 24 | 50 | 0 | 56 | 0 | 74 | 63 | 39 |
| Octal | 64 | 376 | 44 | 120 | 0 | 126 | 0 | 164 | 143 | 71 |
| Binary | 110100 | 11111110 | 100100 | 1010000 | 0 | 1010110 | 0 | 1110100 | 1100011 | 111001 |
Color Harmonies of #34FE24
Complementary color
Monochromatic Colors of #34FE24
Black with #34FE24
Text Example
Text Example
White with #34FE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FE24; }
p { color: rgb(52,254,36); }
H1.HeaderClassName
{
color: #34FE24;
}
.AnyTagClassName
{
color: #34FE24;
}
</style>
background-color css
<style>
a { background-color: #34FE24; }
a { background-color: rgb(52,254,36); }
div.DivClassName
{
background-color: #34FE24;
}
.BgClassName
{
background-color: #34FE24;
}
</style>
border-color css
<style>
span { border-color: #34FE24; }
span { border-color: rgb(52,254,36); }
td.TdClassName
{
border-color: #34FE24;
}
.TagClassName
{
border-color: #34FE24;
}
</style>