Shades of Harlequin #3ADA04
Tints of Harlequin #3ADA04
RGB
CMYK
RGB Variations
Color information
#3ADA04 (or 0x3ADA04) is known color: Harlequin. HEX triplet: 3A, DA and 04. RGB value is (58,218,4). Sum of RGB (Red+Green+Blue) = 58+218+4=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 218 (85.55% from 255 or 77.86% from 280); Blue value is 4 (1.95% from 255 or 1.43% from 280); Max value from RGB is 218 - color contains mainly: green. Hex color #3ADA04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ADA04 is #C525FB. Grayscale: #929292. Windows color (decimal): -12920316 or 318010. OLE color: 318010.
HSL color Cylindrical-coordinate representation of color #3ADA04: hue angle of 104.86º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3ADA04 is Cyan = 0.73, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 218 | 4 | - |
| CMYK | 0.73 | 0 | 0.98 | 0.15 |
| HSL | 104.86º | 0.96% | 0.44% | - |
| HSV(B) | 104.86º | 0.98% | 0.85% | - |
| XYZ | 26.84 | 51.05 | 8.55 | - |
| YUV | 145.76 | 47.99 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 218 | 4 | 0.73 | 0 | 0.98 | 0.15 | 104.86 | 0.96 | 0.44 |
| Hex | 3A | DA | 4 | 49 | 0 | 62 | F | 69 | 60 | 2C |
| Octal | 72 | 332 | 4 | 111 | 0 | 142 | 17 | 151 | 140 | 54 |
| Binary | 111010 | 11011010 | 100 | 1001001 | 0 | 1100010 | 1111 | 1101001 | 1100000 | 101100 |
Color Harmonies of #3ADA04
Complementary color
Monochromatic Colors of #3ADA04
Black with #3ADA04
Text Example
Text Example
White with #3ADA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADA04; }
p { color: rgb(58,218,4); }
H1.HeaderClassName
{
color: #3ADA04;
}
.AnyTagClassName
{
color: #3ADA04;
}
</style>
background-color css
<style>
a { background-color: #3ADA04; }
a { background-color: rgb(58,218,4); }
div.DivClassName
{
background-color: #3ADA04;
}
.BgClassName
{
background-color: #3ADA04;
}
</style>
border-color css
<style>
span { border-color: #3ADA04; }
span { border-color: rgb(58,218,4); }
td.TdClassName
{
border-color: #3ADA04;
}
.TagClassName
{
border-color: #3ADA04;
}
</style>