Shades of Harlequin #4AFE25
Tints of Harlequin #4AFE25
RGB
CMYK
RGB Variations
Color information
#4AFE25 (or 0x4AFE25) is known color: Harlequin. HEX triplet: 4A, FE and 25. RGB value is (74,254,37). Sum of RGB (Red+Green+Blue) = 74+254+37=365 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.27% from 365); Green value is 254 (99.61% from 255 or 69.59% from 365); Blue value is 37 (14.84% from 255 or 10.14% from 365); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFE25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFE25 is #B501DA. Grayscale: #B0B0B0. Windows color (decimal): -11862491 or 2489930. OLE color: 2489930.
HSL color Cylindrical-coordinate representation of color #4AFE25: hue angle of 109.77º 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 #4AFE25 is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 254 | 37 | - |
| CMYK | 0.71 | 0 | 0.85 | 0.00 |
| HSL | 109.77º | 0.99% | 0.57% | - |
| HSV(B) | 109.77º | 0.85% | 1% | - |
| XYZ | 38.6 | 72.47 | 13.7 | - |
| YUV | 175.44 | 49.87 | 55.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 254 | 37 | 0.71 | 0 | 0.85 | 0.00 | 109.77 | 0.99 | 0.57 |
| Hex | 4A | FE | 25 | 47 | 0 | 55 | 0 | 6E | 63 | 39 |
| Octal | 112 | 376 | 45 | 107 | 0 | 125 | 0 | 156 | 143 | 71 |
| Binary | 1001010 | 11111110 | 100101 | 1000111 | 0 | 1010101 | 0 | 1101110 | 1100011 | 111001 |
Color Harmonies of #4AFE25
Complementary color
Monochromatic Colors of #4AFE25
Black with #4AFE25
Text Example
Text Example
White with #4AFE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFE25; }
p { color: rgb(74,254,37); }
H1.HeaderClassName
{
color: #4AFE25;
}
.AnyTagClassName
{
color: #4AFE25;
}
</style>
background-color css
<style>
a { background-color: #4AFE25; }
a { background-color: rgb(74,254,37); }
div.DivClassName
{
background-color: #4AFE25;
}
.BgClassName
{
background-color: #4AFE25;
}
</style>
border-color css
<style>
span { border-color: #4AFE25; }
span { border-color: rgb(74,254,37); }
td.TdClassName
{
border-color: #4AFE25;
}
.TagClassName
{
border-color: #4AFE25;
}
</style>