Shades of Harlequin #4AFF07
Tints of Harlequin #4AFF07
RGB
CMYK
RGB Variations
Color information
#4AFF07 (or 0x4AFF07) is known color: Harlequin. HEX triplet: 4A, FF and 07. RGB value is (74,255,7). Sum of RGB (Red+Green+Blue) = 74+255+7=336 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.02% from 336); Green value is 255 (100% from 255 or 75.89% from 336); Blue value is 7 (3.12% from 255 or 2.08% from 336); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFF07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AFF07 is #B500F8. Grayscale: #ADADAD. Windows color (decimal): -11862265 or 524106. OLE color: 524106.
HSL color Cylindrical-coordinate representation of color #4AFF07: hue angle of 103.79º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4AFF07 is Cyan = 0.71, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 255 | 7 | - |
| CMYK | 0.71 | 0 | 0.97 | 0 |
| HSL | 103.79º | 1% | 0.51% | - |
| HSV(B) | 103.79º | 0.97% | 1% | - |
| XYZ | 38.62 | 72.99 | 12.25 | - |
| YUV | 172.61 | 34.53 | 57.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 255 | 7 | 0.71 | 0 | 0.97 | 0 | 103.79 | 1 | 0.51 |
| Hex | 4A | FF | 7 | 47 | 0 | 61 | 0 | 68 | 64 | 33 |
| Octal | 112 | 377 | 7 | 107 | 0 | 141 | 0 | 150 | 144 | 63 |
| Binary | 1001010 | 11111111 | 111 | 1000111 | 0 | 1100001 | 0 | 1101000 | 1100100 | 110011 |
Color Harmonies of #4AFF07
Complementary color
Monochromatic Colors of #4AFF07
Black with #4AFF07
Text Example
Text Example
White with #4AFF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFF07; }
p { color: rgb(74,255,7); }
H1.HeaderClassName
{
color: #4AFF07;
}
.AnyTagClassName
{
color: #4AFF07;
}
</style>
background-color css
<style>
a { background-color: #4AFF07; }
a { background-color: rgb(74,255,7); }
div.DivClassName
{
background-color: #4AFF07;
}
.BgClassName
{
background-color: #4AFF07;
}
</style>
border-color css
<style>
span { border-color: #4AFF07; }
span { border-color: rgb(74,255,7); }
td.TdClassName
{
border-color: #4AFF07;
}
.TagClassName
{
border-color: #4AFF07;
}
</style>