Shades of Harlequin #3FFD19
Tints of Harlequin #3FFD19
RGB
CMYK
RGB Variations
Color information
#3FFD19 (or 0x3FFD19) is known color: Harlequin. HEX triplet: 3F, FD and 19. RGB value is (63,253,25). Sum of RGB (Red+Green+Blue) = 63+253+25=341 (45% of max value = 765). Red value is 63 (25% from 255 or 18.48% from 341); Green value is 253 (99.22% from 255 or 74.19% from 341); Blue value is 25 (10.16% from 255 or 7.33% from 341); Max value from RGB is 253 - color contains mainly: green. Hex color #3FFD19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FFD19 is #C002E6. Grayscale: #AAAAAA. Windows color (decimal): -12583655 or 1703231. OLE color: 1703231.
HSL color Cylindrical-coordinate representation of color #3FFD19: hue angle of 110º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3FFD19 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 253 | 25 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.01 |
| HSL | 110º | 0.98% | 0.55% | - |
| HSV(B) | 110º | 0.9% | 0.99% | - |
| XYZ | 37.35 | 71.38 | 12.73 | - |
| YUV | 170.2 | 46.05 | 51.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 253 | 25 | 0.75 | 0 | 0.90 | 0.01 | 110 | 0.98 | 0.55 |
| Hex | 3F | FD | 19 | 4B | 0 | 5A | 1 | 6E | 62 | 37 |
| Octal | 77 | 375 | 31 | 113 | 0 | 132 | 1 | 156 | 142 | 67 |
| Binary | 111111 | 11111101 | 11001 | 1001011 | 0 | 1011010 | 1 | 1101110 | 1100010 | 110111 |
Color Harmonies of #3FFD19
Complementary color
Monochromatic Colors of #3FFD19
Black with #3FFD19
Text Example
Text Example
White with #3FFD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFD19; }
p { color: rgb(63,253,25); }
H1.HeaderClassName
{
color: #3FFD19;
}
.AnyTagClassName
{
color: #3FFD19;
}
</style>
background-color css
<style>
a { background-color: #3FFD19; }
a { background-color: rgb(63,253,25); }
div.DivClassName
{
background-color: #3FFD19;
}
.BgClassName
{
background-color: #3FFD19;
}
</style>
border-color css
<style>
span { border-color: #3FFD19; }
span { border-color: rgb(63,253,25); }
td.TdClassName
{
border-color: #3FFD19;
}
.TagClassName
{
border-color: #3FFD19;
}
</style>