Shades of Harlequin #3AF900
Tints of Harlequin #3AF900
RGB
CMYK
RGB Variations
Color information
#3AF900 (or 0x3AF900) is known color: Harlequin. HEX triplet: 3A, F9 and 00. RGB value is (58,249,0). Sum of RGB (Red+Green+Blue) = 58+249+0=307 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.89% from 307); Green value is 249 (97.66% from 255 or 81.11% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF900 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF900 is #C506FF. Grayscale: #A4A4A4. Windows color (decimal): -12912384 or 63802. OLE color: 63802.
HSL color Cylindrical-coordinate representation of color #3AF900: hue angle of 106.02º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3AF900 is Cyan = 0.77, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 249 | 0 | - |
| CMYK | 0.77 | 0 | 1 | 0.02 |
| HSL | 106.02º | 1% | 0.49% | - |
| HSV(B) | 106.02º | 1% | 0.98% | - |
| XYZ | 35.62 | 68.65 | 11.37 | - |
| YUV | 163.51 | 35.72 | 52.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 249 | 0 | 0.77 | 0 | 1 | 0.02 | 106.02 | 1 | 0.49 |
| Hex | 3A | F9 | 0 | 4D | 0 | 64 | 2 | 6A | 64 | 31 |
| Octal | 72 | 371 | 0 | 115 | 0 | 144 | 2 | 152 | 144 | 61 |
| Binary | 111010 | 11111001 | 0 | 1001101 | 0 | 1100100 | 10 | 1101010 | 1100100 | 110001 |
Color Harmonies of #3AF900
Complementary color
Monochromatic Colors of #3AF900
Black with #3AF900
Text Example
Text Example
White with #3AF900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF900; }
p { color: rgb(58,249,0); }
H1.HeaderClassName
{
color: #3AF900;
}
.AnyTagClassName
{
color: #3AF900;
}
</style>
background-color css
<style>
a { background-color: #3AF900; }
a { background-color: rgb(58,249,0); }
div.DivClassName
{
background-color: #3AF900;
}
.BgClassName
{
background-color: #3AF900;
}
</style>
border-color css
<style>
span { border-color: #3AF900; }
span { border-color: rgb(58,249,0); }
td.TdClassName
{
border-color: #3AF900;
}
.TagClassName
{
border-color: #3AF900;
}
</style>