Shades of Harlequin #4FF42B
Tints of Harlequin #4FF42B
RGB
CMYK
RGB Variations
Color information
#4FF42B (or 0x4FF42B) is known color: Harlequin. HEX triplet: 4F, F4 and 2B. RGB value is (79,244,43). Sum of RGB (Red+Green+Blue) = 79+244+43=366 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.58% from 366); Green value is 244 (95.70% from 255 or 66.67% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 244 - color contains mainly: green. Hex color #4FF42B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FF42B is #B00BD4. Grayscale: #ACACAC. Windows color (decimal): -11537365 or 2880591. OLE color: 2880591.
HSL color Cylindrical-coordinate representation of color #4FF42B: hue angle of 109.25º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4FF42B is Cyan = 0.68, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 79 | 244 | 43 | - |
| CMYK | 0.68 | 0 | 0.82 | 0.04 |
| HSL | 109.25º | 0.9% | 0.56% | - |
| HSV(B) | 109.25º | 0.82% | 0.96% | - |
| XYZ | 36.01 | 66.54 | 13.23 | - |
| YUV | 171.75 | 55.34 | 61.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 244 | 43 | 0.68 | 0 | 0.82 | 0.04 | 109.25 | 0.9 | 0.56 |
| Hex | 4F | F4 | 2B | 44 | 0 | 52 | 4 | 6D | 5A | 38 |
| Octal | 117 | 364 | 53 | 104 | 0 | 122 | 4 | 155 | 132 | 70 |
| Binary | 1001111 | 11110100 | 101011 | 1000100 | 0 | 1010010 | 100 | 1101101 | 1011010 | 111000 |
Color Harmonies of #4FF42B
Complementary color
Monochromatic Colors of #4FF42B
Black with #4FF42B
Text Example
Text Example
White with #4FF42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF42B; }
p { color: rgb(79,244,43); }
H1.HeaderClassName
{
color: #4FF42B;
}
.AnyTagClassName
{
color: #4FF42B;
}
</style>
background-color css
<style>
a { background-color: #4FF42B; }
a { background-color: rgb(79,244,43); }
div.DivClassName
{
background-color: #4FF42B;
}
.BgClassName
{
background-color: #4FF42B;
}
</style>
border-color css
<style>
span { border-color: #4FF42B; }
span { border-color: rgb(79,244,43); }
td.TdClassName
{
border-color: #4FF42B;
}
.TagClassName
{
border-color: #4FF42B;
}
</style>