Shades of Harlequin #3AFF0D
Tints of Harlequin #3AFF0D
RGB
CMYK
RGB Variations
Color information
#3AFF0D (or 0x3AFF0D) is known color: Harlequin. HEX triplet: 3A, FF and 0D. RGB value is (58,255,13). Sum of RGB (Red+Green+Blue) = 58+255+13=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 255 (100% from 255 or 78.22% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFF0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFF0D is #C500F2. Grayscale: #A9A9A9. Windows color (decimal): -12910835 or 917306. OLE color: 917306.
HSL color Cylindrical-coordinate representation of color #3AFF0D: hue angle of 108.84º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3AFF0D is Cyan = 0.77, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 255 | 13 | - |
| CMYK | 0.77 | 0 | 0.95 | 0 |
| HSL | 108.84º | 1% | 0.53% | - |
| HSV(B) | 108.84º | 0.95% | 1% | - |
| XYZ | 37.58 | 72.45 | 12.38 | - |
| YUV | 168.51 | 40.23 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 255 | 13 | 0.77 | 0 | 0.95 | 0 | 108.84 | 1 | 0.53 |
| Hex | 3A | FF | D | 4D | 0 | 5F | 0 | 6D | 64 | 35 |
| Octal | 72 | 377 | 15 | 115 | 0 | 137 | 0 | 155 | 144 | 65 |
| Binary | 111010 | 11111111 | 1101 | 1001101 | 0 | 1011111 | 0 | 1101101 | 1100100 | 110101 |
Color Harmonies of #3AFF0D
Complementary color
Monochromatic Colors of #3AFF0D
Black with #3AFF0D
Text Example
Text Example
White with #3AFF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFF0D; }
p { color: rgb(58,255,13); }
H1.HeaderClassName
{
color: #3AFF0D;
}
.AnyTagClassName
{
color: #3AFF0D;
}
</style>
background-color css
<style>
a { background-color: #3AFF0D; }
a { background-color: rgb(58,255,13); }
div.DivClassName
{
background-color: #3AFF0D;
}
.BgClassName
{
background-color: #3AFF0D;
}
</style>
border-color css
<style>
span { border-color: #3AFF0D; }
span { border-color: rgb(58,255,13); }
td.TdClassName
{
border-color: #3AFF0D;
}
.TagClassName
{
border-color: #3AFF0D;
}
</style>