Shades of Harlequin #3ADF14
Tints of Harlequin #3ADF14
RGB
CMYK
RGB Variations
Color information
#3ADF14 (or 0x3ADF14) is known color: Harlequin. HEX triplet: 3A, DF and 14. RGB value is (58,223,20). Sum of RGB (Red+Green+Blue) = 58+223+20=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 223 (87.5% from 255 or 74.09% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ADF14 is #C520EB. Grayscale: #979797. Windows color (decimal): -12919020 or 1367866. OLE color: 1367866.
HSL color Cylindrical-coordinate representation of color #3ADF14: hue angle of 108.77º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3ADF14 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 223 | 20 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.13 |
| HSL | 108.77º | 0.84% | 0.48% | - |
| HSV(B) | 108.77º | 0.91% | 0.87% | - |
| XYZ | 28.26 | 53.73 | 9.54 | - |
| YUV | 150.52 | 54.34 | 62.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 20 | 0.74 | 0 | 0.91 | 0.13 | 108.77 | 0.84 | 0.48 |
| Hex | 3A | DF | 14 | 4A | 0 | 5B | D | 6D | 54 | 30 |
| Octal | 72 | 337 | 24 | 112 | 0 | 133 | 15 | 155 | 124 | 60 |
| Binary | 111010 | 11011111 | 10100 | 1001010 | 0 | 1011011 | 1101 | 1101101 | 1010100 | 110000 |
Color Harmonies of #3ADF14
Complementary color
Monochromatic Colors of #3ADF14
Black with #3ADF14
Text Example
Text Example
White with #3ADF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADF14; }
p { color: rgb(58,223,20); }
H1.HeaderClassName
{
color: #3ADF14;
}
.AnyTagClassName
{
color: #3ADF14;
}
</style>
background-color css
<style>
a { background-color: #3ADF14; }
a { background-color: rgb(58,223,20); }
div.DivClassName
{
background-color: #3ADF14;
}
.BgClassName
{
background-color: #3ADF14;
}
</style>
border-color css
<style>
span { border-color: #3ADF14; }
span { border-color: rgb(58,223,20); }
td.TdClassName
{
border-color: #3ADF14;
}
.TagClassName
{
border-color: #3ADF14;
}
</style>