Shades of Harlequin #4AF119
Tints of Harlequin #4AF119
RGB
CMYK
RGB Variations
Color information
#4AF119 (or 0x4AF119) is known color: Harlequin. HEX triplet: 4A, F1 and 19. RGB value is (74,241,25). Sum of RGB (Red+Green+Blue) = 74+241+25=340 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.76% from 340); Green value is 241 (94.53% from 255 or 70.88% from 340); Blue value is 25 (10.16% from 255 or 7.35% from 340); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF119 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF119 is #B50EE6. Grayscale: #A7A7A7. Windows color (decimal): -11865831 or 1700170. OLE color: 1700170.
HSL color Cylindrical-coordinate representation of color #4AF119: hue angle of 106.39º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4AF119 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 241 | 25 | - |
| CMYK | 0.69 | 0 | 0.90 | 0.05 |
| HSL | 106.39º | 0.89% | 0.52% | - |
| HSV(B) | 106.39º | 0.9% | 0.95% | - |
| XYZ | 34.45 | 64.44 | 11.54 | - |
| YUV | 166.44 | 48.17 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 241 | 25 | 0.69 | 0 | 0.90 | 0.05 | 106.39 | 0.89 | 0.52 |
| Hex | 4A | F1 | 19 | 45 | 0 | 5A | 5 | 6A | 59 | 34 |
| Octal | 112 | 361 | 31 | 105 | 0 | 132 | 5 | 152 | 131 | 64 |
| Binary | 1001010 | 11110001 | 11001 | 1000101 | 0 | 1011010 | 101 | 1101010 | 1011001 | 110100 |
Color Harmonies of #4AF119
Complementary color
Monochromatic Colors of #4AF119
Black with #4AF119
Text Example
Text Example
White with #4AF119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF119; }
p { color: rgb(74,241,25); }
H1.HeaderClassName
{
color: #4AF119;
}
.AnyTagClassName
{
color: #4AF119;
}
</style>
background-color css
<style>
a { background-color: #4AF119; }
a { background-color: rgb(74,241,25); }
div.DivClassName
{
background-color: #4AF119;
}
.BgClassName
{
background-color: #4AF119;
}
</style>
border-color css
<style>
span { border-color: #4AF119; }
span { border-color: rgb(74,241,25); }
td.TdClassName
{
border-color: #4AF119;
}
.TagClassName
{
border-color: #4AF119;
}
</style>