Shades of Harlequin #2CDA06
Tints of Harlequin #2CDA06
RGB
CMYK
RGB Variations
Color information
#2CDA06 (or 0x2CDA06) is known color: Harlequin. HEX triplet: 2C, DA and 06. RGB value is (44,218,6). Sum of RGB (Red+Green+Blue) = 44+218+6=268 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.42% from 268); Green value is 218 (85.55% from 255 or 81.34% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 218 - color contains mainly: green. Hex color #2CDA06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CDA06 is #D325F9. Grayscale: #8E8E8E. Windows color (decimal): -13837818 or 449068. OLE color: 449068.
HSL color Cylindrical-coordinate representation of color #2CDA06: hue angle of 109.25º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2CDA06 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 218 | 6 | - |
| CMYK | 0.80 | 0 | 0.97 | 0.15 |
| HSL | 109.25º | 0.95% | 0.44% | - |
| HSV(B) | 109.25º | 0.97% | 0.85% | - |
| XYZ | 26.14 | 50.69 | 8.58 | - |
| YUV | 141.81 | 51.35 | 58.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 218 | 6 | 0.80 | 0 | 0.97 | 0.15 | 109.25 | 0.95 | 0.44 |
| Hex | 2C | DA | 6 | 50 | 0 | 61 | F | 6D | 5F | 2C |
| Octal | 54 | 332 | 6 | 120 | 0 | 141 | 17 | 155 | 137 | 54 |
| Binary | 101100 | 11011010 | 110 | 1010000 | 0 | 1100001 | 1111 | 1101101 | 1011111 | 101100 |
Color Harmonies of #2CDA06
Complementary color
Monochromatic Colors of #2CDA06
Black with #2CDA06
Text Example
Text Example
White with #2CDA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDA06; }
p { color: rgb(44,218,6); }
H1.HeaderClassName
{
color: #2CDA06;
}
.AnyTagClassName
{
color: #2CDA06;
}
</style>
background-color css
<style>
a { background-color: #2CDA06; }
a { background-color: rgb(44,218,6); }
div.DivClassName
{
background-color: #2CDA06;
}
.BgClassName
{
background-color: #2CDA06;
}
</style>
border-color css
<style>
span { border-color: #2CDA06; }
span { border-color: rgb(44,218,6); }
td.TdClassName
{
border-color: #2CDA06;
}
.TagClassName
{
border-color: #2CDA06;
}
</style>