Shades of Harlequin #4FF11D
Tints of Harlequin #4FF11D
RGB
CMYK
RGB Variations
Color information
#4FF11D (or 0x4FF11D) is known color: Harlequin. HEX triplet: 4F, F1 and 1D. RGB value is (79,241,29). Sum of RGB (Red+Green+Blue) = 79+241+29=349 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.64% from 349); Green value is 241 (94.53% from 255 or 69.05% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 241 - color contains mainly: green. Hex color #4FF11D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FF11D is #B00EE2. Grayscale: #A9A9A9. Windows color (decimal): -11538147 or 1962319. OLE color: 1962319.
HSL color Cylindrical-coordinate representation of color #4FF11D: hue angle of 105.85º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4FF11D is Cyan = 0.67, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 241 | 29 | - |
| CMYK | 0.67 | 0 | 0.88 | 0.05 |
| HSL | 105.85º | 0.88% | 0.53% | - |
| HSV(B) | 105.85º | 0.88% | 0.95% | - |
| XYZ | 34.9 | 64.66 | 11.8 | - |
| YUV | 168.39 | 49.33 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 241 | 29 | 0.67 | 0 | 0.88 | 0.05 | 105.85 | 0.88 | 0.53 |
| Hex | 4F | F1 | 1D | 43 | 0 | 58 | 5 | 6A | 58 | 35 |
| Octal | 117 | 361 | 35 | 103 | 0 | 130 | 5 | 152 | 130 | 65 |
| Binary | 1001111 | 11110001 | 11101 | 1000011 | 0 | 1011000 | 101 | 1101010 | 1011000 | 110101 |
Color Harmonies of #4FF11D
Complementary color
Monochromatic Colors of #4FF11D
Black with #4FF11D
Text Example
Text Example
White with #4FF11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF11D; }
p { color: rgb(79,241,29); }
H1.HeaderClassName
{
color: #4FF11D;
}
.AnyTagClassName
{
color: #4FF11D;
}
</style>
background-color css
<style>
a { background-color: #4FF11D; }
a { background-color: rgb(79,241,29); }
div.DivClassName
{
background-color: #4FF11D;
}
.BgClassName
{
background-color: #4FF11D;
}
</style>
border-color css
<style>
span { border-color: #4FF11D; }
span { border-color: rgb(79,241,29); }
td.TdClassName
{
border-color: #4FF11D;
}
.TagClassName
{
border-color: #4FF11D;
}
</style>