Shades of Harlequin #34FD2A
Tints of Harlequin #34FD2A
RGB
CMYK
RGB Variations
Color information
#34FD2A (or 0x34FD2A) is known color: Harlequin. HEX triplet: 34, FD and 2A. RGB value is (52,253,42). Sum of RGB (Red+Green+Blue) = 52+253+42=347 (45% of max value = 765). Red value is 52 (20.70% from 255 or 14.99% from 347); Green value is 253 (99.22% from 255 or 72.91% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 253 - color contains mainly: green. Hex color #34FD2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34FD2A is #CB02D5. Grayscale: #A9A9A9. Windows color (decimal): -13304534 or 2817332. OLE color: 2817332.
HSL color Cylindrical-coordinate representation of color #34FD2A: hue angle of 117.16º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #34FD2A is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 253 | 42 | - |
| CMYK | 0.79 | 0 | 0.83 | 0.01 |
| HSL | 117.16º | 0.98% | 0.58% | - |
| HSV(B) | 117.16º | 0.83% | 0.99% | - |
| XYZ | 36.96 | 71.15 | 13.98 | - |
| YUV | 168.85 | 56.41 | 44.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 253 | 42 | 0.79 | 0 | 0.83 | 0.01 | 117.16 | 0.98 | 0.58 |
| Hex | 34 | FD | 2A | 4F | 0 | 53 | 1 | 75 | 62 | 3A |
| Octal | 64 | 375 | 52 | 117 | 0 | 123 | 1 | 165 | 142 | 72 |
| Binary | 110100 | 11111101 | 101010 | 1001111 | 0 | 1010011 | 1 | 1110101 | 1100010 | 111010 |
Color Harmonies of #34FD2A
Complementary color
Monochromatic Colors of #34FD2A
Black with #34FD2A
Text Example
Text Example
White with #34FD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FD2A; }
p { color: rgb(52,253,42); }
H1.HeaderClassName
{
color: #34FD2A;
}
.AnyTagClassName
{
color: #34FD2A;
}
</style>
background-color css
<style>
a { background-color: #34FD2A; }
a { background-color: rgb(52,253,42); }
div.DivClassName
{
background-color: #34FD2A;
}
.BgClassName
{
background-color: #34FD2A;
}
</style>
border-color css
<style>
span { border-color: #34FD2A; }
span { border-color: rgb(52,253,42); }
td.TdClassName
{
border-color: #34FD2A;
}
.TagClassName
{
border-color: #34FD2A;
}
</style>