Shades of Harlequin #3ADB05
Tints of Harlequin #3ADB05
RGB
CMYK
RGB Variations
Color information
#3ADB05 (or 0x3ADB05) is known color: Harlequin. HEX triplet: 3A, DB and 05. RGB value is (58,219,5). Sum of RGB (Red+Green+Blue) = 58+219+5=282 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.57% from 282); Green value is 219 (85.94% from 255 or 77.66% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 219 - color contains mainly: green. Hex color #3ADB05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ADB05 is #C524FA. Grayscale: #939393. Windows color (decimal): -12920059 or 383802. OLE color: 383802.
HSL color Cylindrical-coordinate representation of color #3ADB05: hue angle of 105.14º 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 #3ADB05 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 219 | 5 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.14 |
| HSL | 105.14º | 0.96% | 0.44% | - |
| HSV(B) | 105.14º | 0.98% | 0.86% | - |
| XYZ | 27.1 | 51.57 | 8.67 | - |
| YUV | 146.47 | 48.16 | 64.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 219 | 5 | 0.74 | 0 | 0.98 | 0.14 | 105.14 | 0.96 | 0.44 |
| Hex | 3A | DB | 5 | 4A | 0 | 62 | E | 69 | 60 | 2C |
| Octal | 72 | 333 | 5 | 112 | 0 | 142 | 16 | 151 | 140 | 54 |
| Binary | 111010 | 11011011 | 101 | 1001010 | 0 | 1100010 | 1110 | 1101001 | 1100000 | 101100 |
Color Harmonies of #3ADB05
Complementary color
Monochromatic Colors of #3ADB05
Black with #3ADB05
Text Example
Text Example
White with #3ADB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADB05; }
p { color: rgb(58,219,5); }
H1.HeaderClassName
{
color: #3ADB05;
}
.AnyTagClassName
{
color: #3ADB05;
}
</style>
background-color css
<style>
a { background-color: #3ADB05; }
a { background-color: rgb(58,219,5); }
div.DivClassName
{
background-color: #3ADB05;
}
.BgClassName
{
background-color: #3ADB05;
}
</style>
border-color css
<style>
span { border-color: #3ADB05; }
span { border-color: rgb(58,219,5); }
td.TdClassName
{
border-color: #3ADB05;
}
.TagClassName
{
border-color: #3ADB05;
}
</style>