Shades of Harlequin #3ADF08
Tints of Harlequin #3ADF08
RGB
CMYK
RGB Variations
Color information
#3ADF08 (or 0x3ADF08) is known color: Harlequin. HEX triplet: 3A, DF and 08. RGB value is (58,223,8). Sum of RGB (Red+Green+Blue) = 58+223+8=289 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.07% from 289); Green value is 223 (87.5% from 255 or 77.16% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADF08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ADF08 is #C520F7. Grayscale: #959595. Windows color (decimal): -12919032 or 581434. OLE color: 581434.
HSL color Cylindrical-coordinate representation of color #3ADF08: hue angle of 106.05º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3ADF08 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 223 | 8 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.13 |
| HSL | 106.05º | 0.93% | 0.45% | - |
| HSV(B) | 106.05º | 0.96% | 0.87% | - |
| XYZ | 28.18 | 53.69 | 9.11 | - |
| YUV | 149.16 | 48.34 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 8 | 0.74 | 0 | 0.96 | 0.13 | 106.05 | 0.93 | 0.45 |
| Hex | 3A | DF | 8 | 4A | 0 | 60 | D | 6A | 5D | 2D |
| Octal | 72 | 337 | 10 | 112 | 0 | 140 | 15 | 152 | 135 | 55 |
| Binary | 111010 | 11011111 | 1000 | 1001010 | 0 | 1100000 | 1101 | 1101010 | 1011101 | 101101 |
Color Harmonies of #3ADF08
Complementary color
Monochromatic Colors of #3ADF08
Black with #3ADF08
Text Example
Text Example
White with #3ADF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADF08; }
p { color: rgb(58,223,8); }
H1.HeaderClassName
{
color: #3ADF08;
}
.AnyTagClassName
{
color: #3ADF08;
}
</style>
background-color css
<style>
a { background-color: #3ADF08; }
a { background-color: rgb(58,223,8); }
div.DivClassName
{
background-color: #3ADF08;
}
.BgClassName
{
background-color: #3ADF08;
}
</style>
border-color css
<style>
span { border-color: #3ADF08; }
span { border-color: rgb(58,223,8); }
td.TdClassName
{
border-color: #3ADF08;
}
.TagClassName
{
border-color: #3ADF08;
}
</style>