Shades of Harlequin #4AFF05
Tints of Harlequin #4AFF05
RGB
CMYK
RGB Variations
Color information
#4AFF05 (or 0x4AFF05) is known color: Harlequin. HEX triplet: 4A, FF and 05. RGB value is (74,255,5). Sum of RGB (Red+Green+Blue) = 74+255+5=334 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.16% from 334); Green value is 255 (100% from 255 or 76.35% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFF05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AFF05 is #B500FA. Grayscale: #ADADAD. Windows color (decimal): -11862267 or 393034. OLE color: 393034.
HSL color Cylindrical-coordinate representation of color #4AFF05: hue angle of 103.44º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4AFF05 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 255 | 5 | - |
| CMYK | 0.71 | 0 | 0.98 | 0 |
| HSL | 103.44º | 1% | 0.51% | - |
| HSV(B) | 103.44º | 0.98% | 1% | - |
| XYZ | 38.61 | 72.99 | 12.2 | - |
| YUV | 172.38 | 33.53 | 57.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 255 | 5 | 0.71 | 0 | 0.98 | 0 | 103.44 | 1 | 0.51 |
| Hex | 4A | FF | 5 | 47 | 0 | 62 | 0 | 67 | 64 | 33 |
| Octal | 112 | 377 | 5 | 107 | 0 | 142 | 0 | 147 | 144 | 63 |
| Binary | 1001010 | 11111111 | 101 | 1000111 | 0 | 1100010 | 0 | 1100111 | 1100100 | 110011 |
Color Harmonies of #4AFF05
Complementary color
Monochromatic Colors of #4AFF05
Black with #4AFF05
Text Example
Text Example
White with #4AFF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFF05; }
p { color: rgb(74,255,5); }
H1.HeaderClassName
{
color: #4AFF05;
}
.AnyTagClassName
{
color: #4AFF05;
}
</style>
background-color css
<style>
a { background-color: #4AFF05; }
a { background-color: rgb(74,255,5); }
div.DivClassName
{
background-color: #4AFF05;
}
.BgClassName
{
background-color: #4AFF05;
}
</style>
border-color css
<style>
span { border-color: #4AFF05; }
span { border-color: rgb(74,255,5); }
td.TdClassName
{
border-color: #4AFF05;
}
.TagClassName
{
border-color: #4AFF05;
}
</style>