Shades of Harlequin #4BF31C
Tints of Harlequin #4BF31C
RGB
CMYK
RGB Variations
Color information
#4BF31C (or 0x4BF31C) is known color: Harlequin. HEX triplet: 4B, F3 and 1C. RGB value is (75,243,28). Sum of RGB (Red+Green+Blue) = 75+243+28=346 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.68% from 346); Green value is 243 (95.31% from 255 or 70.23% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 243 - color contains mainly: green. Hex color #4BF31C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BF31C is #B40CE3. Grayscale: #A8A8A8. Windows color (decimal): -11799780 or 1897291. OLE color: 1897291.
HSL color Cylindrical-coordinate representation of color #4BF31C: hue angle of 106.88º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4BF31C is Cyan = 0.69, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 75 | 243 | 28 | - |
| CMYK | 0.69 | 0 | 0.88 | 0.05 |
| HSL | 106.88º | 0.9% | 0.53% | - |
| HSV(B) | 106.88º | 0.88% | 0.95% | - |
| XYZ | 35.16 | 65.68 | 11.92 | - |
| YUV | 168.26 | 48.84 | 61.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 243 | 28 | 0.69 | 0 | 0.88 | 0.05 | 106.88 | 0.9 | 0.53 |
| Hex | 4B | F3 | 1C | 45 | 0 | 58 | 5 | 6B | 5A | 35 |
| Octal | 113 | 363 | 34 | 105 | 0 | 130 | 5 | 153 | 132 | 65 |
| Binary | 1001011 | 11110011 | 11100 | 1000101 | 0 | 1011000 | 101 | 1101011 | 1011010 | 110101 |
Color Harmonies of #4BF31C
Complementary color
Monochromatic Colors of #4BF31C
Black with #4BF31C
Text Example
Text Example
White with #4BF31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF31C; }
p { color: rgb(75,243,28); }
H1.HeaderClassName
{
color: #4BF31C;
}
.AnyTagClassName
{
color: #4BF31C;
}
</style>
background-color css
<style>
a { background-color: #4BF31C; }
a { background-color: rgb(75,243,28); }
div.DivClassName
{
background-color: #4BF31C;
}
.BgClassName
{
background-color: #4BF31C;
}
</style>
border-color css
<style>
span { border-color: #4BF31C; }
span { border-color: rgb(75,243,28); }
td.TdClassName
{
border-color: #4BF31C;
}
.TagClassName
{
border-color: #4BF31C;
}
</style>