Shades of Harlequin #4AFE28
Tints of Harlequin #4AFE28
RGB
CMYK
RGB Variations
Color information
#4AFE28 (or 0x4AFE28) is known color: Harlequin. HEX triplet: 4A, FE and 28. RGB value is (74,254,40). Sum of RGB (Red+Green+Blue) = 74+254+40=368 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.11% from 368); Green value is 254 (99.61% from 255 or 69.02% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFE28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFE28 is #B501D7. Grayscale: #B0B0B0. Windows color (decimal): -11862488 or 2686538. OLE color: 2686538.
HSL color Cylindrical-coordinate representation of color #4AFE28: hue angle of 110.47º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4AFE28 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 254 | 40 | - |
| CMYK | 0.71 | 0 | 0.84 | 0.00 |
| HSL | 110.47º | 0.99% | 0.58% | - |
| HSV(B) | 110.47º | 0.84% | 1% | - |
| XYZ | 38.65 | 72.49 | 13.96 | - |
| YUV | 175.78 | 51.37 | 55.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 254 | 40 | 0.71 | 0 | 0.84 | 0.00 | 110.47 | 0.99 | 0.58 |
| Hex | 4A | FE | 28 | 47 | 0 | 54 | 0 | 6E | 63 | 3A |
| Octal | 112 | 376 | 50 | 107 | 0 | 124 | 0 | 156 | 143 | 72 |
| Binary | 1001010 | 11111110 | 101000 | 1000111 | 0 | 1010100 | 0 | 1101110 | 1100011 | 111010 |
Color Harmonies of #4AFE28
Complementary color
Monochromatic Colors of #4AFE28
Black with #4AFE28
Text Example
Text Example
White with #4AFE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFE28; }
p { color: rgb(74,254,40); }
H1.HeaderClassName
{
color: #4AFE28;
}
.AnyTagClassName
{
color: #4AFE28;
}
</style>
background-color css
<style>
a { background-color: #4AFE28; }
a { background-color: rgb(74,254,40); }
div.DivClassName
{
background-color: #4AFE28;
}
.BgClassName
{
background-color: #4AFE28;
}
</style>
border-color css
<style>
span { border-color: #4AFE28; }
span { border-color: rgb(74,254,40); }
td.TdClassName
{
border-color: #4AFE28;
}
.TagClassName
{
border-color: #4AFE28;
}
</style>