Shades of Harlequin #4AFE29
Tints of Harlequin #4AFE29
RGB
CMYK
RGB Variations
Color information
#4AFE29 (or 0x4AFE29) is known color: Harlequin. HEX triplet: 4A, FE and 29. RGB value is (74,254,41). Sum of RGB (Red+Green+Blue) = 74+254+41=369 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.05% from 369); Green value is 254 (99.61% from 255 or 68.83% from 369); Blue value is 41 (16.41% from 255 or 11.11% from 369); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFE29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFE29 is #B501D6. Grayscale: #B0B0B0. Windows color (decimal): -11862487 or 2752074. OLE color: 2752074.
HSL color Cylindrical-coordinate representation of color #4AFE29: hue angle of 110.7º 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 #4AFE29 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 254 | 41 | - |
| CMYK | 0.71 | 0 | 0.84 | 0.00 |
| HSL | 110.7º | 0.99% | 0.58% | - |
| HSV(B) | 110.7º | 0.84% | 1% | - |
| XYZ | 38.67 | 72.5 | 14.05 | - |
| YUV | 175.9 | 51.87 | 55.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 254 | 41 | 0.71 | 0 | 0.84 | 0.00 | 110.7 | 0.99 | 0.58 |
| Hex | 4A | FE | 29 | 47 | 0 | 54 | 0 | 6F | 63 | 3A |
| Octal | 112 | 376 | 51 | 107 | 0 | 124 | 0 | 157 | 143 | 72 |
| Binary | 1001010 | 11111110 | 101001 | 1000111 | 0 | 1010100 | 0 | 1101111 | 1100011 | 111010 |
Color Harmonies of #4AFE29
Complementary color
Monochromatic Colors of #4AFE29
Black with #4AFE29
Text Example
Text Example
White with #4AFE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFE29; }
p { color: rgb(74,254,41); }
H1.HeaderClassName
{
color: #4AFE29;
}
.AnyTagClassName
{
color: #4AFE29;
}
</style>
background-color css
<style>
a { background-color: #4AFE29; }
a { background-color: rgb(74,254,41); }
div.DivClassName
{
background-color: #4AFE29;
}
.BgClassName
{
background-color: #4AFE29;
}
</style>
border-color css
<style>
span { border-color: #4AFE29; }
span { border-color: rgb(74,254,41); }
td.TdClassName
{
border-color: #4AFE29;
}
.TagClassName
{
border-color: #4AFE29;
}
</style>