Shades of Harlequin #3AF220
Tints of Harlequin #3AF220
RGB
CMYK
RGB Variations
Color information
#3AF220 (or 0x3AF220) is known color: Harlequin. HEX triplet: 3A, F2 and 20. RGB value is (58,242,32). Sum of RGB (Red+Green+Blue) = 58+242+32=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 242 (94.92% from 255 or 72.89% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF220 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF220 is #C50DDF. Grayscale: #A3A3A3. Windows color (decimal): -12914144 or 2159162. OLE color: 2159162.
HSL color Cylindrical-coordinate representation of color #3AF220: hue angle of 112.57º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3AF220 is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 242 | 32 | - |
| CMYK | 0.76 | 0 | 0.87 | 0.05 |
| HSL | 112.57º | 0.89% | 0.54% | - |
| HSV(B) | 112.57º | 0.87% | 0.95% | - |
| XYZ | 33.76 | 64.51 | 12.04 | - |
| YUV | 163.04 | 54.04 | 53.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 242 | 32 | 0.76 | 0 | 0.87 | 0.05 | 112.57 | 0.89 | 0.54 |
| Hex | 3A | F2 | 20 | 4C | 0 | 57 | 5 | 71 | 59 | 36 |
| Octal | 72 | 362 | 40 | 114 | 0 | 127 | 5 | 161 | 131 | 66 |
| Binary | 111010 | 11110010 | 100000 | 1001100 | 0 | 1010111 | 101 | 1110001 | 1011001 | 110110 |
Color Harmonies of #3AF220
Complementary color
Monochromatic Colors of #3AF220
Black with #3AF220
Text Example
Text Example
White with #3AF220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF220; }
p { color: rgb(58,242,32); }
H1.HeaderClassName
{
color: #3AF220;
}
.AnyTagClassName
{
color: #3AF220;
}
</style>
background-color css
<style>
a { background-color: #3AF220; }
a { background-color: rgb(58,242,32); }
div.DivClassName
{
background-color: #3AF220;
}
.BgClassName
{
background-color: #3AF220;
}
</style>
border-color css
<style>
span { border-color: #3AF220; }
span { border-color: rgb(58,242,32); }
td.TdClassName
{
border-color: #3AF220;
}
.TagClassName
{
border-color: #3AF220;
}
</style>