Shades of Harlequin #4ADE06
Tints of Harlequin #4ADE06
RGB
CMYK
RGB Variations
Color information
#4ADE06 (or 0x4ADE06) is known color: Harlequin. HEX triplet: 4A, DE and 06. RGB value is (74,222,6). Sum of RGB (Red+Green+Blue) = 74+222+6=302 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.50% from 302); Green value is 222 (87.11% from 255 or 73.51% from 302); Blue value is 6 (2.73% from 255 or 1.99% from 302); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ADE06 is #B521F9. Grayscale: #999999. Windows color (decimal): -11870714 or 450122. OLE color: 450122.
HSL color Cylindrical-coordinate representation of color #4ADE06: hue angle of 101.11º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4ADE06 is Cyan = 0.67, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 6 | - |
| CMYK | 0.67 | 0 | 0.97 | 0.13 |
| HSL | 101.11º | 0.95% | 0.45% | - |
| HSV(B) | 101.11º | 0.97% | 0.87% | - |
| XYZ | 28.98 | 53.71 | 9.01 | - |
| YUV | 153.12 | 44.97 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 6 | 0.67 | 0 | 0.97 | 0.13 | 101.11 | 0.95 | 0.45 |
| Hex | 4A | DE | 6 | 43 | 0 | 61 | D | 65 | 5F | 2D |
| Octal | 112 | 336 | 6 | 103 | 0 | 141 | 15 | 145 | 137 | 55 |
| Binary | 1001010 | 11011110 | 110 | 1000011 | 0 | 1100001 | 1101 | 1100101 | 1011111 | 101101 |
Color Harmonies of #4ADE06
Complementary color
Monochromatic Colors of #4ADE06
Black with #4ADE06
Text Example
Text Example
White with #4ADE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADE06; }
p { color: rgb(74,222,6); }
H1.HeaderClassName
{
color: #4ADE06;
}
.AnyTagClassName
{
color: #4ADE06;
}
</style>
background-color css
<style>
a { background-color: #4ADE06; }
a { background-color: rgb(74,222,6); }
div.DivClassName
{
background-color: #4ADE06;
}
.BgClassName
{
background-color: #4ADE06;
}
</style>
border-color css
<style>
span { border-color: #4ADE06; }
span { border-color: rgb(74,222,6); }
td.TdClassName
{
border-color: #4ADE06;
}
.TagClassName
{
border-color: #4ADE06;
}
</style>