Shades of Harlequin #2DFA09
Tints of Harlequin #2DFA09
RGB
CMYK
RGB Variations
Color information
#2DFA09 (or 0x2DFA09) is known color: Harlequin. HEX triplet: 2D, FA and 09. RGB value is (45,250,9). Sum of RGB (Red+Green+Blue) = 45+250+9=304 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.80% from 304); Green value is 250 (98.05% from 255 or 82.24% from 304); Blue value is 9 (3.91% from 255 or 2.96% from 304); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFA09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DFA09 is #D205F6. Grayscale: #A1A1A1. Windows color (decimal): -13764087 or 653869. OLE color: 653869.
HSL color Cylindrical-coordinate representation of color #2DFA09: hue angle of 111.04º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2DFA09 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 250 | 9 | - |
| CMYK | 0.82 | 0 | 0.96 | 0.02 |
| HSL | 111.04º | 0.96% | 0.51% | - |
| HSV(B) | 111.04º | 0.96% | 0.98% | - |
| XYZ | 35.32 | 68.95 | 11.71 | - |
| YUV | 161.23 | 42.08 | 45.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 250 | 9 | 0.82 | 0 | 0.96 | 0.02 | 111.04 | 0.96 | 0.51 |
| Hex | 2D | FA | 9 | 52 | 0 | 60 | 2 | 6F | 60 | 33 |
| Octal | 55 | 372 | 11 | 122 | 0 | 140 | 2 | 157 | 140 | 63 |
| Binary | 101101 | 11111010 | 1001 | 1010010 | 0 | 1100000 | 10 | 1101111 | 1100000 | 110011 |
Color Harmonies of #2DFA09
Complementary color
Monochromatic Colors of #2DFA09
Black with #2DFA09
Text Example
Text Example
White with #2DFA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFA09; }
p { color: rgb(45,250,9); }
H1.HeaderClassName
{
color: #2DFA09;
}
.AnyTagClassName
{
color: #2DFA09;
}
</style>
background-color css
<style>
a { background-color: #2DFA09; }
a { background-color: rgb(45,250,9); }
div.DivClassName
{
background-color: #2DFA09;
}
.BgClassName
{
background-color: #2DFA09;
}
</style>
border-color css
<style>
span { border-color: #2DFA09; }
span { border-color: rgb(45,250,9); }
td.TdClassName
{
border-color: #2DFA09;
}
.TagClassName
{
border-color: #2DFA09;
}
</style>