Shades of Harlequin #4BEC25
Tints of Harlequin #4BEC25
RGB
CMYK
RGB Variations
Color information
#4BEC25 (or 0x4BEC25) is known color: Harlequin. HEX triplet: 4B, EC and 25. RGB value is (75,236,37). Sum of RGB (Red+Green+Blue) = 75+236+37=348 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.55% from 348); Green value is 236 (92.58% from 255 or 67.82% from 348); Blue value is 37 (14.84% from 255 or 10.63% from 348); Max value from RGB is 236 - color contains mainly: green. Hex color #4BEC25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BEC25 is #B413DA. Grayscale: #A5A5A5. Windows color (decimal): -11801563 or 2485323. OLE color: 2485323.
HSL color Cylindrical-coordinate representation of color #4BEC25: hue angle of 108.54º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4BEC25 is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 75 | 236 | 37 | - |
| CMYK | 0.68 | 0 | 0.84 | 0.07 |
| HSL | 108.54º | 0.84% | 0.54% | - |
| HSV(B) | 108.54º | 0.84% | 0.93% | - |
| XYZ | 33.23 | 61.62 | 11.89 | - |
| YUV | 165.18 | 55.66 | 63.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 236 | 37 | 0.68 | 0 | 0.84 | 0.07 | 108.54 | 0.84 | 0.54 |
| Hex | 4B | EC | 25 | 44 | 0 | 54 | 7 | 6D | 54 | 36 |
| Octal | 113 | 354 | 45 | 104 | 0 | 124 | 7 | 155 | 124 | 66 |
| Binary | 1001011 | 11101100 | 100101 | 1000100 | 0 | 1010100 | 111 | 1101101 | 1010100 | 110110 |
Color Harmonies of #4BEC25
Complementary color
Monochromatic Colors of #4BEC25
Black with #4BEC25
Text Example
Text Example
White with #4BEC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEC25; }
p { color: rgb(75,236,37); }
H1.HeaderClassName
{
color: #4BEC25;
}
.AnyTagClassName
{
color: #4BEC25;
}
</style>
background-color css
<style>
a { background-color: #4BEC25; }
a { background-color: rgb(75,236,37); }
div.DivClassName
{
background-color: #4BEC25;
}
.BgClassName
{
background-color: #4BEC25;
}
</style>
border-color css
<style>
span { border-color: #4BEC25; }
span { border-color: rgb(75,236,37); }
td.TdClassName
{
border-color: #4BEC25;
}
.TagClassName
{
border-color: #4BEC25;
}
</style>