Shades of Harlequin #3AF70B
Tints of Harlequin #3AF70B
RGB
CMYK
RGB Variations
Color information
#3AF70B (or 0x3AF70B) is known color: Harlequin. HEX triplet: 3A, F7 and 0B. RGB value is (58,247,11). Sum of RGB (Red+Green+Blue) = 58+247+11=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 247 (96.88% from 255 or 78.16% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF70B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF70B is #C508F4. Grayscale: #A4A4A4. Windows color (decimal): -12912885 or 784186. OLE color: 784186.
HSL color Cylindrical-coordinate representation of color #3AF70B: hue angle of 108.05º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3AF70B is Cyan = 0.77, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 247 | 11 | - |
| CMYK | 0.77 | 0 | 0.96 | 0.03 |
| HSL | 108.05º | 0.94% | 0.51% | - |
| HSV(B) | 108.05º | 0.96% | 0.97% | - |
| XYZ | 35.07 | 67.45 | 11.49 | - |
| YUV | 163.59 | 41.88 | 52.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 247 | 11 | 0.77 | 0 | 0.96 | 0.03 | 108.05 | 0.94 | 0.51 |
| Hex | 3A | F7 | B | 4D | 0 | 60 | 3 | 6C | 5E | 33 |
| Octal | 72 | 367 | 13 | 115 | 0 | 140 | 3 | 154 | 136 | 63 |
| Binary | 111010 | 11110111 | 1011 | 1001101 | 0 | 1100000 | 11 | 1101100 | 1011110 | 110011 |
Color Harmonies of #3AF70B
Complementary color
Monochromatic Colors of #3AF70B
Black with #3AF70B
Text Example
Text Example
White with #3AF70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF70B; }
p { color: rgb(58,247,11); }
H1.HeaderClassName
{
color: #3AF70B;
}
.AnyTagClassName
{
color: #3AF70B;
}
</style>
background-color css
<style>
a { background-color: #3AF70B; }
a { background-color: rgb(58,247,11); }
div.DivClassName
{
background-color: #3AF70B;
}
.BgClassName
{
background-color: #3AF70B;
}
</style>
border-color css
<style>
span { border-color: #3AF70B; }
span { border-color: rgb(58,247,11); }
td.TdClassName
{
border-color: #3AF70B;
}
.TagClassName
{
border-color: #3AF70B;
}
</style>