Shades of Harlequin #4BF31E
Tints of Harlequin #4BF31E
RGB
CMYK
RGB Variations
Color information
#4BF31E (or 0x4BF31E) is known color: Harlequin. HEX triplet: 4B, F3 and 1E. RGB value is (75,243,30). Sum of RGB (Red+Green+Blue) = 75+243+30=348 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.55% from 348); Green value is 243 (95.31% from 255 or 69.83% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 243 - color contains mainly: green. Hex color #4BF31E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BF31E is #B40CE1. Grayscale: #A9A9A9. Windows color (decimal): -11799778 or 2028363. OLE color: 2028363.
HSL color Cylindrical-coordinate representation of color #4BF31E: hue angle of 107.32º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4BF31E is Cyan = 0.69, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 75 | 243 | 30 | - |
| CMYK | 0.69 | 0 | 0.88 | 0.05 |
| HSL | 107.32º | 0.9% | 0.54% | - |
| HSV(B) | 107.32º | 0.88% | 0.95% | - |
| XYZ | 35.19 | 65.69 | 12.05 | - |
| YUV | 168.49 | 49.84 | 61.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 243 | 30 | 0.69 | 0 | 0.88 | 0.05 | 107.32 | 0.9 | 0.54 |
| Hex | 4B | F3 | 1E | 45 | 0 | 58 | 5 | 6B | 5A | 36 |
| Octal | 113 | 363 | 36 | 105 | 0 | 130 | 5 | 153 | 132 | 66 |
| Binary | 1001011 | 11110011 | 11110 | 1000101 | 0 | 1011000 | 101 | 1101011 | 1011010 | 110110 |
Color Harmonies of #4BF31E
Complementary color
Monochromatic Colors of #4BF31E
Black with #4BF31E
Text Example
Text Example
White with #4BF31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF31E; }
p { color: rgb(75,243,30); }
H1.HeaderClassName
{
color: #4BF31E;
}
.AnyTagClassName
{
color: #4BF31E;
}
</style>
background-color css
<style>
a { background-color: #4BF31E; }
a { background-color: rgb(75,243,30); }
div.DivClassName
{
background-color: #4BF31E;
}
.BgClassName
{
background-color: #4BF31E;
}
</style>
border-color css
<style>
span { border-color: #4BF31E; }
span { border-color: rgb(75,243,30); }
td.TdClassName
{
border-color: #4BF31E;
}
.TagClassName
{
border-color: #4BF31E;
}
</style>