Shades of Harlequin #4AF700
Tints of Harlequin #4AF700
RGB
CMYK
RGB Variations
Color information
#4AF700 (or 0x4AF700) is known color: Harlequin. HEX triplet: 4A, F7 and 00. RGB value is (74,247,0). Sum of RGB (Red+Green+Blue) = 74+247+0=321 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.05% from 321); Green value is 247 (96.88% from 255 or 76.95% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 247 - color contains mainly: green. Hex color #4AF700 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF700 is #B508FF. Grayscale: #A7A7A7. Windows color (decimal): -11864320 or 63306. OLE color: 63306.
HSL color Cylindrical-coordinate representation of color #4AF700: hue angle of 102.02º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4AF700 is Cyan = 0.70, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 247 | 0 | - |
| CMYK | 0.70 | 0 | 1 | 0.03 |
| HSL | 102.02º | 1% | 0.48% | - |
| HSV(B) | 102.02º | 1% | 0.97% | - |
| XYZ | 36.08 | 67.98 | 11.22 | - |
| YUV | 167.12 | 33.69 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 247 | 0 | 0.70 | 0 | 1 | 0.03 | 102.02 | 1 | 0.48 |
| Hex | 4A | F7 | 0 | 46 | 0 | 64 | 3 | 66 | 64 | 30 |
| Octal | 112 | 367 | 0 | 106 | 0 | 144 | 3 | 146 | 144 | 60 |
| Binary | 1001010 | 11110111 | 0 | 1000110 | 0 | 1100100 | 11 | 1100110 | 1100100 | 110000 |
Color Harmonies of #4AF700
Complementary color
Monochromatic Colors of #4AF700
Black with #4AF700
Text Example
Text Example
White with #4AF700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF700; }
p { color: rgb(74,247,0); }
H1.HeaderClassName
{
color: #4AF700;
}
.AnyTagClassName
{
color: #4AF700;
}
</style>
background-color css
<style>
a { background-color: #4AF700; }
a { background-color: rgb(74,247,0); }
div.DivClassName
{
background-color: #4AF700;
}
.BgClassName
{
background-color: #4AF700;
}
</style>
border-color css
<style>
span { border-color: #4AF700; }
span { border-color: rgb(74,247,0); }
td.TdClassName
{
border-color: #4AF700;
}
.TagClassName
{
border-color: #4AF700;
}
</style>