Shades of Harlequin #3FE10A
Tints of Harlequin #3FE10A
RGB
CMYK
RGB Variations
Color information
#3FE10A (or 0x3FE10A) is known color: Harlequin. HEX triplet: 3F, E1 and 0A. RGB value is (63,225,10). Sum of RGB (Red+Green+Blue) = 63+225+10=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 225 (88.28% from 255 or 75.50% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 225 - color contains mainly: green. Hex color #3FE10A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FE10A is #C01EF5. Grayscale: #989898. Windows color (decimal): -12590838 or 713023. OLE color: 713023.
HSL color Cylindrical-coordinate representation of color #3FE10A: hue angle of 105.21º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3FE10A is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 225 | 10 | - |
| CMYK | 0.72 | 0 | 0.96 | 0.12 |
| HSL | 105.21º | 0.91% | 0.46% | - |
| HSV(B) | 105.21º | 0.96% | 0.88% | - |
| XYZ | 29.03 | 54.93 | 9.36 | - |
| YUV | 152.05 | 47.83 | 64.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 225 | 10 | 0.72 | 0 | 0.96 | 0.12 | 105.21 | 0.91 | 0.46 |
| Hex | 3F | E1 | A | 48 | 0 | 60 | C | 69 | 5B | 2E |
| Octal | 77 | 341 | 12 | 110 | 0 | 140 | 14 | 151 | 133 | 56 |
| Binary | 111111 | 11100001 | 1010 | 1001000 | 0 | 1100000 | 1100 | 1101001 | 1011011 | 101110 |
Color Harmonies of #3FE10A
Complementary color
Monochromatic Colors of #3FE10A
Black with #3FE10A
Text Example
Text Example
White with #3FE10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE10A; }
p { color: rgb(63,225,10); }
H1.HeaderClassName
{
color: #3FE10A;
}
.AnyTagClassName
{
color: #3FE10A;
}
</style>
background-color css
<style>
a { background-color: #3FE10A; }
a { background-color: rgb(63,225,10); }
div.DivClassName
{
background-color: #3FE10A;
}
.BgClassName
{
background-color: #3FE10A;
}
</style>
border-color css
<style>
span { border-color: #3FE10A; }
span { border-color: rgb(63,225,10); }
td.TdClassName
{
border-color: #3FE10A;
}
.TagClassName
{
border-color: #3FE10A;
}
</style>