Shades of Harlequin #4AF100
Tints of Harlequin #4AF100
RGB
CMYK
RGB Variations
Color information
#4AF100 (or 0x4AF100) is known color: Harlequin. HEX triplet: 4A, F1 and 00. RGB value is (74,241,0). Sum of RGB (Red+Green+Blue) = 74+241+0=315 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.49% from 315); Green value is 241 (94.53% from 255 or 76.51% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF100 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF100 is #B50EFF. Grayscale: #A4A4A4. Windows color (decimal): -11865856 or 61770. OLE color: 61770.
HSL color Cylindrical-coordinate representation of color #4AF100: hue angle of 101.58º 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 #4AF100 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 241 | 0 | - |
| CMYK | 0.69 | 0 | 1 | 0.05 |
| HSL | 101.58º | 1% | 0.47% | - |
| HSV(B) | 101.58º | 1% | 0.95% | - |
| XYZ | 34.28 | 64.37 | 10.62 | - |
| YUV | 163.59 | 35.67 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 241 | 0 | 0.69 | 0 | 1 | 0.05 | 101.58 | 1 | 0.47 |
| Hex | 4A | F1 | 0 | 45 | 0 | 64 | 5 | 66 | 64 | 2F |
| Octal | 112 | 361 | 0 | 105 | 0 | 144 | 5 | 146 | 144 | 57 |
| Binary | 1001010 | 11110001 | 0 | 1000101 | 0 | 1100100 | 101 | 1100110 | 1100100 | 101111 |
Color Harmonies of #4AF100
Complementary color
Monochromatic Colors of #4AF100
Black with #4AF100
Text Example
Text Example
White with #4AF100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF100; }
p { color: rgb(74,241,0); }
H1.HeaderClassName
{
color: #4AF100;
}
.AnyTagClassName
{
color: #4AF100;
}
</style>
background-color css
<style>
a { background-color: #4AF100; }
a { background-color: rgb(74,241,0); }
div.DivClassName
{
background-color: #4AF100;
}
.BgClassName
{
background-color: #4AF100;
}
</style>
border-color css
<style>
span { border-color: #4AF100; }
span { border-color: rgb(74,241,0); }
td.TdClassName
{
border-color: #4AF100;
}
.TagClassName
{
border-color: #4AF100;
}
</style>