Shades of Harlequin #3AF905
Tints of Harlequin #3AF905
RGB
CMYK
RGB Variations
Color information
#3AF905 (or 0x3AF905) is known color: Harlequin. HEX triplet: 3A, F9 and 05. RGB value is (58,249,5). Sum of RGB (Red+Green+Blue) = 58+249+5=312 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.59% from 312); Green value is 249 (97.66% from 255 or 79.81% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF905 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AF905 is #C506FA. Grayscale: #A4A4A4. Windows color (decimal): -12912379 or 391482. OLE color: 391482.
HSL color Cylindrical-coordinate representation of color #3AF905: hue angle of 106.97º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3AF905 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 249 | 5 | - |
| CMYK | 0.77 | 0 | 0.98 | 0.02 |
| HSL | 106.97º | 0.96% | 0.5% | - |
| HSV(B) | 106.97º | 0.98% | 0.98% | - |
| XYZ | 35.65 | 68.66 | 11.52 | - |
| YUV | 164.08 | 38.22 | 52.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 249 | 5 | 0.77 | 0 | 0.98 | 0.02 | 106.97 | 0.96 | 0.5 |
| Hex | 3A | F9 | 5 | 4D | 0 | 62 | 2 | 6B | 60 | 32 |
| Octal | 72 | 371 | 5 | 115 | 0 | 142 | 2 | 153 | 140 | 62 |
| Binary | 111010 | 11111001 | 101 | 1001101 | 0 | 1100010 | 10 | 1101011 | 1100000 | 110010 |
Color Harmonies of #3AF905
Complementary color
Monochromatic Colors of #3AF905
Black with #3AF905
Text Example
Text Example
White with #3AF905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF905; }
p { color: rgb(58,249,5); }
H1.HeaderClassName
{
color: #3AF905;
}
.AnyTagClassName
{
color: #3AF905;
}
</style>
background-color css
<style>
a { background-color: #3AF905; }
a { background-color: rgb(58,249,5); }
div.DivClassName
{
background-color: #3AF905;
}
.BgClassName
{
background-color: #3AF905;
}
</style>
border-color css
<style>
span { border-color: #3AF905; }
span { border-color: rgb(58,249,5); }
td.TdClassName
{
border-color: #3AF905;
}
.TagClassName
{
border-color: #3AF905;
}
</style>