Shades of Harlequin #3FF91A
Tints of Harlequin #3FF91A
RGB
CMYK
RGB Variations
Color information
#3FF91A (or 0x3FF91A) is known color: Harlequin. HEX triplet: 3F, F9 and 1A. RGB value is (63,249,26). Sum of RGB (Red+Green+Blue) = 63+249+26=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 249 (97.66% from 255 or 73.67% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 249 - color contains mainly: green. Hex color #3FF91A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF91A is #C006E5. Grayscale: #A8A8A8. Windows color (decimal): -12584678 or 1767743. OLE color: 1767743.
HSL color Cylindrical-coordinate representation of color #3FF91A: hue angle of 110.04º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3FF91A is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 249 | 26 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.02 |
| HSL | 110.04º | 0.95% | 0.54% | - |
| HSV(B) | 110.04º | 0.9% | 0.98% | - |
| XYZ | 36.11 | 68.88 | 12.37 | - |
| YUV | 167.96 | 47.88 | 53.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 249 | 26 | 0.75 | 0 | 0.90 | 0.02 | 110.04 | 0.95 | 0.54 |
| Hex | 3F | F9 | 1A | 4B | 0 | 5A | 2 | 6E | 5F | 36 |
| Octal | 77 | 371 | 32 | 113 | 0 | 132 | 2 | 156 | 137 | 66 |
| Binary | 111111 | 11111001 | 11010 | 1001011 | 0 | 1011010 | 10 | 1101110 | 1011111 | 110110 |
Color Harmonies of #3FF91A
Complementary color
Monochromatic Colors of #3FF91A
Black with #3FF91A
Text Example
Text Example
White with #3FF91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF91A; }
p { color: rgb(63,249,26); }
H1.HeaderClassName
{
color: #3FF91A;
}
.AnyTagClassName
{
color: #3FF91A;
}
</style>
background-color css
<style>
a { background-color: #3FF91A; }
a { background-color: rgb(63,249,26); }
div.DivClassName
{
background-color: #3FF91A;
}
.BgClassName
{
background-color: #3FF91A;
}
</style>
border-color css
<style>
span { border-color: #3FF91A; }
span { border-color: rgb(63,249,26); }
td.TdClassName
{
border-color: #3FF91A;
}
.TagClassName
{
border-color: #3FF91A;
}
</style>