Shades of Harlequin #3AF115
Tints of Harlequin #3AF115
RGB
CMYK
RGB Variations
Color information
#3AF115 (or 0x3AF115) is known color: Harlequin. HEX triplet: 3A, F1 and 15. RGB value is (58,241,21). Sum of RGB (Red+Green+Blue) = 58+241+21=320 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.12% from 320); Green value is 241 (94.53% from 255 or 75.31% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 241 - color contains mainly: green. Hex color #3AF115 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF115 is #C50EEA. Grayscale: #A1A1A1. Windows color (decimal): -12914411 or 1438010. OLE color: 1438010.
HSL color Cylindrical-coordinate representation of color #3AF115: hue angle of 109.91º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3AF115 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 241 | 21 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.05 |
| HSL | 109.91º | 0.89% | 0.51% | - |
| HSV(B) | 109.91º | 0.91% | 0.95% | - |
| XYZ | 33.34 | 63.86 | 11.28 | - |
| YUV | 161.2 | 48.87 | 54.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 241 | 21 | 0.76 | 0 | 0.91 | 0.05 | 109.91 | 0.89 | 0.51 |
| Hex | 3A | F1 | 15 | 4C | 0 | 5B | 5 | 6E | 59 | 33 |
| Octal | 72 | 361 | 25 | 114 | 0 | 133 | 5 | 156 | 131 | 63 |
| Binary | 111010 | 11110001 | 10101 | 1001100 | 0 | 1011011 | 101 | 1101110 | 1011001 | 110011 |
Color Harmonies of #3AF115
Complementary color
Monochromatic Colors of #3AF115
Black with #3AF115
Text Example
Text Example
White with #3AF115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF115; }
p { color: rgb(58,241,21); }
H1.HeaderClassName
{
color: #3AF115;
}
.AnyTagClassName
{
color: #3AF115;
}
</style>
background-color css
<style>
a { background-color: #3AF115; }
a { background-color: rgb(58,241,21); }
div.DivClassName
{
background-color: #3AF115;
}
.BgClassName
{
background-color: #3AF115;
}
</style>
border-color css
<style>
span { border-color: #3AF115; }
span { border-color: rgb(58,241,21); }
td.TdClassName
{
border-color: #3AF115;
}
.TagClassName
{
border-color: #3AF115;
}
</style>