Shades of Harlequin #2DF605
Tints of Harlequin #2DF605
RGB
CMYK
RGB Variations
Color information
#2DF605 (or 0x2DF605) is known color: Harlequin. HEX triplet: 2D, F6 and 05. RGB value is (45,246,5). Sum of RGB (Red+Green+Blue) = 45+246+5=296 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.20% from 296); Green value is 246 (96.48% from 255 or 83.11% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 246 - color contains mainly: green. Hex color #2DF605 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DF605 is #D209FA. Grayscale: #9F9F9F. Windows color (decimal): -13765115 or 390701. OLE color: 390701.
HSL color Cylindrical-coordinate representation of color #2DF605: hue angle of 110.04º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2DF605 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 246 | 5 | - |
| CMYK | 0.82 | 0 | 0.98 | 0.04 |
| HSL | 110.04º | 0.96% | 0.49% | - |
| HSV(B) | 110.04º | 0.98% | 0.96% | - |
| XYZ | 34.07 | 66.48 | 11.18 | - |
| YUV | 158.43 | 41.41 | 47.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 246 | 5 | 0.82 | 0 | 0.98 | 0.04 | 110.04 | 0.96 | 0.49 |
| Hex | 2D | F6 | 5 | 52 | 0 | 62 | 4 | 6E | 60 | 31 |
| Octal | 55 | 366 | 5 | 122 | 0 | 142 | 4 | 156 | 140 | 61 |
| Binary | 101101 | 11110110 | 101 | 1010010 | 0 | 1100010 | 100 | 1101110 | 1100000 | 110001 |
Color Harmonies of #2DF605
Complementary color
Monochromatic Colors of #2DF605
Black with #2DF605
Text Example
Text Example
White with #2DF605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF605; }
p { color: rgb(45,246,5); }
H1.HeaderClassName
{
color: #2DF605;
}
.AnyTagClassName
{
color: #2DF605;
}
</style>
background-color css
<style>
a { background-color: #2DF605; }
a { background-color: rgb(45,246,5); }
div.DivClassName
{
background-color: #2DF605;
}
.BgClassName
{
background-color: #2DF605;
}
</style>
border-color css
<style>
span { border-color: #2DF605; }
span { border-color: rgb(45,246,5); }
td.TdClassName
{
border-color: #2DF605;
}
.TagClassName
{
border-color: #2DF605;
}
</style>