Shades of Harlequin #3FFA09
Tints of Harlequin #3FFA09
RGB
CMYK
RGB Variations
Color information
#3FFA09 (or 0x3FFA09) is known color: Harlequin. HEX triplet: 3F, FA and 09. RGB value is (63,250,9). Sum of RGB (Red+Green+Blue) = 63+250+9=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 250 (98.05% from 255 or 77.64% from 322); Blue value is 9 (3.91% from 255 or 2.80% from 322); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFA09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FFA09 is #C005F6. Grayscale: #A7A7A7. Windows color (decimal): -12584439 or 653887. OLE color: 653887.
HSL color Cylindrical-coordinate representation of color #3FFA09: hue angle of 106.56º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3FFA09 is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 9 | - |
| CMYK | 0.75 | 0 | 0.96 | 0.02 |
| HSL | 106.56º | 0.96% | 0.51% | - |
| HSV(B) | 106.56º | 0.96% | 0.98% | - |
| XYZ | 36.28 | 69.45 | 11.75 | - |
| YUV | 166.61 | 39.05 | 54.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 9 | 0.75 | 0 | 0.96 | 0.02 | 106.56 | 0.96 | 0.51 |
| Hex | 3F | FA | 9 | 4B | 0 | 60 | 2 | 6B | 60 | 33 |
| Octal | 77 | 372 | 11 | 113 | 0 | 140 | 2 | 153 | 140 | 63 |
| Binary | 111111 | 11111010 | 1001 | 1001011 | 0 | 1100000 | 10 | 1101011 | 1100000 | 110011 |
Color Harmonies of #3FFA09
Complementary color
Monochromatic Colors of #3FFA09
Black with #3FFA09
Text Example
Text Example
White with #3FFA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFA09; }
p { color: rgb(63,250,9); }
H1.HeaderClassName
{
color: #3FFA09;
}
.AnyTagClassName
{
color: #3FFA09;
}
</style>
background-color css
<style>
a { background-color: #3FFA09; }
a { background-color: rgb(63,250,9); }
div.DivClassName
{
background-color: #3FFA09;
}
.BgClassName
{
background-color: #3FFA09;
}
</style>
border-color css
<style>
span { border-color: #3FFA09; }
span { border-color: rgb(63,250,9); }
td.TdClassName
{
border-color: #3FFA09;
}
.TagClassName
{
border-color: #3FFA09;
}
</style>