Shades of Harlequin #3FFE1D
Tints of Harlequin #3FFE1D
RGB
CMYK
RGB Variations
Color information
#3FFE1D (or 0x3FFE1D) is known color: Harlequin. HEX triplet: 3F, FE and 1D. RGB value is (63,254,29). Sum of RGB (Red+Green+Blue) = 63+254+29=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 254 (99.61% from 255 or 73.41% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFE1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FFE1D is #C001E2. Grayscale: #ABABAB. Windows color (decimal): -12583395 or 1965631. OLE color: 1965631.
HSL color Cylindrical-coordinate representation of color #3FFE1D: hue angle of 110.93º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3FFE1D is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 254 | 29 | - |
| CMYK | 0.75 | 0 | 0.89 | 0.00 |
| HSL | 110.93º | 0.99% | 0.55% | - |
| HSV(B) | 110.93º | 0.89% | 1% | - |
| XYZ | 37.71 | 72.03 | 13.08 | - |
| YUV | 171.24 | 47.72 | 50.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 254 | 29 | 0.75 | 0 | 0.89 | 0.00 | 110.93 | 0.99 | 0.55 |
| Hex | 3F | FE | 1D | 4B | 0 | 59 | 0 | 6F | 63 | 37 |
| Octal | 77 | 376 | 35 | 113 | 0 | 131 | 0 | 157 | 143 | 67 |
| Binary | 111111 | 11111110 | 11101 | 1001011 | 0 | 1011001 | 0 | 1101111 | 1100011 | 110111 |
Color Harmonies of #3FFE1D
Complementary color
Monochromatic Colors of #3FFE1D
Black with #3FFE1D
Text Example
Text Example
White with #3FFE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFE1D; }
p { color: rgb(63,254,29); }
H1.HeaderClassName
{
color: #3FFE1D;
}
.AnyTagClassName
{
color: #3FFE1D;
}
</style>
background-color css
<style>
a { background-color: #3FFE1D; }
a { background-color: rgb(63,254,29); }
div.DivClassName
{
background-color: #3FFE1D;
}
.BgClassName
{
background-color: #3FFE1D;
}
</style>
border-color css
<style>
span { border-color: #3FFE1D; }
span { border-color: rgb(63,254,29); }
td.TdClassName
{
border-color: #3FFE1D;
}
.TagClassName
{
border-color: #3FFE1D;
}
</style>