Shades of Harlequin #3AF623
Tints of Harlequin #3AF623
RGB
CMYK
RGB Variations
Color information
#3AF623 (or 0x3AF623) is known color: Harlequin. HEX triplet: 3A, F6 and 23. RGB value is (58,246,35). Sum of RGB (Red+Green+Blue) = 58+246+35=339 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.11% from 339); Green value is 246 (96.48% from 255 or 72.57% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 246 - color contains mainly: green. Hex color #3AF623 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF623 is #C509DC. Grayscale: #A6A6A6. Windows color (decimal): -12913117 or 2356794. OLE color: 2356794.
HSL color Cylindrical-coordinate representation of color #3AF623: hue angle of 113.46º 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 #3AF623 is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 246 | 35 | - |
| CMYK | 0.76 | 0 | 0.86 | 0.04 |
| HSL | 113.46º | 0.92% | 0.55% | - |
| HSV(B) | 113.46º | 0.86% | 0.96% | - |
| XYZ | 35 | 66.93 | 12.66 | - |
| YUV | 165.73 | 54.22 | 51.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 246 | 35 | 0.76 | 0 | 0.86 | 0.04 | 113.46 | 0.92 | 0.55 |
| Hex | 3A | F6 | 23 | 4C | 0 | 56 | 4 | 71 | 5C | 37 |
| Octal | 72 | 366 | 43 | 114 | 0 | 126 | 4 | 161 | 134 | 67 |
| Binary | 111010 | 11110110 | 100011 | 1001100 | 0 | 1010110 | 100 | 1110001 | 1011100 | 110111 |
Color Harmonies of #3AF623
Complementary color
Monochromatic Colors of #3AF623
Black with #3AF623
Text Example
Text Example
White with #3AF623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF623; }
p { color: rgb(58,246,35); }
H1.HeaderClassName
{
color: #3AF623;
}
.AnyTagClassName
{
color: #3AF623;
}
</style>
background-color css
<style>
a { background-color: #3AF623; }
a { background-color: rgb(58,246,35); }
div.DivClassName
{
background-color: #3AF623;
}
.BgClassName
{
background-color: #3AF623;
}
</style>
border-color css
<style>
span { border-color: #3AF623; }
span { border-color: rgb(58,246,35); }
td.TdClassName
{
border-color: #3AF623;
}
.TagClassName
{
border-color: #3AF623;
}
</style>