Shades of Harlequin #4AF823
Tints of Harlequin #4AF823
RGB
CMYK
RGB Variations
Color information
#4AF823 (or 0x4AF823) is known color: Harlequin. HEX triplet: 4A, F8 and 23. RGB value is (74,248,35). Sum of RGB (Red+Green+Blue) = 74+248+35=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 248 (97.27% from 255 or 69.47% from 357); Blue value is 35 (14.06% from 255 or 9.80% from 357); Max value from RGB is 248 - color contains mainly: green. Hex color #4AF823 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF823 is #B507DC. Grayscale: #ACACAC. Windows color (decimal): -11864029 or 2357322. OLE color: 2357322.
HSL color Cylindrical-coordinate representation of color #4AF823: hue angle of 109.01º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4AF823 is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 248 | 35 | - |
| CMYK | 0.70 | 0 | 0.86 | 0.03 |
| HSL | 109.01º | 0.94% | 0.55% | - |
| HSV(B) | 109.01º | 0.86% | 0.97% | - |
| XYZ | 36.69 | 68.71 | 12.92 | - |
| YUV | 171.69 | 50.85 | 58.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 248 | 35 | 0.70 | 0 | 0.86 | 0.03 | 109.01 | 0.94 | 0.55 |
| Hex | 4A | F8 | 23 | 46 | 0 | 56 | 3 | 6D | 5E | 37 |
| Octal | 112 | 370 | 43 | 106 | 0 | 126 | 3 | 155 | 136 | 67 |
| Binary | 1001010 | 11111000 | 100011 | 1000110 | 0 | 1010110 | 11 | 1101101 | 1011110 | 110111 |
Color Harmonies of #4AF823
Complementary color
Monochromatic Colors of #4AF823
Black with #4AF823
Text Example
Text Example
White with #4AF823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF823; }
p { color: rgb(74,248,35); }
H1.HeaderClassName
{
color: #4AF823;
}
.AnyTagClassName
{
color: #4AF823;
}
</style>
background-color css
<style>
a { background-color: #4AF823; }
a { background-color: rgb(74,248,35); }
div.DivClassName
{
background-color: #4AF823;
}
.BgClassName
{
background-color: #4AF823;
}
</style>
border-color css
<style>
span { border-color: #4AF823; }
span { border-color: rgb(74,248,35); }
td.TdClassName
{
border-color: #4AF823;
}
.TagClassName
{
border-color: #4AF823;
}
</style>