Shades of Harlequin #2CDF0D
Tints of Harlequin #2CDF0D
RGB
CMYK
RGB Variations
Color information
#2CDF0D (or 0x2CDF0D) is known color: Harlequin. HEX triplet: 2C, DF and 0D. RGB value is (44,223,13). Sum of RGB (Red+Green+Blue) = 44+223+13=280 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.71% from 280); Green value is 223 (87.5% from 255 or 79.64% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 223 - color contains mainly: green. Hex color #2CDF0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CDF0D is #D320F2. Grayscale: #929292. Windows color (decimal): -13836531 or 909100. OLE color: 909100.
HSL color Cylindrical-coordinate representation of color #2CDF0D: hue angle of 111.14º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2CDF0D is Cyan = 0.80, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 223 | 13 | - |
| CMYK | 0.80 | 0 | 0.94 | 0.13 |
| HSL | 111.14º | 0.89% | 0.46% | - |
| HSV(B) | 111.14º | 0.94% | 0.87% | - |
| XYZ | 27.5 | 53.34 | 9.23 | - |
| YUV | 145.54 | 53.2 | 55.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 223 | 13 | 0.80 | 0 | 0.94 | 0.13 | 111.14 | 0.89 | 0.46 |
| Hex | 2C | DF | D | 50 | 0 | 5E | D | 6F | 59 | 2E |
| Octal | 54 | 337 | 15 | 120 | 0 | 136 | 15 | 157 | 131 | 56 |
| Binary | 101100 | 11011111 | 1101 | 1010000 | 0 | 1011110 | 1101 | 1101111 | 1011001 | 101110 |
Color Harmonies of #2CDF0D
Complementary color
Monochromatic Colors of #2CDF0D
Black with #2CDF0D
Text Example
Text Example
White with #2CDF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDF0D; }
p { color: rgb(44,223,13); }
H1.HeaderClassName
{
color: #2CDF0D;
}
.AnyTagClassName
{
color: #2CDF0D;
}
</style>
background-color css
<style>
a { background-color: #2CDF0D; }
a { background-color: rgb(44,223,13); }
div.DivClassName
{
background-color: #2CDF0D;
}
.BgClassName
{
background-color: #2CDF0D;
}
</style>
border-color css
<style>
span { border-color: #2CDF0D; }
span { border-color: rgb(44,223,13); }
td.TdClassName
{
border-color: #2CDF0D;
}
.TagClassName
{
border-color: #2CDF0D;
}
</style>