Shades of Harlequin #3ADC04
Tints of Harlequin #3ADC04
RGB
CMYK
RGB Variations
Color information
#3ADC04 (or 0x3ADC04) is known color: Harlequin. HEX triplet: 3A, DC and 04. RGB value is (58,220,4). Sum of RGB (Red+Green+Blue) = 58+220+4=282 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.57% from 282); Green value is 220 (86.33% from 255 or 78.01% from 282); Blue value is 4 (1.95% from 255 or 1.42% from 282); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADC04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ADC04 is #C523FB. Grayscale: #939393. Windows color (decimal): -12919804 or 318522. OLE color: 318522.
HSL color Cylindrical-coordinate representation of color #3ADC04: hue angle of 105º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3ADC04 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 220 | 4 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.14 |
| HSL | 105º | 0.96% | 0.44% | - |
| HSV(B) | 105º | 0.98% | 0.86% | - |
| XYZ | 27.36 | 52.09 | 8.73 | - |
| YUV | 146.94 | 47.33 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 220 | 4 | 0.74 | 0 | 0.98 | 0.14 | 105 | 0.96 | 0.44 |
| Hex | 3A | DC | 4 | 4A | 0 | 62 | E | 69 | 60 | 2C |
| Octal | 72 | 334 | 4 | 112 | 0 | 142 | 16 | 151 | 140 | 54 |
| Binary | 111010 | 11011100 | 100 | 1001010 | 0 | 1100010 | 1110 | 1101001 | 1100000 | 101100 |
Color Harmonies of #3ADC04
Complementary color
Monochromatic Colors of #3ADC04
Black with #3ADC04
Text Example
Text Example
White with #3ADC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADC04; }
p { color: rgb(58,220,4); }
H1.HeaderClassName
{
color: #3ADC04;
}
.AnyTagClassName
{
color: #3ADC04;
}
</style>
background-color css
<style>
a { background-color: #3ADC04; }
a { background-color: rgb(58,220,4); }
div.DivClassName
{
background-color: #3ADC04;
}
.BgClassName
{
background-color: #3ADC04;
}
</style>
border-color css
<style>
span { border-color: #3ADC04; }
span { border-color: rgb(58,220,4); }
td.TdClassName
{
border-color: #3ADC04;
}
.TagClassName
{
border-color: #3ADC04;
}
</style>