Shades of Harlequin #4FF301
Tints of Harlequin #4FF301
RGB
CMYK
RGB Variations
Color information
#4FF301 (or 0x4FF301) is known color: Harlequin. HEX triplet: 4F, F3 and 01. RGB value is (79,243,1). Sum of RGB (Red+Green+Blue) = 79+243+1=323 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.46% from 323); Green value is 243 (95.31% from 255 or 75.23% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 243 - color contains mainly: green. Hex color #4FF301 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FF301 is #B00CFE. Grayscale: #A7A7A7. Windows color (decimal): -11537663 or 127823. OLE color: 127823.
HSL color Cylindrical-coordinate representation of color #4FF301: hue angle of 100.66º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4FF301 is Cyan = 0.67, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 243 | 1 | - |
| CMYK | 0.67 | 0 | 1.00 | 0.05 |
| HSL | 100.66º | 0.99% | 0.48% | - |
| HSV(B) | 100.66º | 1% | 0.95% | - |
| XYZ | 35.28 | 65.77 | 10.86 | - |
| YUV | 166.38 | 34.67 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 243 | 1 | 0.67 | 0 | 1.00 | 0.05 | 100.66 | 0.99 | 0.48 |
| Hex | 4F | F3 | 1 | 43 | 0 | 64 | 5 | 65 | 63 | 30 |
| Octal | 117 | 363 | 1 | 103 | 0 | 144 | 5 | 145 | 143 | 60 |
| Binary | 1001111 | 11110011 | 1 | 1000011 | 0 | 1100100 | 101 | 1100101 | 1100011 | 110000 |
Color Harmonies of #4FF301
Complementary color
Monochromatic Colors of #4FF301
Black with #4FF301
Text Example
Text Example
White with #4FF301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF301; }
p { color: rgb(79,243,1); }
H1.HeaderClassName
{
color: #4FF301;
}
.AnyTagClassName
{
color: #4FF301;
}
</style>
background-color css
<style>
a { background-color: #4FF301; }
a { background-color: rgb(79,243,1); }
div.DivClassName
{
background-color: #4FF301;
}
.BgClassName
{
background-color: #4FF301;
}
</style>
border-color css
<style>
span { border-color: #4FF301; }
span { border-color: rgb(79,243,1); }
td.TdClassName
{
border-color: #4FF301;
}
.TagClassName
{
border-color: #4FF301;
}
</style>