Shades of Harlequin #46DF0B
Tints of Harlequin #46DF0B
RGB
CMYK
RGB Variations
Color information
#46DF0B (or 0x46DF0B) is known color: Harlequin. HEX triplet: 46, DF and 0B. RGB value is (70,223,11). Sum of RGB (Red+Green+Blue) = 70+223+11=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 223 (87.5% from 255 or 73.36% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 223 - color contains mainly: green. Hex color #46DF0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46DF0B is #B920F4. Grayscale: #999999. Windows color (decimal): -12132597 or 778054. OLE color: 778054.
HSL color Cylindrical-coordinate representation of color #46DF0B: hue angle of 103.3º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #46DF0B is Cyan = 0.69, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 223 | 11 | - |
| CMYK | 0.69 | 0 | 0.95 | 0.13 |
| HSL | 103.3º | 0.91% | 0.46% | - |
| HSV(B) | 103.3º | 0.95% | 0.87% | - |
| XYZ | 28.97 | 54.1 | 9.23 | - |
| YUV | 153.09 | 47.81 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 223 | 11 | 0.69 | 0 | 0.95 | 0.13 | 103.3 | 0.91 | 0.46 |
| Hex | 46 | DF | B | 45 | 0 | 5F | D | 67 | 5B | 2E |
| Octal | 106 | 337 | 13 | 105 | 0 | 137 | 15 | 147 | 133 | 56 |
| Binary | 1000110 | 11011111 | 1011 | 1000101 | 0 | 1011111 | 1101 | 1100111 | 1011011 | 101110 |
Color Harmonies of #46DF0B
Complementary color
Monochromatic Colors of #46DF0B
Black with #46DF0B
Text Example
Text Example
White with #46DF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DF0B; }
p { color: rgb(70,223,11); }
H1.HeaderClassName
{
color: #46DF0B;
}
.AnyTagClassName
{
color: #46DF0B;
}
</style>
background-color css
<style>
a { background-color: #46DF0B; }
a { background-color: rgb(70,223,11); }
div.DivClassName
{
background-color: #46DF0B;
}
.BgClassName
{
background-color: #46DF0B;
}
</style>
border-color css
<style>
span { border-color: #46DF0B; }
span { border-color: rgb(70,223,11); }
td.TdClassName
{
border-color: #46DF0B;
}
.TagClassName
{
border-color: #46DF0B;
}
</style>