Shades of Harlequin #2ADF0D
Tints of Harlequin #2ADF0D
RGB
CMYK
RGB Variations
Color information
#2ADF0D (or 0x2ADF0D) is known color: Harlequin. HEX triplet: 2A, DF and 0D. RGB value is (42,223,13). Sum of RGB (Red+Green+Blue) = 42+223+13=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 223 (87.5% from 255 or 80.22% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADF0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ADF0D is #D520F2. Grayscale: #919191. Windows color (decimal): -13967603 or 909098. OLE color: 909098.
HSL color Cylindrical-coordinate representation of color #2ADF0D: hue angle of 111.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2ADF0D is Cyan = 0.81, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 223 | 13 | - |
| CMYK | 0.81 | 0 | 0.94 | 0.13 |
| HSL | 111.71º | 0.89% | 0.46% | - |
| HSV(B) | 111.71º | 0.94% | 0.87% | - |
| XYZ | 27.42 | 53.3 | 9.22 | - |
| YUV | 144.94 | 53.53 | 54.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 13 | 0.81 | 0 | 0.94 | 0.13 | 111.71 | 0.89 | 0.46 |
| Hex | 2A | DF | D | 51 | 0 | 5E | D | 70 | 59 | 2E |
| Octal | 52 | 337 | 15 | 121 | 0 | 136 | 15 | 160 | 131 | 56 |
| Binary | 101010 | 11011111 | 1101 | 1010001 | 0 | 1011110 | 1101 | 1110000 | 1011001 | 101110 |
Color Harmonies of #2ADF0D
Complementary color
Monochromatic Colors of #2ADF0D
Black with #2ADF0D
Text Example
Text Example
White with #2ADF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADF0D; }
p { color: rgb(42,223,13); }
H1.HeaderClassName
{
color: #2ADF0D;
}
.AnyTagClassName
{
color: #2ADF0D;
}
</style>
background-color css
<style>
a { background-color: #2ADF0D; }
a { background-color: rgb(42,223,13); }
div.DivClassName
{
background-color: #2ADF0D;
}
.BgClassName
{
background-color: #2ADF0D;
}
</style>
border-color css
<style>
span { border-color: #2ADF0D; }
span { border-color: rgb(42,223,13); }
td.TdClassName
{
border-color: #2ADF0D;
}
.TagClassName
{
border-color: #2ADF0D;
}
</style>