Shades of Harlequin #3ADF05
Tints of Harlequin #3ADF05
RGB
CMYK
RGB Variations
Color information
#3ADF05 (or 0x3ADF05) is known color: Harlequin. HEX triplet: 3A, DF and 05. RGB value is (58,223,5). Sum of RGB (Red+Green+Blue) = 58+223+5=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 223 (87.5% from 255 or 77.97% from 286); Blue value is 5 (2.34% from 255 or 1.75% from 286); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADF05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ADF05 is #C520FA. Grayscale: #959595. Windows color (decimal): -12919035 or 384826. OLE color: 384826.
HSL color Cylindrical-coordinate representation of color #3ADF05: hue angle of 105.41º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3ADF05 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 223 | 5 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.13 |
| HSL | 105.41º | 0.96% | 0.45% | - |
| HSV(B) | 105.41º | 0.98% | 0.87% | - |
| XYZ | 28.16 | 53.69 | 9.02 | - |
| YUV | 148.81 | 46.84 | 63.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 5 | 0.74 | 0 | 0.98 | 0.13 | 105.41 | 0.96 | 0.45 |
| Hex | 3A | DF | 5 | 4A | 0 | 62 | D | 69 | 60 | 2D |
| Octal | 72 | 337 | 5 | 112 | 0 | 142 | 15 | 151 | 140 | 55 |
| Binary | 111010 | 11011111 | 101 | 1001010 | 0 | 1100010 | 1101 | 1101001 | 1100000 | 101101 |
Color Harmonies of #3ADF05
Complementary color
Monochromatic Colors of #3ADF05
Black with #3ADF05
Text Example
Text Example
White with #3ADF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADF05; }
p { color: rgb(58,223,5); }
H1.HeaderClassName
{
color: #3ADF05;
}
.AnyTagClassName
{
color: #3ADF05;
}
</style>
background-color css
<style>
a { background-color: #3ADF05; }
a { background-color: rgb(58,223,5); }
div.DivClassName
{
background-color: #3ADF05;
}
.BgClassName
{
background-color: #3ADF05;
}
</style>
border-color css
<style>
span { border-color: #3ADF05; }
span { border-color: rgb(58,223,5); }
td.TdClassName
{
border-color: #3ADF05;
}
.TagClassName
{
border-color: #3ADF05;
}
</style>