Shades of Harlequin #3FF900
Tints of Harlequin #3FF900
RGB
CMYK
RGB Variations
Color information
#3FF900 (or 0x3FF900) is known color: Harlequin. HEX triplet: 3F, F9 and 00. RGB value is (63,249,0). Sum of RGB (Red+Green+Blue) = 63+249+0=312 (41% of max value = 765). Red value is 63 (25% from 255 or 20.19% from 312); Green value is 249 (97.66% from 255 or 79.81% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 249 - color contains mainly: green. Hex color #3FF900 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FF900 is #C006FF. Grayscale: #A5A5A5. Windows color (decimal): -12584704 or 63807. OLE color: 63807.
HSL color Cylindrical-coordinate representation of color #3FF900: hue angle of 104.82º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3FF900 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 249 | 0 | - |
| CMYK | 0.75 | 0 | 1 | 0.02 |
| HSL | 104.82º | 1% | 0.49% | - |
| HSV(B) | 104.82º | 1% | 0.98% | - |
| XYZ | 35.93 | 68.81 | 11.39 | - |
| YUV | 165 | 34.88 | 55.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 249 | 0 | 0.75 | 0 | 1 | 0.02 | 104.82 | 1 | 0.49 |
| Hex | 3F | F9 | 0 | 4B | 0 | 64 | 2 | 69 | 64 | 31 |
| Octal | 77 | 371 | 0 | 113 | 0 | 144 | 2 | 151 | 144 | 61 |
| Binary | 111111 | 11111001 | 0 | 1001011 | 0 | 1100100 | 10 | 1101001 | 1100100 | 110001 |
Color Harmonies of #3FF900
Complementary color
Monochromatic Colors of #3FF900
Black with #3FF900
Text Example
Text Example
White with #3FF900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF900; }
p { color: rgb(63,249,0); }
H1.HeaderClassName
{
color: #3FF900;
}
.AnyTagClassName
{
color: #3FF900;
}
</style>
background-color css
<style>
a { background-color: #3FF900; }
a { background-color: rgb(63,249,0); }
div.DivClassName
{
background-color: #3FF900;
}
.BgClassName
{
background-color: #3FF900;
}
</style>
border-color css
<style>
span { border-color: #3FF900; }
span { border-color: rgb(63,249,0); }
td.TdClassName
{
border-color: #3FF900;
}
.TagClassName
{
border-color: #3FF900;
}
</style>