Shades of Harlequin #2DFD09
Tints of Harlequin #2DFD09
RGB
CMYK
RGB Variations
Color information
#2DFD09 (or 0x2DFD09) is known color: Harlequin. HEX triplet: 2D, FD and 09. RGB value is (45,253,9). Sum of RGB (Red+Green+Blue) = 45+253+9=307 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.66% from 307); Green value is 253 (99.22% from 255 or 82.41% from 307); Blue value is 9 (3.91% from 255 or 2.93% from 307); Max value from RGB is 253 - color contains mainly: green. Hex color #2DFD09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DFD09 is #D202F6. Grayscale: #A3A3A3. Windows color (decimal): -13763319 or 654637. OLE color: 654637.
HSL color Cylindrical-coordinate representation of color #2DFD09: hue angle of 111.15º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2DFD09 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 253 | 9 | - |
| CMYK | 0.82 | 0 | 0.96 | 0.01 |
| HSL | 111.15º | 0.98% | 0.51% | - |
| HSV(B) | 111.15º | 0.96% | 0.99% | - |
| XYZ | 36.26 | 70.83 | 12.02 | - |
| YUV | 162.99 | 41.09 | 43.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 253 | 9 | 0.82 | 0 | 0.96 | 0.01 | 111.15 | 0.98 | 0.51 |
| Hex | 2D | FD | 9 | 52 | 0 | 60 | 1 | 6F | 62 | 33 |
| Octal | 55 | 375 | 11 | 122 | 0 | 140 | 1 | 157 | 142 | 63 |
| Binary | 101101 | 11111101 | 1001 | 1010010 | 0 | 1100000 | 1 | 1101111 | 1100010 | 110011 |
Color Harmonies of #2DFD09
Complementary color
Monochromatic Colors of #2DFD09
Black with #2DFD09
Text Example
Text Example
White with #2DFD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFD09; }
p { color: rgb(45,253,9); }
H1.HeaderClassName
{
color: #2DFD09;
}
.AnyTagClassName
{
color: #2DFD09;
}
</style>
background-color css
<style>
a { background-color: #2DFD09; }
a { background-color: rgb(45,253,9); }
div.DivClassName
{
background-color: #2DFD09;
}
.BgClassName
{
background-color: #2DFD09;
}
</style>
border-color css
<style>
span { border-color: #2DFD09; }
span { border-color: rgb(45,253,9); }
td.TdClassName
{
border-color: #2DFD09;
}
.TagClassName
{
border-color: #2DFD09;
}
</style>