Shades of Harlequin #4BF624
Tints of Harlequin #4BF624
RGB
CMYK
RGB Variations
Color information
#4BF624 (or 0x4BF624) is known color: Harlequin. HEX triplet: 4B, F6 and 24. RGB value is (75,246,36). Sum of RGB (Red+Green+Blue) = 75+246+36=357 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.01% from 357); Green value is 246 (96.48% from 255 or 68.91% from 357); Blue value is 36 (14.45% from 255 or 10.08% from 357); Max value from RGB is 246 - color contains mainly: green. Hex color #4BF624 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BF624 is #B409DB. Grayscale: #ABABAB. Windows color (decimal): -11799004 or 2422347. OLE color: 2422347.
HSL color Cylindrical-coordinate representation of color #4BF624: hue angle of 108.86º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4BF624 is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 75 | 246 | 36 | - |
| CMYK | 0.70 | 0 | 0.85 | 0.04 |
| HSL | 108.86º | 0.92% | 0.55% | - |
| HSV(B) | 108.86º | 0.85% | 0.96% | - |
| XYZ | 36.18 | 67.53 | 12.8 | - |
| YUV | 170.93 | 51.85 | 59.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 246 | 36 | 0.70 | 0 | 0.85 | 0.04 | 108.86 | 0.92 | 0.55 |
| Hex | 4B | F6 | 24 | 46 | 0 | 55 | 4 | 6D | 5C | 37 |
| Octal | 113 | 366 | 44 | 106 | 0 | 125 | 4 | 155 | 134 | 67 |
| Binary | 1001011 | 11110110 | 100100 | 1000110 | 0 | 1010101 | 100 | 1101101 | 1011100 | 110111 |
Color Harmonies of #4BF624
Complementary color
Monochromatic Colors of #4BF624
Black with #4BF624
Text Example
Text Example
White with #4BF624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF624; }
p { color: rgb(75,246,36); }
H1.HeaderClassName
{
color: #4BF624;
}
.AnyTagClassName
{
color: #4BF624;
}
</style>
background-color css
<style>
a { background-color: #4BF624; }
a { background-color: rgb(75,246,36); }
div.DivClassName
{
background-color: #4BF624;
}
.BgClassName
{
background-color: #4BF624;
}
</style>
border-color css
<style>
span { border-color: #4BF624; }
span { border-color: rgb(75,246,36); }
td.TdClassName
{
border-color: #4BF624;
}
.TagClassName
{
border-color: #4BF624;
}
</style>