Shades of Harlequin #2CD607
Tints of Harlequin #2CD607
RGB
CMYK
RGB Variations
Color information
#2CD607 (or 0x2CD607) is known color: Harlequin. HEX triplet: 2C, D6 and 07. RGB value is (44,214,7). Sum of RGB (Red+Green+Blue) = 44+214+7=265 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.60% from 265); Green value is 214 (83.98% from 255 or 80.75% from 265); Blue value is 7 (3.12% from 255 or 2.64% from 265); Max value from RGB is 214 - color contains mainly: green. Hex color #2CD607 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD607 is #D329F8. Grayscale: #8C8C8C. Windows color (decimal): -13838841 or 513580. OLE color: 513580.
HSL color Cylindrical-coordinate representation of color #2CD607: hue angle of 109.28º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2CD607 is Cyan = 0.79, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 44 | 214 | 7 | - |
| CMYK | 0.79 | 0 | 0.97 | 0.16 |
| HSL | 109.28º | 0.94% | 0.43% | - |
| HSV(B) | 109.28º | 0.97% | 0.84% | - |
| XYZ | 25.12 | 48.64 | 8.27 | - |
| YUV | 139.57 | 53.18 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 214 | 7 | 0.79 | 0 | 0.97 | 0.16 | 109.28 | 0.94 | 0.43 |
| Hex | 2C | D6 | 7 | 4F | 0 | 61 | 10 | 6D | 5E | 2B |
| Octal | 54 | 326 | 7 | 117 | 0 | 141 | 20 | 155 | 136 | 53 |
| Binary | 101100 | 11010110 | 111 | 1001111 | 0 | 1100001 | 10000 | 1101101 | 1011110 | 101011 |
Color Harmonies of #2CD607
Complementary color
Monochromatic Colors of #2CD607
Black with #2CD607
Text Example
Text Example
White with #2CD607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD607; }
p { color: rgb(44,214,7); }
H1.HeaderClassName
{
color: #2CD607;
}
.AnyTagClassName
{
color: #2CD607;
}
</style>
background-color css
<style>
a { background-color: #2CD607; }
a { background-color: rgb(44,214,7); }
div.DivClassName
{
background-color: #2CD607;
}
.BgClassName
{
background-color: #2CD607;
}
</style>
border-color css
<style>
span { border-color: #2CD607; }
span { border-color: rgb(44,214,7); }
td.TdClassName
{
border-color: #2CD607;
}
.TagClassName
{
border-color: #2CD607;
}
</style>