Shades of Harlequin #4AF113
Tints of Harlequin #4AF113
RGB
CMYK
RGB Variations
Color information
#4AF113 (or 0x4AF113) is known color: Harlequin. HEX triplet: 4A, F1 and 13. RGB value is (74,241,19). Sum of RGB (Red+Green+Blue) = 74+241+19=334 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.16% from 334); Green value is 241 (94.53% from 255 or 72.16% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF113 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF113 is #B50EEC. Grayscale: #A6A6A6. Windows color (decimal): -11865837 or 1306954. OLE color: 1306954.
HSL color Cylindrical-coordinate representation of color #4AF113: hue angle of 105.14º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4AF113 is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 241 | 19 | - |
| CMYK | 0.69 | 0 | 0.92 | 0.05 |
| HSL | 105.14º | 0.89% | 0.51% | - |
| HSV(B) | 105.14º | 0.92% | 0.95% | - |
| XYZ | 34.4 | 64.41 | 11.24 | - |
| YUV | 165.76 | 45.17 | 62.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 241 | 19 | 0.69 | 0 | 0.92 | 0.05 | 105.14 | 0.89 | 0.51 |
| Hex | 4A | F1 | 13 | 45 | 0 | 5C | 5 | 69 | 59 | 33 |
| Octal | 112 | 361 | 23 | 105 | 0 | 134 | 5 | 151 | 131 | 63 |
| Binary | 1001010 | 11110001 | 10011 | 1000101 | 0 | 1011100 | 101 | 1101001 | 1011001 | 110011 |
Color Harmonies of #4AF113
Complementary color
Monochromatic Colors of #4AF113
Black with #4AF113
Text Example
Text Example
White with #4AF113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF113; }
p { color: rgb(74,241,19); }
H1.HeaderClassName
{
color: #4AF113;
}
.AnyTagClassName
{
color: #4AF113;
}
</style>
background-color css
<style>
a { background-color: #4AF113; }
a { background-color: rgb(74,241,19); }
div.DivClassName
{
background-color: #4AF113;
}
.BgClassName
{
background-color: #4AF113;
}
</style>
border-color css
<style>
span { border-color: #4AF113; }
span { border-color: rgb(74,241,19); }
td.TdClassName
{
border-color: #4AF113;
}
.TagClassName
{
border-color: #4AF113;
}
</style>