Shades of Harlequin #4BFD34
Tints of Harlequin #4BFD34
RGB
CMYK
RGB Variations
Color information
#4BFD34 (or 0x4BFD34) is known color: Harlequin. HEX triplet: 4B, FD and 34. RGB value is (75,253,52). Sum of RGB (Red+Green+Blue) = 75+253+52=380 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.74% from 380); Green value is 253 (99.22% from 255 or 66.58% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 253 - color contains mainly: green. Hex color #4BFD34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BFD34 is #B402CB. Grayscale: #B1B1B1. Windows color (decimal): -11797196 or 3472715. OLE color: 3472715.
HSL color Cylindrical-coordinate representation of color #4BFD34: hue angle of 113.13º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4BFD34 is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 253 | 52 | - |
| CMYK | 0.70 | 0 | 0.79 | 0.01 |
| HSL | 113.13º | 0.98% | 0.6% | - |
| HSV(B) | 113.13º | 0.79% | 0.99% | - |
| XYZ | 38.65 | 71.99 | 15.11 | - |
| YUV | 176.86 | 57.53 | 55.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 253 | 52 | 0.70 | 0 | 0.79 | 0.01 | 113.13 | 0.98 | 0.6 |
| Hex | 4B | FD | 34 | 46 | 0 | 4F | 1 | 71 | 62 | 3C |
| Octal | 113 | 375 | 64 | 106 | 0 | 117 | 1 | 161 | 142 | 74 |
| Binary | 1001011 | 11111101 | 110100 | 1000110 | 0 | 1001111 | 1 | 1110001 | 1100010 | 111100 |
Color Harmonies of #4BFD34
Complementary color
Monochromatic Colors of #4BFD34
Black with #4BFD34
Text Example
Text Example
White with #4BFD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFD34; }
p { color: rgb(75,253,52); }
H1.HeaderClassName
{
color: #4BFD34;
}
.AnyTagClassName
{
color: #4BFD34;
}
</style>
background-color css
<style>
a { background-color: #4BFD34; }
a { background-color: rgb(75,253,52); }
div.DivClassName
{
background-color: #4BFD34;
}
.BgClassName
{
background-color: #4BFD34;
}
</style>
border-color css
<style>
span { border-color: #4BFD34; }
span { border-color: rgb(75,253,52); }
td.TdClassName
{
border-color: #4BFD34;
}
.TagClassName
{
border-color: #4BFD34;
}
</style>