Shades of Harlequin #4AF115
Tints of Harlequin #4AF115
RGB
CMYK
RGB Variations
Color information
#4AF115 (or 0x4AF115) is known color: Harlequin. HEX triplet: 4A, F1 and 15. RGB value is (74,241,21). Sum of RGB (Red+Green+Blue) = 74+241+21=336 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.02% from 336); Green value is 241 (94.53% from 255 or 71.73% from 336); Blue value is 21 (8.59% from 255 or 6.25% from 336); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF115 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF115 is #B50EEA. Grayscale: #A6A6A6. Windows color (decimal): -11865835 or 1438026. OLE color: 1438026.
HSL color Cylindrical-coordinate representation of color #4AF115: hue angle of 105.55º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4AF115 is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 241 | 21 | - |
| CMYK | 0.69 | 0 | 0.91 | 0.05 |
| HSL | 105.55º | 0.89% | 0.51% | - |
| HSV(B) | 105.55º | 0.91% | 0.95% | - |
| XYZ | 34.41 | 64.42 | 11.33 | - |
| YUV | 165.99 | 46.17 | 62.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 241 | 21 | 0.69 | 0 | 0.91 | 0.05 | 105.55 | 0.89 | 0.51 |
| Hex | 4A | F1 | 15 | 45 | 0 | 5B | 5 | 6A | 59 | 33 |
| Octal | 112 | 361 | 25 | 105 | 0 | 133 | 5 | 152 | 131 | 63 |
| Binary | 1001010 | 11110001 | 10101 | 1000101 | 0 | 1011011 | 101 | 1101010 | 1011001 | 110011 |
Color Harmonies of #4AF115
Complementary color
Monochromatic Colors of #4AF115
Black with #4AF115
Text Example
Text Example
White with #4AF115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF115; }
p { color: rgb(74,241,21); }
H1.HeaderClassName
{
color: #4AF115;
}
.AnyTagClassName
{
color: #4AF115;
}
</style>
background-color css
<style>
a { background-color: #4AF115; }
a { background-color: rgb(74,241,21); }
div.DivClassName
{
background-color: #4AF115;
}
.BgClassName
{
background-color: #4AF115;
}
</style>
border-color css
<style>
span { border-color: #4AF115; }
span { border-color: rgb(74,241,21); }
td.TdClassName
{
border-color: #4AF115;
}
.TagClassName
{
border-color: #4AF115;
}
</style>