Shades of Harlequin #4FFF34
Tints of Harlequin #4FFF34
RGB
CMYK
RGB Variations
Color information
#4FFF34 (or 0x4FFF34) is known color: Harlequin. HEX triplet: 4F, FF and 34. RGB value is (79,255,52). Sum of RGB (Red+Green+Blue) = 79+255+52=386 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.47% from 386); Green value is 255 (100% from 255 or 66.06% from 386); Blue value is 52 (20.70% from 255 or 13.47% from 386); Max value from RGB is 255 - color contains mainly: green. Hex color #4FFF34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FFF34 is #B000CB. Grayscale: #B3B3B3. Windows color (decimal): -11534540 or 3473231. OLE color: 3473231.
HSL color Cylindrical-coordinate representation of color #4FFF34: hue angle of 112.02º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4FFF34 is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 255 | 52 | - |
| CMYK | 0.69 | 0 | 0.80 | 0 |
| HSL | 112.02º | 1% | 0.6% | - |
| HSV(B) | 112.02º | 0.8% | 1% | - |
| XYZ | 39.6 | 73.43 | 15.33 | - |
| YUV | 179.23 | 56.19 | 56.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 255 | 52 | 0.69 | 0 | 0.80 | 0 | 112.02 | 1 | 0.6 |
| Hex | 4F | FF | 34 | 45 | 0 | 50 | 0 | 70 | 64 | 3C |
| Octal | 117 | 377 | 64 | 105 | 0 | 120 | 0 | 160 | 144 | 74 |
| Binary | 1001111 | 11111111 | 110100 | 1000101 | 0 | 1010000 | 0 | 1110000 | 1100100 | 111100 |
Color Harmonies of #4FFF34
Complementary color
Monochromatic Colors of #4FFF34
Black with #4FFF34
Text Example
Text Example
White with #4FFF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFF34; }
p { color: rgb(79,255,52); }
H1.HeaderClassName
{
color: #4FFF34;
}
.AnyTagClassName
{
color: #4FFF34;
}
</style>
background-color css
<style>
a { background-color: #4FFF34; }
a { background-color: rgb(79,255,52); }
div.DivClassName
{
background-color: #4FFF34;
}
.BgClassName
{
background-color: #4FFF34;
}
</style>
border-color css
<style>
span { border-color: #4FFF34; }
span { border-color: rgb(79,255,52); }
td.TdClassName
{
border-color: #4FFF34;
}
.TagClassName
{
border-color: #4FFF34;
}
</style>