Shades of Harlequin #2CF516
Tints of Harlequin #2CF516
RGB
CMYK
RGB Variations
Color information
#2CF516 (or 0x2CF516) is known color: Harlequin. HEX triplet: 2C, F5 and 16. RGB value is (44,245,22). Sum of RGB (Red+Green+Blue) = 44+245+22=311 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.15% from 311); Green value is 245 (96.09% from 255 or 78.78% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 245 - color contains mainly: green. Hex color #2CF516 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CF516 is #D30AE9. Grayscale: #A0A0A0. Windows color (decimal): -13830890 or 1504556. OLE color: 1504556.
HSL color Cylindrical-coordinate representation of color #2CF516: hue angle of 114.08º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2CF516 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 44 | 245 | 22 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.04 |
| HSL | 114.08º | 0.92% | 0.52% | - |
| HSV(B) | 114.08º | 0.91% | 0.96% | - |
| XYZ | 33.84 | 65.9 | 11.7 | - |
| YUV | 159.48 | 50.41 | 45.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 245 | 22 | 0.82 | 0 | 0.91 | 0.04 | 114.08 | 0.92 | 0.52 |
| Hex | 2C | F5 | 16 | 52 | 0 | 5B | 4 | 72 | 5C | 34 |
| Octal | 54 | 365 | 26 | 122 | 0 | 133 | 4 | 162 | 134 | 64 |
| Binary | 101100 | 11110101 | 10110 | 1010010 | 0 | 1011011 | 100 | 1110010 | 1011100 | 110100 |
Color Harmonies of #2CF516
Complementary color
Monochromatic Colors of #2CF516
Black with #2CF516
Text Example
Text Example
White with #2CF516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF516; }
p { color: rgb(44,245,22); }
H1.HeaderClassName
{
color: #2CF516;
}
.AnyTagClassName
{
color: #2CF516;
}
</style>
background-color css
<style>
a { background-color: #2CF516; }
a { background-color: rgb(44,245,22); }
div.DivClassName
{
background-color: #2CF516;
}
.BgClassName
{
background-color: #2CF516;
}
</style>
border-color css
<style>
span { border-color: #2CF516; }
span { border-color: rgb(44,245,22); }
td.TdClassName
{
border-color: #2CF516;
}
.TagClassName
{
border-color: #2CF516;
}
</style>