Shades of Harlequin #3ADC08
Tints of Harlequin #3ADC08
RGB
CMYK
RGB Variations
Color information
#3ADC08 (or 0x3ADC08) is known color: Harlequin. HEX triplet: 3A, DC and 08. RGB value is (58,220,8). Sum of RGB (Red+Green+Blue) = 58+220+8=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 220 (86.33% from 255 or 76.92% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADC08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ADC08 is #C523F7. Grayscale: #949494. Windows color (decimal): -12919800 or 580666. OLE color: 580666.
HSL color Cylindrical-coordinate representation of color #3ADC08: hue angle of 105.85º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3ADC08 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 220 | 8 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.14 |
| HSL | 105.85º | 0.93% | 0.45% | - |
| HSV(B) | 105.85º | 0.96% | 0.86% | - |
| XYZ | 27.38 | 52.1 | 8.84 | - |
| YUV | 147.39 | 49.33 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 220 | 8 | 0.74 | 0 | 0.96 | 0.14 | 105.85 | 0.93 | 0.45 |
| Hex | 3A | DC | 8 | 4A | 0 | 60 | E | 6A | 5D | 2D |
| Octal | 72 | 334 | 10 | 112 | 0 | 140 | 16 | 152 | 135 | 55 |
| Binary | 111010 | 11011100 | 1000 | 1001010 | 0 | 1100000 | 1110 | 1101010 | 1011101 | 101101 |
Color Harmonies of #3ADC08
Complementary color
Monochromatic Colors of #3ADC08
Black with #3ADC08
Text Example
Text Example
White with #3ADC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADC08; }
p { color: rgb(58,220,8); }
H1.HeaderClassName
{
color: #3ADC08;
}
.AnyTagClassName
{
color: #3ADC08;
}
</style>
background-color css
<style>
a { background-color: #3ADC08; }
a { background-color: rgb(58,220,8); }
div.DivClassName
{
background-color: #3ADC08;
}
.BgClassName
{
background-color: #3ADC08;
}
</style>
border-color css
<style>
span { border-color: #3ADC08; }
span { border-color: rgb(58,220,8); }
td.TdClassName
{
border-color: #3ADC08;
}
.TagClassName
{
border-color: #3ADC08;
}
</style>