Shades of Harlequin #3FE50C
Tints of Harlequin #3FE50C
RGB
CMYK
RGB Variations
Color information
#3FE50C (or 0x3FE50C) is known color: Harlequin. HEX triplet: 3F, E5 and 0C. RGB value is (63,229,12). Sum of RGB (Red+Green+Blue) = 63+229+12=304 (40% of max value = 765). Red value is 63 (25% from 255 or 20.72% from 304); Green value is 229 (89.84% from 255 or 75.33% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 229 - color contains mainly: green. Hex color #3FE50C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FE50C is #C01AF3. Grayscale: #9B9B9B. Windows color (decimal): -12589812 or 845119. OLE color: 845119.
HSL color Cylindrical-coordinate representation of color #3FE50C: hue angle of 105.9º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3FE50C is Cyan = 0.72, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 229 | 12 | - |
| CMYK | 0.72 | 0 | 0.95 | 0.10 |
| HSL | 105.9º | 0.9% | 0.47% | - |
| HSV(B) | 105.9º | 0.95% | 0.9% | - |
| XYZ | 30.14 | 57.12 | 9.79 | - |
| YUV | 154.63 | 47.5 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 229 | 12 | 0.72 | 0 | 0.95 | 0.10 | 105.9 | 0.9 | 0.47 |
| Hex | 3F | E5 | C | 48 | 0 | 5F | A | 6A | 5A | 2F |
| Octal | 77 | 345 | 14 | 110 | 0 | 137 | 12 | 152 | 132 | 57 |
| Binary | 111111 | 11100101 | 1100 | 1001000 | 0 | 1011111 | 1010 | 1101010 | 1011010 | 101111 |
Color Harmonies of #3FE50C
Complementary color
Monochromatic Colors of #3FE50C
Black with #3FE50C
Text Example
Text Example
White with #3FE50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE50C; }
p { color: rgb(63,229,12); }
H1.HeaderClassName
{
color: #3FE50C;
}
.AnyTagClassName
{
color: #3FE50C;
}
</style>
background-color css
<style>
a { background-color: #3FE50C; }
a { background-color: rgb(63,229,12); }
div.DivClassName
{
background-color: #3FE50C;
}
.BgClassName
{
background-color: #3FE50C;
}
</style>
border-color css
<style>
span { border-color: #3FE50C; }
span { border-color: rgb(63,229,12); }
td.TdClassName
{
border-color: #3FE50C;
}
.TagClassName
{
border-color: #3FE50C;
}
</style>