Shades of Harlequin #4BF326
Tints of Harlequin #4BF326
RGB
CMYK
RGB Variations
Color information
#4BF326 (or 0x4BF326) is known color: Harlequin. HEX triplet: 4B, F3 and 26. RGB value is (75,243,38). Sum of RGB (Red+Green+Blue) = 75+243+38=356 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.07% from 356); Green value is 243 (95.31% from 255 or 68.26% from 356); Blue value is 38 (15.23% from 255 or 10.67% from 356); Max value from RGB is 243 - color contains mainly: green. Hex color #4BF326 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BF326 is #B40CD9. Grayscale: #AAAAAA. Windows color (decimal): -11799770 or 2552651. OLE color: 2552651.
HSL color Cylindrical-coordinate representation of color #4BF326: hue angle of 109.17º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4BF326 is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 75 | 243 | 38 | - |
| CMYK | 0.69 | 0 | 0.84 | 0.05 |
| HSL | 109.17º | 0.9% | 0.55% | - |
| HSV(B) | 109.17º | 0.84% | 0.95% | - |
| XYZ | 35.3 | 65.74 | 12.66 | - |
| YUV | 169.4 | 53.84 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 243 | 38 | 0.69 | 0 | 0.84 | 0.05 | 109.17 | 0.9 | 0.55 |
| Hex | 4B | F3 | 26 | 45 | 0 | 54 | 5 | 6D | 5A | 37 |
| Octal | 113 | 363 | 46 | 105 | 0 | 124 | 5 | 155 | 132 | 67 |
| Binary | 1001011 | 11110011 | 100110 | 1000101 | 0 | 1010100 | 101 | 1101101 | 1011010 | 110111 |
Color Harmonies of #4BF326
Complementary color
Monochromatic Colors of #4BF326
Black with #4BF326
Text Example
Text Example
White with #4BF326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF326; }
p { color: rgb(75,243,38); }
H1.HeaderClassName
{
color: #4BF326;
}
.AnyTagClassName
{
color: #4BF326;
}
</style>
background-color css
<style>
a { background-color: #4BF326; }
a { background-color: rgb(75,243,38); }
div.DivClassName
{
background-color: #4BF326;
}
.BgClassName
{
background-color: #4BF326;
}
</style>
border-color css
<style>
span { border-color: #4BF326; }
span { border-color: rgb(75,243,38); }
td.TdClassName
{
border-color: #4BF326;
}
.TagClassName
{
border-color: #4BF326;
}
</style>