Shades of Harlequin #4BF223
Tints of Harlequin #4BF223
RGB
CMYK
RGB Variations
Color information
#4BF223 (or 0x4BF223) is known color: Harlequin. HEX triplet: 4B, F2 and 23. RGB value is (75,242,35). Sum of RGB (Red+Green+Blue) = 75+242+35=352 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.31% from 352); Green value is 242 (94.92% from 255 or 68.75% from 352); Blue value is 35 (14.06% from 255 or 9.94% from 352); Max value from RGB is 242 - color contains mainly: green. Hex color #4BF223 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BF223 is #B40DDC. Grayscale: #A9A9A9. Windows color (decimal): -11800029 or 2355787. OLE color: 2355787.
HSL color Cylindrical-coordinate representation of color #4BF223: hue angle of 108.41º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4BF223 is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 75 | 242 | 35 | - |
| CMYK | 0.69 | 0 | 0.86 | 0.05 |
| HSL | 108.41º | 0.89% | 0.54% | - |
| HSV(B) | 108.41º | 0.86% | 0.95% | - |
| XYZ | 34.96 | 65.12 | 12.32 | - |
| YUV | 168.47 | 52.67 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 242 | 35 | 0.69 | 0 | 0.86 | 0.05 | 108.41 | 0.89 | 0.54 |
| Hex | 4B | F2 | 23 | 45 | 0 | 56 | 5 | 6C | 59 | 36 |
| Octal | 113 | 362 | 43 | 105 | 0 | 126 | 5 | 154 | 131 | 66 |
| Binary | 1001011 | 11110010 | 100011 | 1000101 | 0 | 1010110 | 101 | 1101100 | 1011001 | 110110 |
Color Harmonies of #4BF223
Complementary color
Monochromatic Colors of #4BF223
Black with #4BF223
Text Example
Text Example
White with #4BF223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF223; }
p { color: rgb(75,242,35); }
H1.HeaderClassName
{
color: #4BF223;
}
.AnyTagClassName
{
color: #4BF223;
}
</style>
background-color css
<style>
a { background-color: #4BF223; }
a { background-color: rgb(75,242,35); }
div.DivClassName
{
background-color: #4BF223;
}
.BgClassName
{
background-color: #4BF223;
}
</style>
border-color css
<style>
span { border-color: #4BF223; }
span { border-color: rgb(75,242,35); }
td.TdClassName
{
border-color: #4BF223;
}
.TagClassName
{
border-color: #4BF223;
}
</style>