Shades of Harlequin #2FFA14
Tints of Harlequin #2FFA14
RGB
CMYK
RGB Variations
Color information
#2FFA14 (or 0x2FFA14) is known color: Harlequin. HEX triplet: 2F, FA and 14. RGB value is (47,250,20). Sum of RGB (Red+Green+Blue) = 47+250+20=317 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.83% from 317); Green value is 250 (98.05% from 255 or 78.86% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFA14 is #D005EB. Grayscale: #A3A3A3. Windows color (decimal): -13633004 or 1374767. OLE color: 1374767.
HSL color Cylindrical-coordinate representation of color #2FFA14: hue angle of 112.96º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2FFA14 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 20 | - |
| CMYK | 0.81 | 0 | 0.92 | 0.02 |
| HSL | 112.96º | 0.96% | 0.53% | - |
| HSV(B) | 112.96º | 0.92% | 0.98% | - |
| XYZ | 35.48 | 69.03 | 12.11 | - |
| YUV | 163.08 | 47.25 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 20 | 0.81 | 0 | 0.92 | 0.02 | 112.96 | 0.96 | 0.53 |
| Hex | 2F | FA | 14 | 51 | 0 | 5C | 2 | 71 | 60 | 35 |
| Octal | 57 | 372 | 24 | 121 | 0 | 134 | 2 | 161 | 140 | 65 |
| Binary | 101111 | 11111010 | 10100 | 1010001 | 0 | 1011100 | 10 | 1110001 | 1100000 | 110101 |
Color Harmonies of #2FFA14
Complementary color
Monochromatic Colors of #2FFA14
Black with #2FFA14
Text Example
Text Example
White with #2FFA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFA14; }
p { color: rgb(47,250,20); }
H1.HeaderClassName
{
color: #2FFA14;
}
.AnyTagClassName
{
color: #2FFA14;
}
</style>
background-color css
<style>
a { background-color: #2FFA14; }
a { background-color: rgb(47,250,20); }
div.DivClassName
{
background-color: #2FFA14;
}
.BgClassName
{
background-color: #2FFA14;
}
</style>
border-color css
<style>
span { border-color: #2FFA14; }
span { border-color: rgb(47,250,20); }
td.TdClassName
{
border-color: #2FFA14;
}
.TagClassName
{
border-color: #2FFA14;
}
</style>