Shades of Harlequin #4AF726
Tints of Harlequin #4AF726
RGB
CMYK
RGB Variations
Color information
#4AF726 (or 0x4AF726) is known color: Harlequin. HEX triplet: 4A, F7 and 26. RGB value is (74,247,38). Sum of RGB (Red+Green+Blue) = 74+247+38=359 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.61% from 359); Green value is 247 (96.88% from 255 or 68.80% from 359); Blue value is 38 (15.23% from 255 or 10.58% from 359); Max value from RGB is 247 - color contains mainly: green. Hex color #4AF726 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF726 is #B508D9. Grayscale: #ACACAC. Windows color (decimal): -11864282 or 2553674. OLE color: 2553674.
HSL color Cylindrical-coordinate representation of color #4AF726: hue angle of 109.67º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4AF726 is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 247 | 38 | - |
| CMYK | 0.70 | 0 | 0.85 | 0.03 |
| HSL | 109.67º | 0.93% | 0.56% | - |
| HSV(B) | 109.67º | 0.85% | 0.97% | - |
| XYZ | 36.43 | 68.12 | 13.06 | - |
| YUV | 171.45 | 52.69 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 247 | 38 | 0.70 | 0 | 0.85 | 0.03 | 109.67 | 0.93 | 0.56 |
| Hex | 4A | F7 | 26 | 46 | 0 | 55 | 3 | 6E | 5D | 38 |
| Octal | 112 | 367 | 46 | 106 | 0 | 125 | 3 | 156 | 135 | 70 |
| Binary | 1001010 | 11110111 | 100110 | 1000110 | 0 | 1010101 | 11 | 1101110 | 1011101 | 111000 |
Color Harmonies of #4AF726
Complementary color
Monochromatic Colors of #4AF726
Black with #4AF726
Text Example
Text Example
White with #4AF726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF726; }
p { color: rgb(74,247,38); }
H1.HeaderClassName
{
color: #4AF726;
}
.AnyTagClassName
{
color: #4AF726;
}
</style>
background-color css
<style>
a { background-color: #4AF726; }
a { background-color: rgb(74,247,38); }
div.DivClassName
{
background-color: #4AF726;
}
.BgClassName
{
background-color: #4AF726;
}
</style>
border-color css
<style>
span { border-color: #4AF726; }
span { border-color: rgb(74,247,38); }
td.TdClassName
{
border-color: #4AF726;
}
.TagClassName
{
border-color: #4AF726;
}
</style>