Shades of Harlequin #2CDD07
Tints of Harlequin #2CDD07
RGB
CMYK
RGB Variations
Color information
#2CDD07 (or 0x2CDD07) is known color: Harlequin. HEX triplet: 2C, DD and 07. RGB value is (44,221,7). Sum of RGB (Red+Green+Blue) = 44+221+7=272 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.18% from 272); Green value is 221 (86.72% from 255 or 81.25% from 272); Blue value is 7 (3.12% from 255 or 2.57% from 272); Max value from RGB is 221 - color contains mainly: green. Hex color #2CDD07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CDD07 is #D322F8. Grayscale: #909090. Windows color (decimal): -13837049 or 515372. OLE color: 515372.
HSL color Cylindrical-coordinate representation of color #2CDD07: hue angle of 109.63º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2CDD07 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 221 | 7 | - |
| CMYK | 0.80 | 0 | 0.97 | 0.13 |
| HSL | 109.63º | 0.94% | 0.45% | - |
| HSV(B) | 109.63º | 0.97% | 0.87% | - |
| XYZ | 26.93 | 52.26 | 8.87 | - |
| YUV | 143.68 | 50.86 | 56.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 221 | 7 | 0.80 | 0 | 0.97 | 0.13 | 109.63 | 0.94 | 0.45 |
| Hex | 2C | DD | 7 | 50 | 0 | 61 | D | 6E | 5E | 2D |
| Octal | 54 | 335 | 7 | 120 | 0 | 141 | 15 | 156 | 136 | 55 |
| Binary | 101100 | 11011101 | 111 | 1010000 | 0 | 1100001 | 1101 | 1101110 | 1011110 | 101101 |
Color Harmonies of #2CDD07
Complementary color
Monochromatic Colors of #2CDD07
Black with #2CDD07
Text Example
Text Example
White with #2CDD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDD07; }
p { color: rgb(44,221,7); }
H1.HeaderClassName
{
color: #2CDD07;
}
.AnyTagClassName
{
color: #2CDD07;
}
</style>
background-color css
<style>
a { background-color: #2CDD07; }
a { background-color: rgb(44,221,7); }
div.DivClassName
{
background-color: #2CDD07;
}
.BgClassName
{
background-color: #2CDD07;
}
</style>
border-color css
<style>
span { border-color: #2CDD07; }
span { border-color: rgb(44,221,7); }
td.TdClassName
{
border-color: #2CDD07;
}
.TagClassName
{
border-color: #2CDD07;
}
</style>