Shades of Harlequin #4AF623
Tints of Harlequin #4AF623
RGB
CMYK
RGB Variations
Color information
#4AF623 (or 0x4AF623) is known color: Harlequin. HEX triplet: 4A, F6 and 23. RGB value is (74,246,35). Sum of RGB (Red+Green+Blue) = 74+246+35=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 246 (96.48% from 255 or 69.30% from 355); Blue value is 35 (14.06% from 255 or 9.86% from 355); Max value from RGB is 246 - color contains mainly: green. Hex color #4AF623 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF623 is #B509DC. Grayscale: #ABABAB. Windows color (decimal): -11864541 or 2356810. OLE color: 2356810.
HSL color Cylindrical-coordinate representation of color #4AF623: hue angle of 108.91º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4AF623 is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 246 | 35 | - |
| CMYK | 0.70 | 0 | 0.86 | 0.04 |
| HSL | 108.91º | 0.92% | 0.55% | - |
| HSV(B) | 108.91º | 0.86% | 0.96% | - |
| XYZ | 36.08 | 67.49 | 12.71 | - |
| YUV | 170.52 | 51.52 | 59.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 246 | 35 | 0.70 | 0 | 0.86 | 0.04 | 108.91 | 0.92 | 0.55 |
| Hex | 4A | F6 | 23 | 46 | 0 | 56 | 4 | 6D | 5C | 37 |
| Octal | 112 | 366 | 43 | 106 | 0 | 126 | 4 | 155 | 134 | 67 |
| Binary | 1001010 | 11110110 | 100011 | 1000110 | 0 | 1010110 | 100 | 1101101 | 1011100 | 110111 |
Color Harmonies of #4AF623
Complementary color
Monochromatic Colors of #4AF623
Black with #4AF623
Text Example
Text Example
White with #4AF623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF623; }
p { color: rgb(74,246,35); }
H1.HeaderClassName
{
color: #4AF623;
}
.AnyTagClassName
{
color: #4AF623;
}
</style>
background-color css
<style>
a { background-color: #4AF623; }
a { background-color: rgb(74,246,35); }
div.DivClassName
{
background-color: #4AF623;
}
.BgClassName
{
background-color: #4AF623;
}
</style>
border-color css
<style>
span { border-color: #4AF623; }
span { border-color: rgb(74,246,35); }
td.TdClassName
{
border-color: #4AF623;
}
.TagClassName
{
border-color: #4AF623;
}
</style>