Shades of Harlequin #4AF905
Tints of Harlequin #4AF905
RGB
CMYK
RGB Variations
Color information
#4AF905 (or 0x4AF905) is known color: Harlequin. HEX triplet: 4A, F9 and 05. RGB value is (74,249,5). Sum of RGB (Red+Green+Blue) = 74+249+5=328 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.56% from 328); Green value is 249 (97.66% from 255 or 75.91% from 328); Blue value is 5 (2.34% from 255 or 1.52% from 328); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF905 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF905 is #B506FA. Grayscale: #A9A9A9. Windows color (decimal): -11863803 or 391498. OLE color: 391498.
HSL color Cylindrical-coordinate representation of color #4AF905: hue angle of 103.03º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4AF905 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 249 | 5 | - |
| CMYK | 0.70 | 0 | 0.98 | 0.02 |
| HSL | 103.03º | 0.96% | 0.5% | - |
| HSV(B) | 103.03º | 0.98% | 0.98% | - |
| XYZ | 36.73 | 69.22 | 11.57 | - |
| YUV | 168.86 | 35.52 | 60.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 249 | 5 | 0.70 | 0 | 0.98 | 0.02 | 103.03 | 0.96 | 0.5 |
| Hex | 4A | F9 | 5 | 46 | 0 | 62 | 2 | 67 | 60 | 32 |
| Octal | 112 | 371 | 5 | 106 | 0 | 142 | 2 | 147 | 140 | 62 |
| Binary | 1001010 | 11111001 | 101 | 1000110 | 0 | 1100010 | 10 | 1100111 | 1100000 | 110010 |
Color Harmonies of #4AF905
Complementary color
Monochromatic Colors of #4AF905
Black with #4AF905
Text Example
Text Example
White with #4AF905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF905; }
p { color: rgb(74,249,5); }
H1.HeaderClassName
{
color: #4AF905;
}
.AnyTagClassName
{
color: #4AF905;
}
</style>
background-color css
<style>
a { background-color: #4AF905; }
a { background-color: rgb(74,249,5); }
div.DivClassName
{
background-color: #4AF905;
}
.BgClassName
{
background-color: #4AF905;
}
</style>
border-color css
<style>
span { border-color: #4AF905; }
span { border-color: rgb(74,249,5); }
td.TdClassName
{
border-color: #4AF905;
}
.TagClassName
{
border-color: #4AF905;
}
</style>