Shades of Harlequin #4BFB23
Tints of Harlequin #4BFB23
RGB
CMYK
RGB Variations
Color information
#4BFB23 (or 0x4BFB23) is known color: Harlequin. HEX triplet: 4B, FB and 23. RGB value is (75,251,35). Sum of RGB (Red+Green+Blue) = 75+251+35=361 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.78% from 361); Green value is 251 (98.44% from 255 or 69.53% from 361); Blue value is 35 (14.06% from 255 or 9.70% from 361); Max value from RGB is 251 - color contains mainly: green. Hex color #4BFB23 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BFB23 is #B404DC. Grayscale: #AEAEAE. Windows color (decimal): -11797725 or 2358091. OLE color: 2358091.
HSL color Cylindrical-coordinate representation of color #4BFB23: hue angle of 108.89º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4BFB23 is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 251 | 35 | - |
| CMYK | 0.70 | 0 | 0.86 | 0.02 |
| HSL | 108.89º | 0.96% | 0.56% | - |
| HSV(B) | 108.89º | 0.86% | 0.98% | - |
| XYZ | 37.7 | 70.61 | 13.23 | - |
| YUV | 173.75 | 49.69 | 57.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 251 | 35 | 0.70 | 0 | 0.86 | 0.02 | 108.89 | 0.96 | 0.56 |
| Hex | 4B | FB | 23 | 46 | 0 | 56 | 2 | 6D | 60 | 38 |
| Octal | 113 | 373 | 43 | 106 | 0 | 126 | 2 | 155 | 140 | 70 |
| Binary | 1001011 | 11111011 | 100011 | 1000110 | 0 | 1010110 | 10 | 1101101 | 1100000 | 111000 |
Color Harmonies of #4BFB23
Complementary color
Monochromatic Colors of #4BFB23
Black with #4BFB23
Text Example
Text Example
White with #4BFB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFB23; }
p { color: rgb(75,251,35); }
H1.HeaderClassName
{
color: #4BFB23;
}
.AnyTagClassName
{
color: #4BFB23;
}
</style>
background-color css
<style>
a { background-color: #4BFB23; }
a { background-color: rgb(75,251,35); }
div.DivClassName
{
background-color: #4BFB23;
}
.BgClassName
{
background-color: #4BFB23;
}
</style>
border-color css
<style>
span { border-color: #4BFB23; }
span { border-color: rgb(75,251,35); }
td.TdClassName
{
border-color: #4BFB23;
}
.TagClassName
{
border-color: #4BFB23;
}
</style>