Shades of Harlequin #4AED23
Tints of Harlequin #4AED23
RGB
CMYK
RGB Variations
Color information
#4AED23 (or 0x4AED23) is known color: Harlequin. HEX triplet: 4A, ED and 23. RGB value is (74,237,35). Sum of RGB (Red+Green+Blue) = 74+237+35=346 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.39% from 346); Green value is 237 (92.97% from 255 or 68.50% from 346); Blue value is 35 (14.06% from 255 or 10.12% from 346); Max value from RGB is 237 - color contains mainly: green. Hex color #4AED23 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AED23 is #B512DC. Grayscale: #A5A5A5. Windows color (decimal): -11866845 or 2354506. OLE color: 2354506.
HSL color Cylindrical-coordinate representation of color #4AED23: hue angle of 108.42º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4AED23 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 237 | 35 | - |
| CMYK | 0.69 | 0 | 0.85 | 0.07 |
| HSL | 108.42º | 0.85% | 0.53% | - |
| HSV(B) | 108.42º | 0.85% | 0.93% | - |
| XYZ | 33.41 | 62.15 | 11.82 | - |
| YUV | 165.24 | 54.5 | 62.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 237 | 35 | 0.69 | 0 | 0.85 | 0.07 | 108.42 | 0.85 | 0.53 |
| Hex | 4A | ED | 23 | 45 | 0 | 55 | 7 | 6C | 55 | 35 |
| Octal | 112 | 355 | 43 | 105 | 0 | 125 | 7 | 154 | 125 | 65 |
| Binary | 1001010 | 11101101 | 100011 | 1000101 | 0 | 1010101 | 111 | 1101100 | 1010101 | 110101 |
Color Harmonies of #4AED23
Complementary color
Monochromatic Colors of #4AED23
Black with #4AED23
Text Example
Text Example
White with #4AED23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AED23; }
p { color: rgb(74,237,35); }
H1.HeaderClassName
{
color: #4AED23;
}
.AnyTagClassName
{
color: #4AED23;
}
</style>
background-color css
<style>
a { background-color: #4AED23; }
a { background-color: rgb(74,237,35); }
div.DivClassName
{
background-color: #4AED23;
}
.BgClassName
{
background-color: #4AED23;
}
</style>
border-color css
<style>
span { border-color: #4AED23; }
span { border-color: rgb(74,237,35); }
td.TdClassName
{
border-color: #4AED23;
}
.TagClassName
{
border-color: #4AED23;
}
</style>