Shades of Harlequin #3AD902
Tints of Harlequin #3AD902
RGB
CMYK
RGB Variations
Color information
#3AD902 (or 0x3AD902) is known color: Harlequin. HEX triplet: 3A, D9 and 02. RGB value is (58,217,2). Sum of RGB (Red+Green+Blue) = 58+217+2=277 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.94% from 277); Green value is 217 (85.16% from 255 or 78.34% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 217 - color contains mainly: green. Hex color #3AD902 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD902 is #C526FD. Grayscale: #919191. Windows color (decimal): -12920574 or 186682. OLE color: 186682.
HSL color Cylindrical-coordinate representation of color #3AD902: hue angle of 104.37º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3AD902 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 217 | 2 | - |
| CMYK | 0.73 | 0 | 0.99 | 0.15 |
| HSL | 104.37º | 0.98% | 0.43% | - |
| HSV(B) | 104.37º | 0.99% | 0.85% | - |
| XYZ | 26.57 | 50.53 | 8.41 | - |
| YUV | 144.95 | 47.32 | 65.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 217 | 2 | 0.73 | 0 | 0.99 | 0.15 | 104.37 | 0.98 | 0.43 |
| Hex | 3A | D9 | 2 | 49 | 0 | 63 | F | 68 | 62 | 2B |
| Octal | 72 | 331 | 2 | 111 | 0 | 143 | 17 | 150 | 142 | 53 |
| Binary | 111010 | 11011001 | 10 | 1001001 | 0 | 1100011 | 1111 | 1101000 | 1100010 | 101011 |
Color Harmonies of #3AD902
Complementary color
Monochromatic Colors of #3AD902
Black with #3AD902
Text Example
Text Example
White with #3AD902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD902; }
p { color: rgb(58,217,2); }
H1.HeaderClassName
{
color: #3AD902;
}
.AnyTagClassName
{
color: #3AD902;
}
</style>
background-color css
<style>
a { background-color: #3AD902; }
a { background-color: rgb(58,217,2); }
div.DivClassName
{
background-color: #3AD902;
}
.BgClassName
{
background-color: #3AD902;
}
</style>
border-color css
<style>
span { border-color: #3AD902; }
span { border-color: rgb(58,217,2); }
td.TdClassName
{
border-color: #3AD902;
}
.TagClassName
{
border-color: #3AD902;
}
</style>