Shades of Harlequin #3ADE08
Tints of Harlequin #3ADE08
RGB
CMYK
RGB Variations
Color information
#3ADE08 (or 0x3ADE08) is known color: Harlequin. HEX triplet: 3A, DE and 08. RGB value is (58,222,8). Sum of RGB (Red+Green+Blue) = 58+222+8=288 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.14% from 288); Green value is 222 (87.11% from 255 or 77.08% from 288); Blue value is 8 (3.52% from 255 or 2.78% from 288); Max value from RGB is 222 - color contains mainly: green. Hex color #3ADE08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ADE08 is #C521F7. Grayscale: #959595. Windows color (decimal): -12919288 or 581178. OLE color: 581178.
HSL color Cylindrical-coordinate representation of color #3ADE08: hue angle of 105.98º 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 #3ADE08 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 222 | 8 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.13 |
| HSL | 105.98º | 0.93% | 0.45% | - |
| HSV(B) | 105.98º | 0.96% | 0.87% | - |
| XYZ | 27.91 | 53.16 | 9.02 | - |
| YUV | 148.57 | 48.67 | 63.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 222 | 8 | 0.74 | 0 | 0.96 | 0.13 | 105.98 | 0.93 | 0.45 |
| Hex | 3A | DE | 8 | 4A | 0 | 60 | D | 6A | 5D | 2D |
| Octal | 72 | 336 | 10 | 112 | 0 | 140 | 15 | 152 | 135 | 55 |
| Binary | 111010 | 11011110 | 1000 | 1001010 | 0 | 1100000 | 1101 | 1101010 | 1011101 | 101101 |
Color Harmonies of #3ADE08
Complementary color
Monochromatic Colors of #3ADE08
Black with #3ADE08
Text Example
Text Example
White with #3ADE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADE08; }
p { color: rgb(58,222,8); }
H1.HeaderClassName
{
color: #3ADE08;
}
.AnyTagClassName
{
color: #3ADE08;
}
</style>
background-color css
<style>
a { background-color: #3ADE08; }
a { background-color: rgb(58,222,8); }
div.DivClassName
{
background-color: #3ADE08;
}
.BgClassName
{
background-color: #3ADE08;
}
</style>
border-color css
<style>
span { border-color: #3ADE08; }
span { border-color: rgb(58,222,8); }
td.TdClassName
{
border-color: #3ADE08;
}
.TagClassName
{
border-color: #3ADE08;
}
</style>