Shades of Harlequin #2CFF06
Tints of Harlequin #2CFF06
RGB
CMYK
RGB Variations
Color information
#2CFF06 (or 0x2CFF06) is known color: Harlequin. HEX triplet: 2C, FF and 06. RGB value is (44,255,6). Sum of RGB (Red+Green+Blue) = 44+255+6=305 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.43% from 305); Green value is 255 (100% from 255 or 83.61% from 305); Blue value is 6 (2.73% from 255 or 1.97% from 305); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFF06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2CFF06 is #D300F9. Grayscale: #A4A4A4. Windows color (decimal): -13828346 or 458540. OLE color: 458540.
HSL color Cylindrical-coordinate representation of color #2CFF06: hue angle of 110.84º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2CFF06 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 6 | - |
| CMYK | 0.83 | 0 | 0.98 | 0 |
| HSL | 110.84º | 1% | 0.51% | - |
| HSV(B) | 110.84º | 0.98% | 1% | - |
| XYZ | 36.83 | 72.07 | 12.14 | - |
| YUV | 163.53 | 39.1 | 42.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 6 | 0.83 | 0 | 0.98 | 0 | 110.84 | 1 | 0.51 |
| Hex | 2C | FF | 6 | 53 | 0 | 62 | 0 | 6F | 64 | 33 |
| Octal | 54 | 377 | 6 | 123 | 0 | 142 | 0 | 157 | 144 | 63 |
| Binary | 101100 | 11111111 | 110 | 1010011 | 0 | 1100010 | 0 | 1101111 | 1100100 | 110011 |
Color Harmonies of #2CFF06
Complementary color
Monochromatic Colors of #2CFF06
Black with #2CFF06
Text Example
Text Example
White with #2CFF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFF06; }
p { color: rgb(44,255,6); }
H1.HeaderClassName
{
color: #2CFF06;
}
.AnyTagClassName
{
color: #2CFF06;
}
</style>
background-color css
<style>
a { background-color: #2CFF06; }
a { background-color: rgb(44,255,6); }
div.DivClassName
{
background-color: #2CFF06;
}
.BgClassName
{
background-color: #2CFF06;
}
</style>
border-color css
<style>
span { border-color: #2CFF06; }
span { border-color: rgb(44,255,6); }
td.TdClassName
{
border-color: #2CFF06;
}
.TagClassName
{
border-color: #2CFF06;
}
</style>