Shades of Harlequin #4ADE01
Tints of Harlequin #4ADE01
RGB
CMYK
RGB Variations
Color information
#4ADE01 (or 0x4ADE01) is known color: Harlequin. HEX triplet: 4A, DE and 01. RGB value is (74,222,1). Sum of RGB (Red+Green+Blue) = 74+222+1=297 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.92% from 297); Green value is 222 (87.11% from 255 or 74.75% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ADE01 is #B521FE. Grayscale: #999999. Windows color (decimal): -11870719 or 122442. OLE color: 122442.
HSL color Cylindrical-coordinate representation of color #4ADE01: hue angle of 100.18º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4ADE01 is Cyan = 0.67, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 1 | - |
| CMYK | 0.67 | 0 | 1.00 | 0.13 |
| HSL | 100.18º | 0.99% | 0.44% | - |
| HSV(B) | 100.18º | 1% | 0.87% | - |
| XYZ | 28.95 | 53.7 | 8.87 | - |
| YUV | 152.55 | 42.47 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 1 | 0.67 | 0 | 1.00 | 0.13 | 100.18 | 0.99 | 0.44 |
| Hex | 4A | DE | 1 | 43 | 0 | 64 | D | 64 | 63 | 2C |
| Octal | 112 | 336 | 1 | 103 | 0 | 144 | 15 | 144 | 143 | 54 |
| Binary | 1001010 | 11011110 | 1 | 1000011 | 0 | 1100100 | 1101 | 1100100 | 1100011 | 101100 |
Color Harmonies of #4ADE01
Complementary color
Monochromatic Colors of #4ADE01
Black with #4ADE01
Text Example
Text Example
White with #4ADE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADE01; }
p { color: rgb(74,222,1); }
H1.HeaderClassName
{
color: #4ADE01;
}
.AnyTagClassName
{
color: #4ADE01;
}
</style>
background-color css
<style>
a { background-color: #4ADE01; }
a { background-color: rgb(74,222,1); }
div.DivClassName
{
background-color: #4ADE01;
}
.BgClassName
{
background-color: #4ADE01;
}
</style>
border-color css
<style>
span { border-color: #4ADE01; }
span { border-color: rgb(74,222,1); }
td.TdClassName
{
border-color: #4ADE01;
}
.TagClassName
{
border-color: #4ADE01;
}
</style>