Shades of Harlequin #4BFA31
Tints of Harlequin #4BFA31
RGB
CMYK
RGB Variations
Color information
#4BFA31 (or 0x4BFA31) is known color: Harlequin. HEX triplet: 4B, FA and 31. RGB value is (75,250,49). Sum of RGB (Red+Green+Blue) = 75+250+49=374 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.05% from 374); Green value is 250 (98.05% from 255 or 66.84% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 250 - color contains mainly: green. Hex color #4BFA31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BFA31 is #B405CE. Grayscale: #AFAFAF. Windows color (decimal): -11797967 or 3275339. OLE color: 3275339.
HSL color Cylindrical-coordinate representation of color #4BFA31: hue angle of 112.24º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4BFA31 is Cyan = 0.7, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 250 | 49 | - |
| CMYK | 0.7 | 0 | 0.80 | 0.02 |
| HSL | 112.24º | 0.95% | 0.59% | - |
| HSV(B) | 112.24º | 0.8% | 0.98% | - |
| XYZ | 37.64 | 70.09 | 14.45 | - |
| YUV | 174.76 | 57.02 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 250 | 49 | 0.7 | 0 | 0.80 | 0.02 | 112.24 | 0.95 | 0.59 |
| Hex | 4B | FA | 31 | 46 | 0 | 50 | 2 | 70 | 5F | 3B |
| Octal | 113 | 372 | 61 | 106 | 0 | 120 | 2 | 160 | 137 | 73 |
| Binary | 1001011 | 11111010 | 110001 | 1000110 | 0 | 1010000 | 10 | 1110000 | 1011111 | 111011 |
Color Harmonies of #4BFA31
Complementary color
Monochromatic Colors of #4BFA31
Black with #4BFA31
Text Example
Text Example
White with #4BFA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFA31; }
p { color: rgb(75,250,49); }
H1.HeaderClassName
{
color: #4BFA31;
}
.AnyTagClassName
{
color: #4BFA31;
}
</style>
background-color css
<style>
a { background-color: #4BFA31; }
a { background-color: rgb(75,250,49); }
div.DivClassName
{
background-color: #4BFA31;
}
.BgClassName
{
background-color: #4BFA31;
}
</style>
border-color css
<style>
span { border-color: #4BFA31; }
span { border-color: rgb(75,250,49); }
td.TdClassName
{
border-color: #4BFA31;
}
.TagClassName
{
border-color: #4BFA31;
}
</style>