Shades of Harlequin #4BF322
Tints of Harlequin #4BF322
RGB
CMYK
RGB Variations
Color information
#4BF322 (or 0x4BF322) is known color: Harlequin. HEX triplet: 4B, F3 and 22. RGB value is (75,243,34). Sum of RGB (Red+Green+Blue) = 75+243+34=352 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.31% from 352); Green value is 243 (95.31% from 255 or 69.03% from 352); Blue value is 34 (13.67% from 255 or 9.66% from 352); Max value from RGB is 243 - color contains mainly: green. Hex color #4BF322 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BF322 is #B40CDD. Grayscale: #A9A9A9. Windows color (decimal): -11799774 or 2290507. OLE color: 2290507.
HSL color Cylindrical-coordinate representation of color #4BF322: hue angle of 108.23º degrees, saturation: 0.9, 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 #4BF322 is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 75 | 243 | 34 | - |
| CMYK | 0.69 | 0 | 0.86 | 0.05 |
| HSL | 108.23º | 0.9% | 0.54% | - |
| HSV(B) | 108.23º | 0.86% | 0.95% | - |
| XYZ | 35.24 | 65.71 | 12.34 | - |
| YUV | 168.94 | 51.84 | 60.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 243 | 34 | 0.69 | 0 | 0.86 | 0.05 | 108.23 | 0.9 | 0.54 |
| Hex | 4B | F3 | 22 | 45 | 0 | 56 | 5 | 6C | 5A | 36 |
| Octal | 113 | 363 | 42 | 105 | 0 | 126 | 5 | 154 | 132 | 66 |
| Binary | 1001011 | 11110011 | 100010 | 1000101 | 0 | 1010110 | 101 | 1101100 | 1011010 | 110110 |
Color Harmonies of #4BF322
Complementary color
Monochromatic Colors of #4BF322
Black with #4BF322
Text Example
Text Example
White with #4BF322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF322; }
p { color: rgb(75,243,34); }
H1.HeaderClassName
{
color: #4BF322;
}
.AnyTagClassName
{
color: #4BF322;
}
</style>
background-color css
<style>
a { background-color: #4BF322; }
a { background-color: rgb(75,243,34); }
div.DivClassName
{
background-color: #4BF322;
}
.BgClassName
{
background-color: #4BF322;
}
</style>
border-color css
<style>
span { border-color: #4BF322; }
span { border-color: rgb(75,243,34); }
td.TdClassName
{
border-color: #4BF322;
}
.TagClassName
{
border-color: #4BF322;
}
</style>