Shades of Harlequin #3AF205
Tints of Harlequin #3AF205
RGB
CMYK
RGB Variations
Color information
#3AF205 (or 0x3AF205) is known color: Harlequin. HEX triplet: 3A, F2 and 05. RGB value is (58,242,5). Sum of RGB (Red+Green+Blue) = 58+242+5=305 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.02% from 305); Green value is 242 (94.92% from 255 or 79.34% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF205 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF205 is #C50DFA. Grayscale: #A0A0A0. Windows color (decimal): -12914171 or 389690. OLE color: 389690.
HSL color Cylindrical-coordinate representation of color #3AF205: hue angle of 106.58º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3AF205 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 242 | 5 | - |
| CMYK | 0.76 | 0 | 0.98 | 0.05 |
| HSL | 106.58º | 0.96% | 0.48% | - |
| HSV(B) | 106.58º | 0.98% | 0.95% | - |
| XYZ | 33.52 | 64.41 | 10.81 | - |
| YUV | 159.97 | 40.54 | 55.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 242 | 5 | 0.76 | 0 | 0.98 | 0.05 | 106.58 | 0.96 | 0.48 |
| Hex | 3A | F2 | 5 | 4C | 0 | 62 | 5 | 6B | 60 | 30 |
| Octal | 72 | 362 | 5 | 114 | 0 | 142 | 5 | 153 | 140 | 60 |
| Binary | 111010 | 11110010 | 101 | 1001100 | 0 | 1100010 | 101 | 1101011 | 1100000 | 110000 |
Color Harmonies of #3AF205
Complementary color
Monochromatic Colors of #3AF205
Black with #3AF205
Text Example
Text Example
White with #3AF205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF205; }
p { color: rgb(58,242,5); }
H1.HeaderClassName
{
color: #3AF205;
}
.AnyTagClassName
{
color: #3AF205;
}
</style>
background-color css
<style>
a { background-color: #3AF205; }
a { background-color: rgb(58,242,5); }
div.DivClassName
{
background-color: #3AF205;
}
.BgClassName
{
background-color: #3AF205;
}
</style>
border-color css
<style>
span { border-color: #3AF205; }
span { border-color: rgb(58,242,5); }
td.TdClassName
{
border-color: #3AF205;
}
.TagClassName
{
border-color: #3AF205;
}
</style>