Shades of Harlequin #2DFD17
Tints of Harlequin #2DFD17
RGB
CMYK
RGB Variations
Color information
#2DFD17 (or 0x2DFD17) is known color: Harlequin. HEX triplet: 2D, FD and 17. RGB value is (45,253,23). Sum of RGB (Red+Green+Blue) = 45+253+23=321 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.02% from 321); Green value is 253 (99.22% from 255 or 78.82% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 253 - color contains mainly: green. Hex color #2DFD17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DFD17 is #D202E8. Grayscale: #A5A5A5. Windows color (decimal): -13763305 or 1572141. OLE color: 1572141.
HSL color Cylindrical-coordinate representation of color #2DFD17: hue angle of 114.26º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2DFD17 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 253 | 23 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.01 |
| HSL | 114.26º | 0.98% | 0.54% | - |
| HSV(B) | 114.26º | 0.91% | 0.99% | - |
| XYZ | 36.36 | 70.87 | 12.57 | - |
| YUV | 164.59 | 48.09 | 42.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 253 | 23 | 0.82 | 0 | 0.91 | 0.01 | 114.26 | 0.98 | 0.54 |
| Hex | 2D | FD | 17 | 52 | 0 | 5B | 1 | 72 | 62 | 36 |
| Octal | 55 | 375 | 27 | 122 | 0 | 133 | 1 | 162 | 142 | 66 |
| Binary | 101101 | 11111101 | 10111 | 1010010 | 0 | 1011011 | 1 | 1110010 | 1100010 | 110110 |
Color Harmonies of #2DFD17
Complementary color
Monochromatic Colors of #2DFD17
Black with #2DFD17
Text Example
Text Example
White with #2DFD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFD17; }
p { color: rgb(45,253,23); }
H1.HeaderClassName
{
color: #2DFD17;
}
.AnyTagClassName
{
color: #2DFD17;
}
</style>
background-color css
<style>
a { background-color: #2DFD17; }
a { background-color: rgb(45,253,23); }
div.DivClassName
{
background-color: #2DFD17;
}
.BgClassName
{
background-color: #2DFD17;
}
</style>
border-color css
<style>
span { border-color: #2DFD17; }
span { border-color: rgb(45,253,23); }
td.TdClassName
{
border-color: #2DFD17;
}
.TagClassName
{
border-color: #2DFD17;
}
</style>