Shades of Harlequin #4AFF28
Tints of Harlequin #4AFF28
RGB
CMYK
RGB Variations
Color information
#4AFF28 (or 0x4AFF28) is known color: Harlequin. HEX triplet: 4A, FF and 28. RGB value is (74,255,40). Sum of RGB (Red+Green+Blue) = 74+255+40=369 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.05% from 369); Green value is 255 (100% from 255 or 69.11% from 369); Blue value is 40 (16.02% from 255 or 10.84% from 369); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFF28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFF28 is #B500D7. Grayscale: #B1B1B1. Windows color (decimal): -11862232 or 2686794. OLE color: 2686794.
HSL color Cylindrical-coordinate representation of color #4AFF28: hue angle of 110.51º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4AFF28 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 255 | 40 | - |
| CMYK | 0.71 | 0 | 0.84 | 0 |
| HSL | 110.51º | 1% | 0.58% | - |
| HSV(B) | 110.51º | 0.84% | 1% | - |
| XYZ | 38.97 | 73.13 | 14.07 | - |
| YUV | 176.37 | 51.03 | 54.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 255 | 40 | 0.71 | 0 | 0.84 | 0 | 110.51 | 1 | 0.58 |
| Hex | 4A | FF | 28 | 47 | 0 | 54 | 0 | 6F | 64 | 3A |
| Octal | 112 | 377 | 50 | 107 | 0 | 124 | 0 | 157 | 144 | 72 |
| Binary | 1001010 | 11111111 | 101000 | 1000111 | 0 | 1010100 | 0 | 1101111 | 1100100 | 111010 |
Color Harmonies of #4AFF28
Complementary color
Monochromatic Colors of #4AFF28
Black with #4AFF28
Text Example
Text Example
White with #4AFF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFF28; }
p { color: rgb(74,255,40); }
H1.HeaderClassName
{
color: #4AFF28;
}
.AnyTagClassName
{
color: #4AFF28;
}
</style>
background-color css
<style>
a { background-color: #4AFF28; }
a { background-color: rgb(74,255,40); }
div.DivClassName
{
background-color: #4AFF28;
}
.BgClassName
{
background-color: #4AFF28;
}
</style>
border-color css
<style>
span { border-color: #4AFF28; }
span { border-color: rgb(74,255,40); }
td.TdClassName
{
border-color: #4AFF28;
}
.TagClassName
{
border-color: #4AFF28;
}
</style>