Shades of Harlequin #39FF06
Tints of Harlequin #39FF06
RGB
CMYK
RGB Variations
Color information
#39FF06 (or 0x39FF06) is known color: Harlequin. HEX triplet: 39, FF and 06. RGB value is (57,255,6). Sum of RGB (Red+Green+Blue) = 57+255+6=318 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.92% from 318); Green value is 255 (100% from 255 or 80.19% from 318); Blue value is 6 (2.73% from 255 or 1.89% from 318); Max value from RGB is 255 - color contains mainly: green. Hex color #39FF06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #39FF06 is #C600F9. Grayscale: #A8A8A8. Windows color (decimal): -12976378 or 458553. OLE color: 458553.
HSL color Cylindrical-coordinate representation of color #39FF06: hue angle of 107.71º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #39FF06 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 255 | 6 | - |
| CMYK | 0.78 | 0 | 0.98 | 0 |
| HSL | 107.71º | 1% | 0.51% | - |
| HSV(B) | 107.71º | 0.98% | 1% | - |
| XYZ | 37.48 | 72.4 | 12.17 | - |
| YUV | 167.41 | 36.9 | 49.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 255 | 6 | 0.78 | 0 | 0.98 | 0 | 107.71 | 1 | 0.51 |
| Hex | 39 | FF | 6 | 4E | 0 | 62 | 0 | 6C | 64 | 33 |
| Octal | 71 | 377 | 6 | 116 | 0 | 142 | 0 | 154 | 144 | 63 |
| Binary | 111001 | 11111111 | 110 | 1001110 | 0 | 1100010 | 0 | 1101100 | 1100100 | 110011 |
Color Harmonies of #39FF06
Complementary color
Monochromatic Colors of #39FF06
Black with #39FF06
Text Example
Text Example
White with #39FF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FF06; }
p { color: rgb(57,255,6); }
H1.HeaderClassName
{
color: #39FF06;
}
.AnyTagClassName
{
color: #39FF06;
}
</style>
background-color css
<style>
a { background-color: #39FF06; }
a { background-color: rgb(57,255,6); }
div.DivClassName
{
background-color: #39FF06;
}
.BgClassName
{
background-color: #39FF06;
}
</style>
border-color css
<style>
span { border-color: #39FF06; }
span { border-color: rgb(57,255,6); }
td.TdClassName
{
border-color: #39FF06;
}
.TagClassName
{
border-color: #39FF06;
}
</style>