Shades of Harlequin #2CF816
Tints of Harlequin #2CF816
RGB
CMYK
RGB Variations
Color information
#2CF816 (or 0x2CF816) is known color: Harlequin. HEX triplet: 2C, F8 and 16. RGB value is (44,248,22). Sum of RGB (Red+Green+Blue) = 44+248+22=314 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.01% from 314); Green value is 248 (97.27% from 255 or 78.98% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 248 - color contains mainly: green. Hex color #2CF816 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CF816 is #D307E9. Grayscale: #A1A1A1. Windows color (decimal): -13830122 or 1505324. OLE color: 1505324.
HSL color Cylindrical-coordinate representation of color #2CF816: hue angle of 114.16º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2CF816 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 44 | 248 | 22 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.03 |
| HSL | 114.16º | 0.94% | 0.53% | - |
| HSV(B) | 114.16º | 0.91% | 0.97% | - |
| XYZ | 34.75 | 67.73 | 12 | - |
| YUV | 161.24 | 49.41 | 44.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 248 | 22 | 0.82 | 0 | 0.91 | 0.03 | 114.16 | 0.94 | 0.53 |
| Hex | 2C | F8 | 16 | 52 | 0 | 5B | 3 | 72 | 5E | 35 |
| Octal | 54 | 370 | 26 | 122 | 0 | 133 | 3 | 162 | 136 | 65 |
| Binary | 101100 | 11111000 | 10110 | 1010010 | 0 | 1011011 | 11 | 1110010 | 1011110 | 110101 |
Color Harmonies of #2CF816
Complementary color
Monochromatic Colors of #2CF816
Black with #2CF816
Text Example
Text Example
White with #2CF816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF816; }
p { color: rgb(44,248,22); }
H1.HeaderClassName
{
color: #2CF816;
}
.AnyTagClassName
{
color: #2CF816;
}
</style>
background-color css
<style>
a { background-color: #2CF816; }
a { background-color: rgb(44,248,22); }
div.DivClassName
{
background-color: #2CF816;
}
.BgClassName
{
background-color: #2CF816;
}
</style>
border-color css
<style>
span { border-color: #2CF816; }
span { border-color: rgb(44,248,22); }
td.TdClassName
{
border-color: #2CF816;
}
.TagClassName
{
border-color: #2CF816;
}
</style>