Shades of Harlequin #4BFE25
Tints of Harlequin #4BFE25
RGB
CMYK
RGB Variations
Color information
#4BFE25 (or 0x4BFE25) is known color: Harlequin. HEX triplet: 4B, FE and 25. RGB value is (75,254,37). Sum of RGB (Red+Green+Blue) = 75+254+37=366 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.49% from 366); Green value is 254 (99.61% from 255 or 69.40% from 366); Blue value is 37 (14.84% from 255 or 10.11% from 366); Max value from RGB is 254 - color contains mainly: green. Hex color #4BFE25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BFE25 is #B401DA. Grayscale: #B0B0B0. Windows color (decimal): -11796955 or 2489931. OLE color: 2489931.
HSL color Cylindrical-coordinate representation of color #4BFE25: hue angle of 109.49º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4BFE25 is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 254 | 37 | - |
| CMYK | 0.70 | 0 | 0.85 | 0.00 |
| HSL | 109.49º | 0.99% | 0.57% | - |
| HSV(B) | 109.49º | 0.85% | 1% | - |
| XYZ | 38.68 | 72.51 | 13.71 | - |
| YUV | 175.74 | 49.7 | 56.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 254 | 37 | 0.70 | 0 | 0.85 | 0.00 | 109.49 | 0.99 | 0.57 |
| Hex | 4B | FE | 25 | 46 | 0 | 55 | 0 | 6D | 63 | 39 |
| Octal | 113 | 376 | 45 | 106 | 0 | 125 | 0 | 155 | 143 | 71 |
| Binary | 1001011 | 11111110 | 100101 | 1000110 | 0 | 1010101 | 0 | 1101101 | 1100011 | 111001 |
Color Harmonies of #4BFE25
Complementary color
Monochromatic Colors of #4BFE25
Black with #4BFE25
Text Example
Text Example
White with #4BFE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFE25; }
p { color: rgb(75,254,37); }
H1.HeaderClassName
{
color: #4BFE25;
}
.AnyTagClassName
{
color: #4BFE25;
}
</style>
background-color css
<style>
a { background-color: #4BFE25; }
a { background-color: rgb(75,254,37); }
div.DivClassName
{
background-color: #4BFE25;
}
.BgClassName
{
background-color: #4BFE25;
}
</style>
border-color css
<style>
span { border-color: #4BFE25; }
span { border-color: rgb(75,254,37); }
td.TdClassName
{
border-color: #4BFE25;
}
.TagClassName
{
border-color: #4BFE25;
}
</style>