Shades of Harlequin #2CF713
Tints of Harlequin #2CF713
RGB
CMYK
RGB Variations
Color information
#2CF713 (or 0x2CF713) is known color: Harlequin. HEX triplet: 2C, F7 and 13. RGB value is (44,247,19). Sum of RGB (Red+Green+Blue) = 44+247+19=310 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.19% from 310); Green value is 247 (96.88% from 255 or 79.68% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 247 - color contains mainly: green. Hex color #2CF713 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CF713 is #D308EC. Grayscale: #A1A1A1. Windows color (decimal): -13830381 or 1308460. OLE color: 1308460.
HSL color Cylindrical-coordinate representation of color #2CF713: hue angle of 113.42º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2CF713 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 44 | 247 | 19 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.03 |
| HSL | 113.42º | 0.93% | 0.52% | - |
| HSV(B) | 113.42º | 0.92% | 0.97% | - |
| XYZ | 34.42 | 67.1 | 11.75 | - |
| YUV | 160.31 | 48.25 | 45.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 247 | 19 | 0.82 | 0 | 0.92 | 0.03 | 113.42 | 0.93 | 0.52 |
| Hex | 2C | F7 | 13 | 52 | 0 | 5C | 3 | 71 | 5D | 34 |
| Octal | 54 | 367 | 23 | 122 | 0 | 134 | 3 | 161 | 135 | 64 |
| Binary | 101100 | 11110111 | 10011 | 1010010 | 0 | 1011100 | 11 | 1110001 | 1011101 | 110100 |
Color Harmonies of #2CF713
Complementary color
Monochromatic Colors of #2CF713
Black with #2CF713
Text Example
Text Example
White with #2CF713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF713; }
p { color: rgb(44,247,19); }
H1.HeaderClassName
{
color: #2CF713;
}
.AnyTagClassName
{
color: #2CF713;
}
</style>
background-color css
<style>
a { background-color: #2CF713; }
a { background-color: rgb(44,247,19); }
div.DivClassName
{
background-color: #2CF713;
}
.BgClassName
{
background-color: #2CF713;
}
</style>
border-color css
<style>
span { border-color: #2CF713; }
span { border-color: rgb(44,247,19); }
td.TdClassName
{
border-color: #2CF713;
}
.TagClassName
{
border-color: #2CF713;
}
</style>