Shades of Harlequin #3FE114
Tints of Harlequin #3FE114
RGB
CMYK
RGB Variations
Color information
#3FE114 (or 0x3FE114) is known color: Harlequin. HEX triplet: 3F, E1 and 14. RGB value is (63,225,20). Sum of RGB (Red+Green+Blue) = 63+225+20=308 (40% of max value = 765). Red value is 63 (25% from 255 or 20.45% from 308); Green value is 225 (88.28% from 255 or 73.05% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 225 - color contains mainly: green. Hex color #3FE114 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FE114 is #C01EEB. Grayscale: #999999. Windows color (decimal): -12590828 or 1368383. OLE color: 1368383.
HSL color Cylindrical-coordinate representation of color #3FE114: hue angle of 107.41º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3FE114 is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 225 | 20 | - |
| CMYK | 0.72 | 0 | 0.91 | 0.12 |
| HSL | 107.41º | 0.84% | 0.48% | - |
| HSV(B) | 107.41º | 0.91% | 0.88% | - |
| XYZ | 29.1 | 54.96 | 9.74 | - |
| YUV | 153.19 | 52.83 | 63.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 225 | 20 | 0.72 | 0 | 0.91 | 0.12 | 107.41 | 0.84 | 0.48 |
| Hex | 3F | E1 | 14 | 48 | 0 | 5B | C | 6B | 54 | 30 |
| Octal | 77 | 341 | 24 | 110 | 0 | 133 | 14 | 153 | 124 | 60 |
| Binary | 111111 | 11100001 | 10100 | 1001000 | 0 | 1011011 | 1100 | 1101011 | 1010100 | 110000 |
Color Harmonies of #3FE114
Complementary color
Monochromatic Colors of #3FE114
Black with #3FE114
Text Example
Text Example
White with #3FE114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE114; }
p { color: rgb(63,225,20); }
H1.HeaderClassName
{
color: #3FE114;
}
.AnyTagClassName
{
color: #3FE114;
}
</style>
background-color css
<style>
a { background-color: #3FE114; }
a { background-color: rgb(63,225,20); }
div.DivClassName
{
background-color: #3FE114;
}
.BgClassName
{
background-color: #3FE114;
}
</style>
border-color css
<style>
span { border-color: #3FE114; }
span { border-color: rgb(63,225,20); }
td.TdClassName
{
border-color: #3FE114;
}
.TagClassName
{
border-color: #3FE114;
}
</style>