Shades of Harlequin #2DF813
Tints of Harlequin #2DF813
RGB
CMYK
RGB Variations
Color information
#2DF813 (or 0x2DF813) is known color: Harlequin. HEX triplet: 2D, F8 and 13. RGB value is (45,248,19). Sum of RGB (Red+Green+Blue) = 45+248+19=312 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.42% from 312); Green value is 248 (97.27% from 255 or 79.49% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 248 - color contains mainly: green. Hex color #2DF813 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DF813 is #D207EC. Grayscale: #A1A1A1. Windows color (decimal): -13764589 or 1308717. OLE color: 1308717.
HSL color Cylindrical-coordinate representation of color #2DF813: hue angle of 113.19º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2DF813 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 248 | 19 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.03 |
| HSL | 113.19º | 0.94% | 0.52% | - |
| HSV(B) | 113.19º | 0.92% | 0.97% | - |
| XYZ | 34.77 | 67.74 | 11.86 | - |
| YUV | 161.2 | 47.75 | 45.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 248 | 19 | 0.82 | 0 | 0.92 | 0.03 | 113.19 | 0.94 | 0.52 |
| Hex | 2D | F8 | 13 | 52 | 0 | 5C | 3 | 71 | 5E | 34 |
| Octal | 55 | 370 | 23 | 122 | 0 | 134 | 3 | 161 | 136 | 64 |
| Binary | 101101 | 11111000 | 10011 | 1010010 | 0 | 1011100 | 11 | 1110001 | 1011110 | 110100 |
Color Harmonies of #2DF813
Complementary color
Monochromatic Colors of #2DF813
Black with #2DF813
Text Example
Text Example
White with #2DF813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF813; }
p { color: rgb(45,248,19); }
H1.HeaderClassName
{
color: #2DF813;
}
.AnyTagClassName
{
color: #2DF813;
}
</style>
background-color css
<style>
a { background-color: #2DF813; }
a { background-color: rgb(45,248,19); }
div.DivClassName
{
background-color: #2DF813;
}
.BgClassName
{
background-color: #2DF813;
}
</style>
border-color css
<style>
span { border-color: #2DF813; }
span { border-color: rgb(45,248,19); }
td.TdClassName
{
border-color: #2DF813;
}
.TagClassName
{
border-color: #2DF813;
}
</style>