Shades of Harlequin #4AF105
Tints of Harlequin #4AF105
RGB
CMYK
RGB Variations
Color information
#4AF105 (or 0x4AF105) is known color: Harlequin. HEX triplet: 4A, F1 and 05. RGB value is (74,241,5). Sum of RGB (Red+Green+Blue) = 74+241+5=320 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.12% from 320); Green value is 241 (94.53% from 255 or 75.31% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF105 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF105 is #B50EFA. Grayscale: #A4A4A4. Windows color (decimal): -11865851 or 389450. OLE color: 389450.
HSL color Cylindrical-coordinate representation of color #4AF105: hue angle of 102.46º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4AF105 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 241 | 5 | - |
| CMYK | 0.69 | 0 | 0.98 | 0.05 |
| HSL | 102.46º | 0.96% | 0.48% | - |
| HSV(B) | 102.46º | 0.98% | 0.95% | - |
| XYZ | 34.31 | 64.38 | 10.76 | - |
| YUV | 164.16 | 38.17 | 63.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 241 | 5 | 0.69 | 0 | 0.98 | 0.05 | 102.46 | 0.96 | 0.48 |
| Hex | 4A | F1 | 5 | 45 | 0 | 62 | 5 | 66 | 60 | 30 |
| Octal | 112 | 361 | 5 | 105 | 0 | 142 | 5 | 146 | 140 | 60 |
| Binary | 1001010 | 11110001 | 101 | 1000101 | 0 | 1100010 | 101 | 1100110 | 1100000 | 110000 |
Color Harmonies of #4AF105
Complementary color
Monochromatic Colors of #4AF105
Black with #4AF105
Text Example
Text Example
White with #4AF105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF105; }
p { color: rgb(74,241,5); }
H1.HeaderClassName
{
color: #4AF105;
}
.AnyTagClassName
{
color: #4AF105;
}
</style>
background-color css
<style>
a { background-color: #4AF105; }
a { background-color: rgb(74,241,5); }
div.DivClassName
{
background-color: #4AF105;
}
.BgClassName
{
background-color: #4AF105;
}
</style>
border-color css
<style>
span { border-color: #4AF105; }
span { border-color: rgb(74,241,5); }
td.TdClassName
{
border-color: #4AF105;
}
.TagClassName
{
border-color: #4AF105;
}
</style>