Shades of Harlequin #3AD802
Tints of Harlequin #3AD802
RGB
CMYK
RGB Variations
Color information
#3AD802 (or 0x3AD802) is known color: Harlequin. HEX triplet: 3A, D8 and 02. RGB value is (58,216,2). Sum of RGB (Red+Green+Blue) = 58+216+2=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 216 (84.77% from 255 or 78.26% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD802 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD802 is #C527FD. Grayscale: #919191. Windows color (decimal): -12920830 or 186426. OLE color: 186426.
HSL color Cylindrical-coordinate representation of color #3AD802: hue angle of 104.3º 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 #3AD802 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 216 | 2 | - |
| CMYK | 0.73 | 0 | 0.99 | 0.15 |
| HSL | 104.3º | 0.98% | 0.43% | - |
| HSV(B) | 104.3º | 0.99% | 0.85% | - |
| XYZ | 26.31 | 50.02 | 8.32 | - |
| YUV | 144.36 | 47.65 | 66.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 216 | 2 | 0.73 | 0 | 0.99 | 0.15 | 104.3 | 0.98 | 0.43 |
| Hex | 3A | D8 | 2 | 49 | 0 | 63 | F | 68 | 62 | 2B |
| Octal | 72 | 330 | 2 | 111 | 0 | 143 | 17 | 150 | 142 | 53 |
| Binary | 111010 | 11011000 | 10 | 1001001 | 0 | 1100011 | 1111 | 1101000 | 1100010 | 101011 |
Color Harmonies of #3AD802
Complementary color
Monochromatic Colors of #3AD802
Black with #3AD802
Text Example
Text Example
White with #3AD802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD802; }
p { color: rgb(58,216,2); }
H1.HeaderClassName
{
color: #3AD802;
}
.AnyTagClassName
{
color: #3AD802;
}
</style>
background-color css
<style>
a { background-color: #3AD802; }
a { background-color: rgb(58,216,2); }
div.DivClassName
{
background-color: #3AD802;
}
.BgClassName
{
background-color: #3AD802;
}
</style>
border-color css
<style>
span { border-color: #3AD802; }
span { border-color: rgb(58,216,2); }
td.TdClassName
{
border-color: #3AD802;
}
.TagClassName
{
border-color: #3AD802;
}
</style>