Shades of Harlequin #4BFE29
Tints of Harlequin #4BFE29
RGB
CMYK
RGB Variations
Color information
#4BFE29 (or 0x4BFE29) is known color: Harlequin. HEX triplet: 4B, FE and 29. RGB value is (75,254,41). Sum of RGB (Red+Green+Blue) = 75+254+41=370 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.27% from 370); Green value is 254 (99.61% from 255 or 68.65% from 370); Blue value is 41 (16.41% from 255 or 11.08% from 370); Max value from RGB is 254 - color contains mainly: green. Hex color #4BFE29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BFE29 is #B401D6. Grayscale: #B0B0B0. Windows color (decimal): -11796951 or 2752075. OLE color: 2752075.
HSL color Cylindrical-coordinate representation of color #4BFE29: hue angle of 110.42º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4BFE29 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 254 | 41 | - |
| CMYK | 0.70 | 0 | 0.84 | 0.00 |
| HSL | 110.42º | 0.99% | 0.58% | - |
| HSV(B) | 110.42º | 0.84% | 1% | - |
| XYZ | 38.74 | 72.54 | 14.06 | - |
| YUV | 176.2 | 51.7 | 55.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 254 | 41 | 0.70 | 0 | 0.84 | 0.00 | 110.42 | 0.99 | 0.58 |
| Hex | 4B | FE | 29 | 46 | 0 | 54 | 0 | 6E | 63 | 3A |
| Octal | 113 | 376 | 51 | 106 | 0 | 124 | 0 | 156 | 143 | 72 |
| Binary | 1001011 | 11111110 | 101001 | 1000110 | 0 | 1010100 | 0 | 1101110 | 1100011 | 111010 |
Color Harmonies of #4BFE29
Complementary color
Monochromatic Colors of #4BFE29
Black with #4BFE29
Text Example
Text Example
White with #4BFE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFE29; }
p { color: rgb(75,254,41); }
H1.HeaderClassName
{
color: #4BFE29;
}
.AnyTagClassName
{
color: #4BFE29;
}
</style>
background-color css
<style>
a { background-color: #4BFE29; }
a { background-color: rgb(75,254,41); }
div.DivClassName
{
background-color: #4BFE29;
}
.BgClassName
{
background-color: #4BFE29;
}
</style>
border-color css
<style>
span { border-color: #4BFE29; }
span { border-color: rgb(75,254,41); }
td.TdClassName
{
border-color: #4BFE29;
}
.TagClassName
{
border-color: #4BFE29;
}
</style>