Shades of Harlequin #3AFC06
Tints of Harlequin #3AFC06
RGB
CMYK
RGB Variations
Color information
#3AFC06 (or 0x3AFC06) is known color: Harlequin. HEX triplet: 3A, FC and 06. RGB value is (58,252,6). Sum of RGB (Red+Green+Blue) = 58+252+6=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 252 (98.83% from 255 or 79.75% from 316); Blue value is 6 (2.73% from 255 or 1.90% from 316); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AFC06 is #C503F9. Grayscale: #A6A6A6. Windows color (decimal): -12911610 or 457786. OLE color: 457786.
HSL color Cylindrical-coordinate representation of color #3AFC06: hue angle of 107.32º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3AFC06 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 252 | 6 | - |
| CMYK | 0.77 | 0 | 0.98 | 0.01 |
| HSL | 107.32º | 0.98% | 0.51% | - |
| HSV(B) | 107.32º | 0.98% | 0.99% | - |
| XYZ | 36.59 | 70.53 | 11.86 | - |
| YUV | 165.95 | 37.73 | 51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 252 | 6 | 0.77 | 0 | 0.98 | 0.01 | 107.32 | 0.98 | 0.51 |
| Hex | 3A | FC | 6 | 4D | 0 | 62 | 1 | 6B | 62 | 33 |
| Octal | 72 | 374 | 6 | 115 | 0 | 142 | 1 | 153 | 142 | 63 |
| Binary | 111010 | 11111100 | 110 | 1001101 | 0 | 1100010 | 1 | 1101011 | 1100010 | 110011 |
Color Harmonies of #3AFC06
Complementary color
Monochromatic Colors of #3AFC06
Black with #3AFC06
Text Example
Text Example
White with #3AFC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFC06; }
p { color: rgb(58,252,6); }
H1.HeaderClassName
{
color: #3AFC06;
}
.AnyTagClassName
{
color: #3AFC06;
}
</style>
background-color css
<style>
a { background-color: #3AFC06; }
a { background-color: rgb(58,252,6); }
div.DivClassName
{
background-color: #3AFC06;
}
.BgClassName
{
background-color: #3AFC06;
}
</style>
border-color css
<style>
span { border-color: #3AFC06; }
span { border-color: rgb(58,252,6); }
td.TdClassName
{
border-color: #3AFC06;
}
.TagClassName
{
border-color: #3AFC06;
}
</style>