Shades of Harlequin #3FFD0F
Tints of Harlequin #3FFD0F
RGB
CMYK
RGB Variations
Color information
#3FFD0F (or 0x3FFD0F) is known color: Harlequin. HEX triplet: 3F, FD and 0F. RGB value is (63,253,15). Sum of RGB (Red+Green+Blue) = 63+253+15=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 253 (99.22% from 255 or 76.44% from 331); Blue value is 15 (6.25% from 255 or 4.53% from 331); Max value from RGB is 253 - color contains mainly: green. Hex color #3FFD0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FFD0F is #C002F0. Grayscale: #A9A9A9. Windows color (decimal): -12583665 or 1047871. OLE color: 1047871.
HSL color Cylindrical-coordinate representation of color #3FFD0F: hue angle of 107.9º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3FFD0F is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 253 | 15 | - |
| CMYK | 0.75 | 0 | 0.94 | 0.01 |
| HSL | 107.9º | 0.98% | 0.53% | - |
| HSV(B) | 107.9º | 0.94% | 0.99% | - |
| XYZ | 37.26 | 71.34 | 12.26 | - |
| YUV | 169.06 | 41.05 | 52.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 253 | 15 | 0.75 | 0 | 0.94 | 0.01 | 107.9 | 0.98 | 0.53 |
| Hex | 3F | FD | F | 4B | 0 | 5E | 1 | 6C | 62 | 35 |
| Octal | 77 | 375 | 17 | 113 | 0 | 136 | 1 | 154 | 142 | 65 |
| Binary | 111111 | 11111101 | 1111 | 1001011 | 0 | 1011110 | 1 | 1101100 | 1100010 | 110101 |
Color Harmonies of #3FFD0F
Complementary color
Monochromatic Colors of #3FFD0F
Black with #3FFD0F
Text Example
Text Example
White with #3FFD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFD0F; }
p { color: rgb(63,253,15); }
H1.HeaderClassName
{
color: #3FFD0F;
}
.AnyTagClassName
{
color: #3FFD0F;
}
</style>
background-color css
<style>
a { background-color: #3FFD0F; }
a { background-color: rgb(63,253,15); }
div.DivClassName
{
background-color: #3FFD0F;
}
.BgClassName
{
background-color: #3FFD0F;
}
</style>
border-color css
<style>
span { border-color: #3FFD0F; }
span { border-color: rgb(63,253,15); }
td.TdClassName
{
border-color: #3FFD0F;
}
.TagClassName
{
border-color: #3FFD0F;
}
</style>