Shades of Harlequin #4AF912
Tints of Harlequin #4AF912
RGB
CMYK
RGB Variations
Color information
#4AF912 (or 0x4AF912) is known color: Harlequin. HEX triplet: 4A, F9 and 12. RGB value is (74,249,18). Sum of RGB (Red+Green+Blue) = 74+249+18=341 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.70% from 341); Green value is 249 (97.66% from 255 or 73.02% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF912 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF912 is #B506ED. Grayscale: #ABABAB. Windows color (decimal): -11863790 or 1243466. OLE color: 1243466.
HSL color Cylindrical-coordinate representation of color #4AF912: hue angle of 105.45º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4AF912 is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 249 | 18 | - |
| CMYK | 0.70 | 0 | 0.93 | 0.02 |
| HSL | 105.45º | 0.95% | 0.52% | - |
| HSV(B) | 105.45º | 0.93% | 0.98% | - |
| XYZ | 36.81 | 69.25 | 12 | - |
| YUV | 170.34 | 42.02 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 249 | 18 | 0.70 | 0 | 0.93 | 0.02 | 105.45 | 0.95 | 0.52 |
| Hex | 4A | F9 | 12 | 46 | 0 | 5D | 2 | 69 | 5F | 34 |
| Octal | 112 | 371 | 22 | 106 | 0 | 135 | 2 | 151 | 137 | 64 |
| Binary | 1001010 | 11111001 | 10010 | 1000110 | 0 | 1011101 | 10 | 1101001 | 1011111 | 110100 |
Color Harmonies of #4AF912
Complementary color
Monochromatic Colors of #4AF912
Black with #4AF912
Text Example
Text Example
White with #4AF912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF912; }
p { color: rgb(74,249,18); }
H1.HeaderClassName
{
color: #4AF912;
}
.AnyTagClassName
{
color: #4AF912;
}
</style>
background-color css
<style>
a { background-color: #4AF912; }
a { background-color: rgb(74,249,18); }
div.DivClassName
{
background-color: #4AF912;
}
.BgClassName
{
background-color: #4AF912;
}
</style>
border-color css
<style>
span { border-color: #4AF912; }
span { border-color: rgb(74,249,18); }
td.TdClassName
{
border-color: #4AF912;
}
.TagClassName
{
border-color: #4AF912;
}
</style>