Shades of Harlequin #4FFD34
Tints of Harlequin #4FFD34
RGB
CMYK
RGB Variations
Color information
#4FFD34 (or 0x4FFD34) is known color: Harlequin. HEX triplet: 4F, FD and 34. RGB value is (79,253,52). Sum of RGB (Red+Green+Blue) = 79+253+52=384 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.57% from 384); Green value is 253 (99.22% from 255 or 65.89% from 384); Blue value is 52 (20.70% from 255 or 13.54% from 384); Max value from RGB is 253 - color contains mainly: green. Hex color #4FFD34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FFD34 is #B002CB. Grayscale: #B2B2B2. Windows color (decimal): -11535052 or 3472719. OLE color: 3472719.
HSL color Cylindrical-coordinate representation of color #4FFD34: hue angle of 111.94º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4FFD34 is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 253 | 52 | - |
| CMYK | 0.69 | 0 | 0.79 | 0.01 |
| HSL | 111.94º | 0.98% | 0.6% | - |
| HSV(B) | 111.94º | 0.79% | 0.99% | - |
| XYZ | 38.97 | 72.16 | 15.12 | - |
| YUV | 178.06 | 56.85 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 253 | 52 | 0.69 | 0 | 0.79 | 0.01 | 111.94 | 0.98 | 0.6 |
| Hex | 4F | FD | 34 | 45 | 0 | 4F | 1 | 70 | 62 | 3C |
| Octal | 117 | 375 | 64 | 105 | 0 | 117 | 1 | 160 | 142 | 74 |
| Binary | 1001111 | 11111101 | 110100 | 1000101 | 0 | 1001111 | 1 | 1110000 | 1100010 | 111100 |
Color Harmonies of #4FFD34
Complementary color
Monochromatic Colors of #4FFD34
Black with #4FFD34
Text Example
Text Example
White with #4FFD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFD34; }
p { color: rgb(79,253,52); }
H1.HeaderClassName
{
color: #4FFD34;
}
.AnyTagClassName
{
color: #4FFD34;
}
</style>
background-color css
<style>
a { background-color: #4FFD34; }
a { background-color: rgb(79,253,52); }
div.DivClassName
{
background-color: #4FFD34;
}
.BgClassName
{
background-color: #4FFD34;
}
</style>
border-color css
<style>
span { border-color: #4FFD34; }
span { border-color: rgb(79,253,52); }
td.TdClassName
{
border-color: #4FFD34;
}
.TagClassName
{
border-color: #4FFD34;
}
</style>