Shades of Harlequin #3FFF0A
Tints of Harlequin #3FFF0A
RGB
CMYK
RGB Variations
Color information
#3FFF0A (or 0x3FFF0A) is known color: Harlequin. HEX triplet: 3F, FF and 0A. RGB value is (63,255,10). Sum of RGB (Red+Green+Blue) = 63+255+10=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 255 (100% from 255 or 77.74% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFF0A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FFF0A is #C000F5. Grayscale: #AAAAAA. Windows color (decimal): -12583158 or 720703. OLE color: 720703.
HSL color Cylindrical-coordinate representation of color #3FFF0A: hue angle of 107.02º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3FFF0A is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 10 | - |
| CMYK | 0.75 | 0 | 0.96 | 0 |
| HSL | 107.02º | 1% | 0.52% | - |
| HSV(B) | 107.02º | 0.96% | 1% | - |
| XYZ | 37.86 | 72.6 | 12.3 | - |
| YUV | 169.66 | 37.89 | 51.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 10 | 0.75 | 0 | 0.96 | 0 | 107.02 | 1 | 0.52 |
| Hex | 3F | FF | A | 4B | 0 | 60 | 0 | 6B | 64 | 34 |
| Octal | 77 | 377 | 12 | 113 | 0 | 140 | 0 | 153 | 144 | 64 |
| Binary | 111111 | 11111111 | 1010 | 1001011 | 0 | 1100000 | 0 | 1101011 | 1100100 | 110100 |
Color Harmonies of #3FFF0A
Complementary color
Monochromatic Colors of #3FFF0A
Black with #3FFF0A
Text Example
Text Example
White with #3FFF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFF0A; }
p { color: rgb(63,255,10); }
H1.HeaderClassName
{
color: #3FFF0A;
}
.AnyTagClassName
{
color: #3FFF0A;
}
</style>
background-color css
<style>
a { background-color: #3FFF0A; }
a { background-color: rgb(63,255,10); }
div.DivClassName
{
background-color: #3FFF0A;
}
.BgClassName
{
background-color: #3FFF0A;
}
</style>
border-color css
<style>
span { border-color: #3FFF0A; }
span { border-color: rgb(63,255,10); }
td.TdClassName
{
border-color: #3FFF0A;
}
.TagClassName
{
border-color: #3FFF0A;
}
</style>