Shades of Harlequin #4FF300
Tints of Harlequin #4FF300
RGB
CMYK
RGB Variations
Color information
#4FF300 (or 0x4FF300) is known color: Harlequin. HEX triplet: 4F, F3 and 00. RGB value is (79,243,0). Sum of RGB (Red+Green+Blue) = 79+243+0=322 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.53% from 322); Green value is 243 (95.31% from 255 or 75.47% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 243 - color contains mainly: green. Hex color #4FF300 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FF300 is #B00CFF. Grayscale: #A7A7A7. Windows color (decimal): -11537664 or 62287. OLE color: 62287.
HSL color Cylindrical-coordinate representation of color #4FF300: hue angle of 100.49º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4FF300 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 243 | 0 | - |
| CMYK | 0.67 | 0 | 1 | 0.05 |
| HSL | 100.49º | 1% | 0.48% | - |
| HSV(B) | 100.49º | 1% | 0.95% | - |
| XYZ | 35.28 | 65.76 | 10.83 | - |
| YUV | 166.26 | 34.17 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 243 | 0 | 0.67 | 0 | 1 | 0.05 | 100.49 | 1 | 0.48 |
| Hex | 4F | F3 | 0 | 43 | 0 | 64 | 5 | 64 | 64 | 30 |
| Octal | 117 | 363 | 0 | 103 | 0 | 144 | 5 | 144 | 144 | 60 |
| Binary | 1001111 | 11110011 | 0 | 1000011 | 0 | 1100100 | 101 | 1100100 | 1100100 | 110000 |
Color Harmonies of #4FF300
Complementary color
Monochromatic Colors of #4FF300
Black with #4FF300
Text Example
Text Example
White with #4FF300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF300; }
p { color: rgb(79,243,0); }
H1.HeaderClassName
{
color: #4FF300;
}
.AnyTagClassName
{
color: #4FF300;
}
</style>
background-color css
<style>
a { background-color: #4FF300; }
a { background-color: rgb(79,243,0); }
div.DivClassName
{
background-color: #4FF300;
}
.BgClassName
{
background-color: #4FF300;
}
</style>
border-color css
<style>
span { border-color: #4FF300; }
span { border-color: rgb(79,243,0); }
td.TdClassName
{
border-color: #4FF300;
}
.TagClassName
{
border-color: #4FF300;
}
</style>