Shades of Harlequin #2DFA10
Tints of Harlequin #2DFA10
RGB
CMYK
RGB Variations
Color information
#2DFA10 (or 0x2DFA10) is known color: Harlequin. HEX triplet: 2D, FA and 10. RGB value is (45,250,16). Sum of RGB (Red+Green+Blue) = 45+250+16=311 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.47% from 311); Green value is 250 (98.05% from 255 or 80.39% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFA10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DFA10 is #D205EF. Grayscale: #A2A2A2. Windows color (decimal): -13764080 or 1112621. OLE color: 1112621.
HSL color Cylindrical-coordinate representation of color #2DFA10: hue angle of 112.56º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2DFA10 is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 250 | 16 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.02 |
| HSL | 112.56º | 0.96% | 0.52% | - |
| HSV(B) | 112.56º | 0.94% | 0.98% | - |
| XYZ | 35.36 | 68.97 | 11.94 | - |
| YUV | 162.03 | 45.58 | 44.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 250 | 16 | 0.82 | 0 | 0.94 | 0.02 | 112.56 | 0.96 | 0.52 |
| Hex | 2D | FA | 10 | 52 | 0 | 5E | 2 | 71 | 60 | 34 |
| Octal | 55 | 372 | 20 | 122 | 0 | 136 | 2 | 161 | 140 | 64 |
| Binary | 101101 | 11111010 | 10000 | 1010010 | 0 | 1011110 | 10 | 1110001 | 1100000 | 110100 |
Color Harmonies of #2DFA10
Complementary color
Monochromatic Colors of #2DFA10
Black with #2DFA10
Text Example
Text Example
White with #2DFA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFA10; }
p { color: rgb(45,250,16); }
H1.HeaderClassName
{
color: #2DFA10;
}
.AnyTagClassName
{
color: #2DFA10;
}
</style>
background-color css
<style>
a { background-color: #2DFA10; }
a { background-color: rgb(45,250,16); }
div.DivClassName
{
background-color: #2DFA10;
}
.BgClassName
{
background-color: #2DFA10;
}
</style>
border-color css
<style>
span { border-color: #2DFA10; }
span { border-color: rgb(45,250,16); }
td.TdClassName
{
border-color: #2DFA10;
}
.TagClassName
{
border-color: #2DFA10;
}
</style>