Shades of Harlequin #3AF312
Tints of Harlequin #3AF312
RGB
CMYK
RGB Variations
Color information
#3AF312 (or 0x3AF312) is known color: Harlequin. HEX triplet: 3A, F3 and 12. RGB value is (58,243,18). Sum of RGB (Red+Green+Blue) = 58+243+18=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 243 (95.31% from 255 or 76.18% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF312 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF312 is #C50CED. Grayscale: #A2A2A2. Windows color (decimal): -12913902 or 1241914. OLE color: 1241914.
HSL color Cylindrical-coordinate representation of color #3AF312: hue angle of 109.33º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3AF312 is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 243 | 18 | - |
| CMYK | 0.76 | 0 | 0.93 | 0.05 |
| HSL | 109.33º | 0.9% | 0.51% | - |
| HSV(B) | 109.33º | 0.93% | 0.95% | - |
| XYZ | 33.9 | 65.04 | 11.34 | - |
| YUV | 162.04 | 46.71 | 53.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 243 | 18 | 0.76 | 0 | 0.93 | 0.05 | 109.33 | 0.9 | 0.51 |
| Hex | 3A | F3 | 12 | 4C | 0 | 5D | 5 | 6D | 5A | 33 |
| Octal | 72 | 363 | 22 | 114 | 0 | 135 | 5 | 155 | 132 | 63 |
| Binary | 111010 | 11110011 | 10010 | 1001100 | 0 | 1011101 | 101 | 1101101 | 1011010 | 110011 |
Color Harmonies of #3AF312
Complementary color
Monochromatic Colors of #3AF312
Black with #3AF312
Text Example
Text Example
White with #3AF312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF312; }
p { color: rgb(58,243,18); }
H1.HeaderClassName
{
color: #3AF312;
}
.AnyTagClassName
{
color: #3AF312;
}
</style>
background-color css
<style>
a { background-color: #3AF312; }
a { background-color: rgb(58,243,18); }
div.DivClassName
{
background-color: #3AF312;
}
.BgClassName
{
background-color: #3AF312;
}
</style>
border-color css
<style>
span { border-color: #3AF312; }
span { border-color: rgb(58,243,18); }
td.TdClassName
{
border-color: #3AF312;
}
.TagClassName
{
border-color: #3AF312;
}
</style>