Shades of Harlequin #3FF41D
Tints of Harlequin #3FF41D
RGB
CMYK
RGB Variations
Color information
#3FF41D (or 0x3FF41D) is known color: Harlequin. HEX triplet: 3F, F4 and 1D. RGB value is (63,244,29). Sum of RGB (Red+Green+Blue) = 63+244+29=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 244 (95.70% from 255 or 72.62% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 244 - color contains mainly: green. Hex color #3FF41D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF41D is #C00BE2. Grayscale: #A6A6A6. Windows color (decimal): -12585955 or 1963071. OLE color: 1963071.
HSL color Cylindrical-coordinate representation of color #3FF41D: hue angle of 110.51º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3FF41D is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 244 | 29 | - |
| CMYK | 0.74 | 0 | 0.88 | 0.04 |
| HSL | 110.51º | 0.91% | 0.54% | - |
| HSV(B) | 110.51º | 0.88% | 0.96% | - |
| XYZ | 34.62 | 65.85 | 12.05 | - |
| YUV | 165.37 | 51.03 | 54.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 244 | 29 | 0.74 | 0 | 0.88 | 0.04 | 110.51 | 0.91 | 0.54 |
| Hex | 3F | F4 | 1D | 4A | 0 | 58 | 4 | 6F | 5B | 36 |
| Octal | 77 | 364 | 35 | 112 | 0 | 130 | 4 | 157 | 133 | 66 |
| Binary | 111111 | 11110100 | 11101 | 1001010 | 0 | 1011000 | 100 | 1101111 | 1011011 | 110110 |
Color Harmonies of #3FF41D
Complementary color
Monochromatic Colors of #3FF41D
Black with #3FF41D
Text Example
Text Example
White with #3FF41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF41D; }
p { color: rgb(63,244,29); }
H1.HeaderClassName
{
color: #3FF41D;
}
.AnyTagClassName
{
color: #3FF41D;
}
</style>
background-color css
<style>
a { background-color: #3FF41D; }
a { background-color: rgb(63,244,29); }
div.DivClassName
{
background-color: #3FF41D;
}
.BgClassName
{
background-color: #3FF41D;
}
</style>
border-color css
<style>
span { border-color: #3FF41D; }
span { border-color: rgb(63,244,29); }
td.TdClassName
{
border-color: #3FF41D;
}
.TagClassName
{
border-color: #3FF41D;
}
</style>