Shades of Harlequin #3ADD04
Tints of Harlequin #3ADD04
RGB
CMYK
RGB Variations
Color information
#3ADD04 (or 0x3ADD04) is known color: Harlequin. HEX triplet: 3A, DD and 04. RGB value is (58,221,4). Sum of RGB (Red+Green+Blue) = 58+221+4=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 221 (86.72% from 255 or 78.09% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADD04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ADD04 is #C522FB. Grayscale: #949494. Windows color (decimal): -12919548 or 318778. OLE color: 318778.
HSL color Cylindrical-coordinate representation of color #3ADD04: hue angle of 105.07º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3ADD04 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 221 | 4 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.13 |
| HSL | 105.07º | 0.96% | 0.44% | - |
| HSV(B) | 105.07º | 0.98% | 0.87% | - |
| XYZ | 27.62 | 52.62 | 8.82 | - |
| YUV | 147.53 | 47 | 64.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 4 | 0.74 | 0 | 0.98 | 0.13 | 105.07 | 0.96 | 0.44 |
| Hex | 3A | DD | 4 | 4A | 0 | 62 | D | 69 | 60 | 2C |
| Octal | 72 | 335 | 4 | 112 | 0 | 142 | 15 | 151 | 140 | 54 |
| Binary | 111010 | 11011101 | 100 | 1001010 | 0 | 1100010 | 1101 | 1101001 | 1100000 | 101100 |
Color Harmonies of #3ADD04
Complementary color
Monochromatic Colors of #3ADD04
Black with #3ADD04
Text Example
Text Example
White with #3ADD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADD04; }
p { color: rgb(58,221,4); }
H1.HeaderClassName
{
color: #3ADD04;
}
.AnyTagClassName
{
color: #3ADD04;
}
</style>
background-color css
<style>
a { background-color: #3ADD04; }
a { background-color: rgb(58,221,4); }
div.DivClassName
{
background-color: #3ADD04;
}
.BgClassName
{
background-color: #3ADD04;
}
</style>
border-color css
<style>
span { border-color: #3ADD04; }
span { border-color: rgb(58,221,4); }
td.TdClassName
{
border-color: #3ADD04;
}
.TagClassName
{
border-color: #3ADD04;
}
</style>