Shades of Harlequin #3ADE0D
Tints of Harlequin #3ADE0D
RGB
CMYK
RGB Variations
Color information
#3ADE0D (or 0x3ADE0D) is known color: Harlequin. HEX triplet: 3A, DE and 0D. RGB value is (58,222,13). Sum of RGB (Red+Green+Blue) = 58+222+13=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 222 (87.11% from 255 or 75.77% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 222 - color contains mainly: green. Hex color #3ADE0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ADE0D is #C521F2. Grayscale: #959595. Windows color (decimal): -12919283 or 908858. OLE color: 908858.
HSL color Cylindrical-coordinate representation of color #3ADE0D: hue angle of 107.08º 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 #3ADE0D is Cyan = 0.74, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 222 | 13 | - |
| CMYK | 0.74 | 0 | 0.94 | 0.13 |
| HSL | 107.08º | 0.89% | 0.46% | - |
| HSV(B) | 107.08º | 0.94% | 0.87% | - |
| XYZ | 27.94 | 53.17 | 9.17 | - |
| YUV | 149.14 | 51.17 | 62.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 222 | 13 | 0.74 | 0 | 0.94 | 0.13 | 107.08 | 0.89 | 0.46 |
| Hex | 3A | DE | D | 4A | 0 | 5E | D | 6B | 59 | 2E |
| Octal | 72 | 336 | 15 | 112 | 0 | 136 | 15 | 153 | 131 | 56 |
| Binary | 111010 | 11011110 | 1101 | 1001010 | 0 | 1011110 | 1101 | 1101011 | 1011001 | 101110 |
Color Harmonies of #3ADE0D
Complementary color
Monochromatic Colors of #3ADE0D
Black with #3ADE0D
Text Example
Text Example
White with #3ADE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADE0D; }
p { color: rgb(58,222,13); }
H1.HeaderClassName
{
color: #3ADE0D;
}
.AnyTagClassName
{
color: #3ADE0D;
}
</style>
background-color css
<style>
a { background-color: #3ADE0D; }
a { background-color: rgb(58,222,13); }
div.DivClassName
{
background-color: #3ADE0D;
}
.BgClassName
{
background-color: #3ADE0D;
}
</style>
border-color css
<style>
span { border-color: #3ADE0D; }
span { border-color: rgb(58,222,13); }
td.TdClassName
{
border-color: #3ADE0D;
}
.TagClassName
{
border-color: #3ADE0D;
}
</style>