Shades of Harlequin #2DDF05
Tints of Harlequin #2DDF05
RGB
CMYK
RGB Variations
Color information
#2DDF05 (or 0x2DDF05) is known color: Harlequin. HEX triplet: 2D, DF and 05. RGB value is (45,223,5). Sum of RGB (Red+Green+Blue) = 45+223+5=273 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.48% from 273); Green value is 223 (87.5% from 255 or 81.68% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDF05 is #D220FA. Grayscale: #919191. Windows color (decimal): -13771003 or 384813. OLE color: 384813.
HSL color Cylindrical-coordinate representation of color #2DDF05: hue angle of 108.99º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2DDF05 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 5 | - |
| CMYK | 0.80 | 0 | 0.98 | 0.13 |
| HSL | 108.99º | 0.96% | 0.45% | - |
| HSV(B) | 108.99º | 0.98% | 0.87% | - |
| XYZ | 27.5 | 53.34 | 8.99 | - |
| YUV | 144.93 | 49.03 | 56.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 5 | 0.80 | 0 | 0.98 | 0.13 | 108.99 | 0.96 | 0.45 |
| Hex | 2D | DF | 5 | 50 | 0 | 62 | D | 6D | 60 | 2D |
| Octal | 55 | 337 | 5 | 120 | 0 | 142 | 15 | 155 | 140 | 55 |
| Binary | 101101 | 11011111 | 101 | 1010000 | 0 | 1100010 | 1101 | 1101101 | 1100000 | 101101 |
Color Harmonies of #2DDF05
Complementary color
Monochromatic Colors of #2DDF05
Black with #2DDF05
Text Example
Text Example
White with #2DDF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDF05; }
p { color: rgb(45,223,5); }
H1.HeaderClassName
{
color: #2DDF05;
}
.AnyTagClassName
{
color: #2DDF05;
}
</style>
background-color css
<style>
a { background-color: #2DDF05; }
a { background-color: rgb(45,223,5); }
div.DivClassName
{
background-color: #2DDF05;
}
.BgClassName
{
background-color: #2DDF05;
}
</style>
border-color css
<style>
span { border-color: #2DDF05; }
span { border-color: rgb(45,223,5); }
td.TdClassName
{
border-color: #2DDF05;
}
.TagClassName
{
border-color: #2DDF05;
}
</style>