Shades of Harlequin #4CFD25
Tints of Harlequin #4CFD25
RGB
CMYK
RGB Variations
Color information
#4CFD25 (or 0x4CFD25) is known color: Harlequin. HEX triplet: 4C, FD and 25. RGB value is (76,253,37). Sum of RGB (Red+Green+Blue) = 76+253+37=366 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.77% from 366); Green value is 253 (99.22% from 255 or 69.13% from 366); Blue value is 37 (14.84% from 255 or 10.11% from 366); Max value from RGB is 253 - color contains mainly: green. Hex color #4CFD25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFD25 is #B302DA. Grayscale: #B0B0B0. Windows color (decimal): -11731675 or 2489676. OLE color: 2489676.
HSL color Cylindrical-coordinate representation of color #4CFD25: hue angle of 109.17º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4CFD25 is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 253 | 37 | - |
| CMYK | 0.70 | 0 | 0.85 | 0.01 |
| HSL | 109.17º | 0.98% | 0.57% | - |
| HSV(B) | 109.17º | 0.85% | 0.99% | - |
| XYZ | 38.44 | 71.92 | 13.61 | - |
| YUV | 175.45 | 49.86 | 57.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 253 | 37 | 0.70 | 0 | 0.85 | 0.01 | 109.17 | 0.98 | 0.57 |
| Hex | 4C | FD | 25 | 46 | 0 | 55 | 1 | 6D | 62 | 39 |
| Octal | 114 | 375 | 45 | 106 | 0 | 125 | 1 | 155 | 142 | 71 |
| Binary | 1001100 | 11111101 | 100101 | 1000110 | 0 | 1010101 | 1 | 1101101 | 1100010 | 111001 |
Color Harmonies of #4CFD25
Complementary color
Monochromatic Colors of #4CFD25
Black with #4CFD25
Text Example
Text Example
White with #4CFD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFD25; }
p { color: rgb(76,253,37); }
H1.HeaderClassName
{
color: #4CFD25;
}
.AnyTagClassName
{
color: #4CFD25;
}
</style>
background-color css
<style>
a { background-color: #4CFD25; }
a { background-color: rgb(76,253,37); }
div.DivClassName
{
background-color: #4CFD25;
}
.BgClassName
{
background-color: #4CFD25;
}
</style>
border-color css
<style>
span { border-color: #4CFD25; }
span { border-color: rgb(76,253,37); }
td.TdClassName
{
border-color: #4CFD25;
}
.TagClassName
{
border-color: #4CFD25;
}
</style>