Shades of Harlequin #4AF828
Tints of Harlequin #4AF828
RGB
CMYK
RGB Variations
Color information
#4AF828 (or 0x4AF828) is known color: Harlequin. HEX triplet: 4A, F8 and 28. RGB value is (74,248,40). Sum of RGB (Red+Green+Blue) = 74+248+40=362 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.44% from 362); Green value is 248 (97.27% from 255 or 68.51% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 248 - color contains mainly: green. Hex color #4AF828 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF828 is #B507D7. Grayscale: #ACACAC. Windows color (decimal): -11864024 or 2685002. OLE color: 2685002.
HSL color Cylindrical-coordinate representation of color #4AF828: hue angle of 110.19º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4AF828 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 248 | 40 | - |
| CMYK | 0.70 | 0 | 0.84 | 0.03 |
| HSL | 110.19º | 0.94% | 0.56% | - |
| HSV(B) | 110.19º | 0.84% | 0.97% | - |
| XYZ | 36.77 | 68.74 | 13.34 | - |
| YUV | 172.26 | 53.35 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 248 | 40 | 0.70 | 0 | 0.84 | 0.03 | 110.19 | 0.94 | 0.56 |
| Hex | 4A | F8 | 28 | 46 | 0 | 54 | 3 | 6E | 5E | 38 |
| Octal | 112 | 370 | 50 | 106 | 0 | 124 | 3 | 156 | 136 | 70 |
| Binary | 1001010 | 11111000 | 101000 | 1000110 | 0 | 1010100 | 11 | 1101110 | 1011110 | 111000 |
Color Harmonies of #4AF828
Complementary color
Monochromatic Colors of #4AF828
Black with #4AF828
Text Example
Text Example
White with #4AF828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF828; }
p { color: rgb(74,248,40); }
H1.HeaderClassName
{
color: #4AF828;
}
.AnyTagClassName
{
color: #4AF828;
}
</style>
background-color css
<style>
a { background-color: #4AF828; }
a { background-color: rgb(74,248,40); }
div.DivClassName
{
background-color: #4AF828;
}
.BgClassName
{
background-color: #4AF828;
}
</style>
border-color css
<style>
span { border-color: #4AF828; }
span { border-color: rgb(74,248,40); }
td.TdClassName
{
border-color: #4AF828;
}
.TagClassName
{
border-color: #4AF828;
}
</style>