Shades of Harlequin #3FEA1D
Tints of Harlequin #3FEA1D
RGB
CMYK
RGB Variations
Color information
#3FEA1D (or 0x3FEA1D) is known color: Harlequin. HEX triplet: 3F, EA and 1D. RGB value is (63,234,29). Sum of RGB (Red+Green+Blue) = 63+234+29=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 234 (91.80% from 255 or 71.78% from 326); Blue value is 29 (11.72% from 255 or 8.90% from 326); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEA1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEA1D is #C015E2. Grayscale: #A0A0A0. Windows color (decimal): -12588515 or 1960511. OLE color: 1960511.
HSL color Cylindrical-coordinate representation of color #3FEA1D: hue angle of 110.05º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3FEA1D is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 234 | 29 | - |
| CMYK | 0.73 | 0 | 0.88 | 0.08 |
| HSL | 110.05º | 0.83% | 0.52% | - |
| HSV(B) | 110.05º | 0.88% | 0.92% | - |
| XYZ | 31.69 | 59.99 | 11.07 | - |
| YUV | 159.5 | 54.35 | 59.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 234 | 29 | 0.73 | 0 | 0.88 | 0.08 | 110.05 | 0.83 | 0.52 |
| Hex | 3F | EA | 1D | 49 | 0 | 58 | 8 | 6E | 53 | 34 |
| Octal | 77 | 352 | 35 | 111 | 0 | 130 | 10 | 156 | 123 | 64 |
| Binary | 111111 | 11101010 | 11101 | 1001001 | 0 | 1011000 | 1000 | 1101110 | 1010011 | 110100 |
Color Harmonies of #3FEA1D
Complementary color
Monochromatic Colors of #3FEA1D
Black with #3FEA1D
Text Example
Text Example
White with #3FEA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEA1D; }
p { color: rgb(63,234,29); }
H1.HeaderClassName
{
color: #3FEA1D;
}
.AnyTagClassName
{
color: #3FEA1D;
}
</style>
background-color css
<style>
a { background-color: #3FEA1D; }
a { background-color: rgb(63,234,29); }
div.DivClassName
{
background-color: #3FEA1D;
}
.BgClassName
{
background-color: #3FEA1D;
}
</style>
border-color css
<style>
span { border-color: #3FEA1D; }
span { border-color: rgb(63,234,29); }
td.TdClassName
{
border-color: #3FEA1D;
}
.TagClassName
{
border-color: #3FEA1D;
}
</style>