Shades of Harlequin #2CF709
Tints of Harlequin #2CF709
RGB
CMYK
RGB Variations
Color information
#2CF709 (or 0x2CF709) is known color: Harlequin. HEX triplet: 2C, F7 and 09. RGB value is (44,247,9). Sum of RGB (Red+Green+Blue) = 44+247+9=300 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.67% from 300); Green value is 247 (96.88% from 255 or 82.33% from 300); Blue value is 9 (3.91% from 255 or 3% from 300); Max value from RGB is 247 - color contains mainly: green. Hex color #2CF709 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CF709 is #D308F6. Grayscale: #9F9F9F. Windows color (decimal): -13830391 or 653100. OLE color: 653100.
HSL color Cylindrical-coordinate representation of color #2CF709: hue angle of 111.18º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2CF709 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 44 | 247 | 9 | - |
| CMYK | 0.82 | 0 | 0.96 | 0.03 |
| HSL | 111.18º | 0.94% | 0.5% | - |
| HSV(B) | 111.18º | 0.96% | 0.97% | - |
| XYZ | 34.35 | 67.08 | 11.4 | - |
| YUV | 159.17 | 43.25 | 45.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 247 | 9 | 0.82 | 0 | 0.96 | 0.03 | 111.18 | 0.94 | 0.5 |
| Hex | 2C | F7 | 9 | 52 | 0 | 60 | 3 | 6F | 5E | 32 |
| Octal | 54 | 367 | 11 | 122 | 0 | 140 | 3 | 157 | 136 | 62 |
| Binary | 101100 | 11110111 | 1001 | 1010010 | 0 | 1100000 | 11 | 1101111 | 1011110 | 110010 |
Color Harmonies of #2CF709
Complementary color
Monochromatic Colors of #2CF709
Black with #2CF709
Text Example
Text Example
White with #2CF709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF709; }
p { color: rgb(44,247,9); }
H1.HeaderClassName
{
color: #2CF709;
}
.AnyTagClassName
{
color: #2CF709;
}
</style>
background-color css
<style>
a { background-color: #2CF709; }
a { background-color: rgb(44,247,9); }
div.DivClassName
{
background-color: #2CF709;
}
.BgClassName
{
background-color: #2CF709;
}
</style>
border-color css
<style>
span { border-color: #2CF709; }
span { border-color: rgb(44,247,9); }
td.TdClassName
{
border-color: #2CF709;
}
.TagClassName
{
border-color: #2CF709;
}
</style>