Shades of Harlequin #4ADE08
Tints of Harlequin #4ADE08
RGB
CMYK
RGB Variations
Color information
#4ADE08 (or 0x4ADE08) is known color: Harlequin. HEX triplet: 4A, DE and 08. RGB value is (74,222,8). Sum of RGB (Red+Green+Blue) = 74+222+8=304 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.34% from 304); Green value is 222 (87.11% from 255 or 73.03% from 304); Blue value is 8 (3.52% from 255 or 2.63% from 304); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ADE08 is #B521F7. Grayscale: #9A9A9A. Windows color (decimal): -11870712 or 581194. OLE color: 581194.
HSL color Cylindrical-coordinate representation of color #4ADE08: hue angle of 101.5º 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 #4ADE08 is Cyan = 0.67, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 8 | - |
| CMYK | 0.67 | 0 | 0.96 | 0.13 |
| HSL | 101.5º | 0.93% | 0.45% | - |
| HSV(B) | 101.5º | 0.96% | 0.87% | - |
| XYZ | 28.99 | 53.72 | 9.07 | - |
| YUV | 153.35 | 45.97 | 71.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 8 | 0.67 | 0 | 0.96 | 0.13 | 101.5 | 0.93 | 0.45 |
| Hex | 4A | DE | 8 | 43 | 0 | 60 | D | 65 | 5D | 2D |
| Octal | 112 | 336 | 10 | 103 | 0 | 140 | 15 | 145 | 135 | 55 |
| Binary | 1001010 | 11011110 | 1000 | 1000011 | 0 | 1100000 | 1101 | 1100101 | 1011101 | 101101 |
Color Harmonies of #4ADE08
Complementary color
Monochromatic Colors of #4ADE08
Black with #4ADE08
Text Example
Text Example
White with #4ADE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADE08; }
p { color: rgb(74,222,8); }
H1.HeaderClassName
{
color: #4ADE08;
}
.AnyTagClassName
{
color: #4ADE08;
}
</style>
background-color css
<style>
a { background-color: #4ADE08; }
a { background-color: rgb(74,222,8); }
div.DivClassName
{
background-color: #4ADE08;
}
.BgClassName
{
background-color: #4ADE08;
}
</style>
border-color css
<style>
span { border-color: #4ADE08; }
span { border-color: rgb(74,222,8); }
td.TdClassName
{
border-color: #4ADE08;
}
.TagClassName
{
border-color: #4ADE08;
}
</style>