Shades of Harlequin #4AF526
Tints of Harlequin #4AF526
RGB
CMYK
RGB Variations
Color information
#4AF526 (or 0x4AF526) is known color: Harlequin. HEX triplet: 4A, F5 and 26. RGB value is (74,245,38). Sum of RGB (Red+Green+Blue) = 74+245+38=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 245 (96.09% from 255 or 68.63% from 357); Blue value is 38 (15.23% from 255 or 10.64% from 357); Max value from RGB is 245 - color contains mainly: green. Hex color #4AF526 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF526 is #B50AD9. Grayscale: #AAAAAA. Windows color (decimal): -11864794 or 2553162. OLE color: 2553162.
HSL color Cylindrical-coordinate representation of color #4AF526: hue angle of 109.57º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4AF526 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 245 | 38 | - |
| CMYK | 0.70 | 0 | 0.84 | 0.04 |
| HSL | 109.57º | 0.91% | 0.55% | - |
| HSV(B) | 109.57º | 0.84% | 0.96% | - |
| XYZ | 35.83 | 66.9 | 12.86 | - |
| YUV | 170.27 | 53.35 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 245 | 38 | 0.70 | 0 | 0.84 | 0.04 | 109.57 | 0.91 | 0.55 |
| Hex | 4A | F5 | 26 | 46 | 0 | 54 | 4 | 6E | 5B | 37 |
| Octal | 112 | 365 | 46 | 106 | 0 | 124 | 4 | 156 | 133 | 67 |
| Binary | 1001010 | 11110101 | 100110 | 1000110 | 0 | 1010100 | 100 | 1101110 | 1011011 | 110111 |
Color Harmonies of #4AF526
Complementary color
Monochromatic Colors of #4AF526
Black with #4AF526
Text Example
Text Example
White with #4AF526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF526; }
p { color: rgb(74,245,38); }
H1.HeaderClassName
{
color: #4AF526;
}
.AnyTagClassName
{
color: #4AF526;
}
</style>
background-color css
<style>
a { background-color: #4AF526; }
a { background-color: rgb(74,245,38); }
div.DivClassName
{
background-color: #4AF526;
}
.BgClassName
{
background-color: #4AF526;
}
</style>
border-color css
<style>
span { border-color: #4AF526; }
span { border-color: rgb(74,245,38); }
td.TdClassName
{
border-color: #4AF526;
}
.TagClassName
{
border-color: #4AF526;
}
</style>