Shades of Harlequin #4AF200
Tints of Harlequin #4AF200
RGB
CMYK
RGB Variations
Color information
#4AF200 (or 0x4AF200) is known color: Harlequin. HEX triplet: 4A, F2 and 00. RGB value is (74,242,0). Sum of RGB (Red+Green+Blue) = 74+242+0=316 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.42% from 316); Green value is 242 (94.92% from 255 or 76.58% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF200 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF200 is #B50DFF. Grayscale: #A4A4A4. Windows color (decimal): -11865600 or 62026. OLE color: 62026.
HSL color Cylindrical-coordinate representation of color #4AF200: hue angle of 101.65º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4AF200 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 242 | 0 | - |
| CMYK | 0.69 | 0 | 1 | 0.05 |
| HSL | 101.65º | 1% | 0.47% | - |
| HSV(B) | 101.65º | 1% | 0.95% | - |
| XYZ | 34.58 | 64.96 | 10.72 | - |
| YUV | 164.18 | 35.34 | 63.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 242 | 0 | 0.69 | 0 | 1 | 0.05 | 101.65 | 1 | 0.47 |
| Hex | 4A | F2 | 0 | 45 | 0 | 64 | 5 | 66 | 64 | 2F |
| Octal | 112 | 362 | 0 | 105 | 0 | 144 | 5 | 146 | 144 | 57 |
| Binary | 1001010 | 11110010 | 0 | 1000101 | 0 | 1100100 | 101 | 1100110 | 1100100 | 101111 |
Color Harmonies of #4AF200
Complementary color
Monochromatic Colors of #4AF200
Black with #4AF200
Text Example
Text Example
White with #4AF200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF200; }
p { color: rgb(74,242,0); }
H1.HeaderClassName
{
color: #4AF200;
}
.AnyTagClassName
{
color: #4AF200;
}
</style>
background-color css
<style>
a { background-color: #4AF200; }
a { background-color: rgb(74,242,0); }
div.DivClassName
{
background-color: #4AF200;
}
.BgClassName
{
background-color: #4AF200;
}
</style>
border-color css
<style>
span { border-color: #4AF200; }
span { border-color: rgb(74,242,0); }
td.TdClassName
{
border-color: #4AF200;
}
.TagClassName
{
border-color: #4AF200;
}
</style>