Shades of Harlequin #3AF122
Tints of Harlequin #3AF122
RGB
CMYK
RGB Variations
Color information
#3AF122 (or 0x3AF122) is known color: Harlequin. HEX triplet: 3A, F1 and 22. RGB value is (58,241,34). Sum of RGB (Red+Green+Blue) = 58+241+34=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 241 (94.53% from 255 or 72.37% from 333); Blue value is 34 (13.67% from 255 or 10.21% from 333); Max value from RGB is 241 - color contains mainly: green. Hex color #3AF122 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF122 is #C50EDD. Grayscale: #A3A3A3. Windows color (decimal): -12914398 or 2289978. OLE color: 2289978.
HSL color Cylindrical-coordinate representation of color #3AF122: hue angle of 113.04º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3AF122 is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 241 | 34 | - |
| CMYK | 0.76 | 0 | 0.86 | 0.05 |
| HSL | 113.04º | 0.88% | 0.54% | - |
| HSV(B) | 113.04º | 0.86% | 0.95% | - |
| XYZ | 33.49 | 63.93 | 12.09 | - |
| YUV | 162.69 | 55.37 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 241 | 34 | 0.76 | 0 | 0.86 | 0.05 | 113.04 | 0.88 | 0.54 |
| Hex | 3A | F1 | 22 | 4C | 0 | 56 | 5 | 71 | 58 | 36 |
| Octal | 72 | 361 | 42 | 114 | 0 | 126 | 5 | 161 | 130 | 66 |
| Binary | 111010 | 11110001 | 100010 | 1001100 | 0 | 1010110 | 101 | 1110001 | 1011000 | 110110 |
Color Harmonies of #3AF122
Complementary color
Monochromatic Colors of #3AF122
Black with #3AF122
Text Example
Text Example
White with #3AF122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF122; }
p { color: rgb(58,241,34); }
H1.HeaderClassName
{
color: #3AF122;
}
.AnyTagClassName
{
color: #3AF122;
}
</style>
background-color css
<style>
a { background-color: #3AF122; }
a { background-color: rgb(58,241,34); }
div.DivClassName
{
background-color: #3AF122;
}
.BgClassName
{
background-color: #3AF122;
}
</style>
border-color css
<style>
span { border-color: #3AF122; }
span { border-color: rgb(58,241,34); }
td.TdClassName
{
border-color: #3AF122;
}
.TagClassName
{
border-color: #3AF122;
}
</style>