Shades of Harlequin #3FF81C
Tints of Harlequin #3FF81C
RGB
CMYK
RGB Variations
Color information
#3FF81C (or 0x3FF81C) is known color: Harlequin. HEX triplet: 3F, F8 and 1C. RGB value is (63,248,28). Sum of RGB (Red+Green+Blue) = 63+248+28=339 (44% of max value = 765). Red value is 63 (25% from 255 or 18.58% from 339); Green value is 248 (97.27% from 255 or 73.16% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 248 - color contains mainly: green. Hex color #3FF81C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF81C is #C007E3. Grayscale: #A8A8A8. Windows color (decimal): -12584932 or 1898559. OLE color: 1898559.
HSL color Cylindrical-coordinate representation of color #3FF81C: hue angle of 110.45º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3FF81C is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 248 | 28 | - |
| CMYK | 0.75 | 0 | 0.89 | 0.03 |
| HSL | 110.45º | 0.94% | 0.54% | - |
| HSV(B) | 110.45º | 0.89% | 0.97% | - |
| XYZ | 35.83 | 68.28 | 12.39 | - |
| YUV | 167.61 | 49.21 | 53.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 248 | 28 | 0.75 | 0 | 0.89 | 0.03 | 110.45 | 0.94 | 0.54 |
| Hex | 3F | F8 | 1C | 4B | 0 | 59 | 3 | 6E | 5E | 36 |
| Octal | 77 | 370 | 34 | 113 | 0 | 131 | 3 | 156 | 136 | 66 |
| Binary | 111111 | 11111000 | 11100 | 1001011 | 0 | 1011001 | 11 | 1101110 | 1011110 | 110110 |
Color Harmonies of #3FF81C
Complementary color
Monochromatic Colors of #3FF81C
Black with #3FF81C
Text Example
Text Example
White with #3FF81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF81C; }
p { color: rgb(63,248,28); }
H1.HeaderClassName
{
color: #3FF81C;
}
.AnyTagClassName
{
color: #3FF81C;
}
</style>
background-color css
<style>
a { background-color: #3FF81C; }
a { background-color: rgb(63,248,28); }
div.DivClassName
{
background-color: #3FF81C;
}
.BgClassName
{
background-color: #3FF81C;
}
</style>
border-color css
<style>
span { border-color: #3FF81C; }
span { border-color: rgb(63,248,28); }
td.TdClassName
{
border-color: #3FF81C;
}
.TagClassName
{
border-color: #3FF81C;
}
</style>