Shades of Harlequin #4AFA12
Tints of Harlequin #4AFA12
RGB
CMYK
RGB Variations
Color information
#4AFA12 (or 0x4AFA12) is known color: Harlequin. HEX triplet: 4A, FA and 12. RGB value is (74,250,18). Sum of RGB (Red+Green+Blue) = 74+250+18=342 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.64% from 342); Green value is 250 (98.05% from 255 or 73.10% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFA12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AFA12 is #B505ED. Grayscale: #ABABAB. Windows color (decimal): -11863534 or 1243722. OLE color: 1243722.
HSL color Cylindrical-coordinate representation of color #4AFA12: hue angle of 105.52º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4AFA12 is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 250 | 18 | - |
| CMYK | 0.70 | 0 | 0.93 | 0.02 |
| HSL | 105.52º | 0.96% | 0.53% | - |
| HSV(B) | 105.52º | 0.93% | 0.98% | - |
| XYZ | 37.12 | 69.87 | 12.1 | - |
| YUV | 170.93 | 41.69 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 250 | 18 | 0.70 | 0 | 0.93 | 0.02 | 105.52 | 0.96 | 0.53 |
| Hex | 4A | FA | 12 | 46 | 0 | 5D | 2 | 6A | 60 | 35 |
| Octal | 112 | 372 | 22 | 106 | 0 | 135 | 2 | 152 | 140 | 65 |
| Binary | 1001010 | 11111010 | 10010 | 1000110 | 0 | 1011101 | 10 | 1101010 | 1100000 | 110101 |
Color Harmonies of #4AFA12
Complementary color
Monochromatic Colors of #4AFA12
Black with #4AFA12
Text Example
Text Example
White with #4AFA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFA12; }
p { color: rgb(74,250,18); }
H1.HeaderClassName
{
color: #4AFA12;
}
.AnyTagClassName
{
color: #4AFA12;
}
</style>
background-color css
<style>
a { background-color: #4AFA12; }
a { background-color: rgb(74,250,18); }
div.DivClassName
{
background-color: #4AFA12;
}
.BgClassName
{
background-color: #4AFA12;
}
</style>
border-color css
<style>
span { border-color: #4AFA12; }
span { border-color: rgb(74,250,18); }
td.TdClassName
{
border-color: #4AFA12;
}
.TagClassName
{
border-color: #4AFA12;
}
</style>