Shades of Harlequin #4BF718
Tints of Harlequin #4BF718
RGB
CMYK
RGB Variations
Color information
#4BF718 (or 0x4BF718) is known color: Harlequin. HEX triplet: 4B, F7 and 18. RGB value is (75,247,24). Sum of RGB (Red+Green+Blue) = 75+247+24=346 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.68% from 346); Green value is 247 (96.88% from 255 or 71.39% from 346); Blue value is 24 (9.77% from 255 or 6.94% from 346); Max value from RGB is 247 - color contains mainly: green. Hex color #4BF718 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BF718 is #B408E7. Grayscale: #AAAAAA. Windows color (decimal): -11798760 or 1636171. OLE color: 1636171.
HSL color Cylindrical-coordinate representation of color #4BF718: hue angle of 106.28º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4BF718 is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 75 | 247 | 24 | - |
| CMYK | 0.70 | 0 | 0.90 | 0.03 |
| HSL | 106.28º | 0.93% | 0.53% | - |
| HSV(B) | 106.28º | 0.9% | 0.97% | - |
| XYZ | 36.33 | 68.08 | 12.09 | - |
| YUV | 170.15 | 45.52 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 247 | 24 | 0.70 | 0 | 0.90 | 0.03 | 106.28 | 0.93 | 0.53 |
| Hex | 4B | F7 | 18 | 46 | 0 | 5A | 3 | 6A | 5D | 35 |
| Octal | 113 | 367 | 30 | 106 | 0 | 132 | 3 | 152 | 135 | 65 |
| Binary | 1001011 | 11110111 | 11000 | 1000110 | 0 | 1011010 | 11 | 1101010 | 1011101 | 110101 |
Color Harmonies of #4BF718
Complementary color
Monochromatic Colors of #4BF718
Black with #4BF718
Text Example
Text Example
White with #4BF718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF718; }
p { color: rgb(75,247,24); }
H1.HeaderClassName
{
color: #4BF718;
}
.AnyTagClassName
{
color: #4BF718;
}
</style>
background-color css
<style>
a { background-color: #4BF718; }
a { background-color: rgb(75,247,24); }
div.DivClassName
{
background-color: #4BF718;
}
.BgClassName
{
background-color: #4BF718;
}
</style>
border-color css
<style>
span { border-color: #4BF718; }
span { border-color: rgb(75,247,24); }
td.TdClassName
{
border-color: #4BF718;
}
.TagClassName
{
border-color: #4BF718;
}
</style>