Shades of Harlequin #4AF110
Tints of Harlequin #4AF110
RGB
CMYK
RGB Variations
Color information
#4AF110 (or 0x4AF110) is known color: Harlequin. HEX triplet: 4A, F1 and 10. RGB value is (74,241,16). Sum of RGB (Red+Green+Blue) = 74+241+16=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 241 (94.53% from 255 or 72.81% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF110 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF110 is #B50EEF. Grayscale: #A6A6A6. Windows color (decimal): -11865840 or 1110346. OLE color: 1110346.
HSL color Cylindrical-coordinate representation of color #4AF110: hue angle of 104.53º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4AF110 is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 241 | 16 | - |
| CMYK | 0.69 | 0 | 0.93 | 0.05 |
| HSL | 104.53º | 0.89% | 0.5% | - |
| HSV(B) | 104.53º | 0.93% | 0.95% | - |
| XYZ | 34.37 | 64.4 | 11.11 | - |
| YUV | 165.42 | 43.67 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 241 | 16 | 0.69 | 0 | 0.93 | 0.05 | 104.53 | 0.89 | 0.5 |
| Hex | 4A | F1 | 10 | 45 | 0 | 5D | 5 | 69 | 59 | 32 |
| Octal | 112 | 361 | 20 | 105 | 0 | 135 | 5 | 151 | 131 | 62 |
| Binary | 1001010 | 11110001 | 10000 | 1000101 | 0 | 1011101 | 101 | 1101001 | 1011001 | 110010 |
Color Harmonies of #4AF110
Complementary color
Monochromatic Colors of #4AF110
Black with #4AF110
Text Example
Text Example
White with #4AF110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF110; }
p { color: rgb(74,241,16); }
H1.HeaderClassName
{
color: #4AF110;
}
.AnyTagClassName
{
color: #4AF110;
}
</style>
background-color css
<style>
a { background-color: #4AF110; }
a { background-color: rgb(74,241,16); }
div.DivClassName
{
background-color: #4AF110;
}
.BgClassName
{
background-color: #4AF110;
}
</style>
border-color css
<style>
span { border-color: #4AF110; }
span { border-color: rgb(74,241,16); }
td.TdClassName
{
border-color: #4AF110;
}
.TagClassName
{
border-color: #4AF110;
}
</style>