Shades of Harlequin #45DD00
Tints of Harlequin #45DD00
RGB
CMYK
RGB Variations
Color information
#45DD00 (or 0x45DD00) is known color: Harlequin. HEX triplet: 45, DD and 00. RGB value is (69,221,0). Sum of RGB (Red+Green+Blue) = 69+221+0=290 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.79% from 290); Green value is 221 (86.72% from 255 or 76.21% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 221 - color contains mainly: green. Hex color #45DD00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45DD00 is #BA22FF. Grayscale: #979797. Windows color (decimal): -12198656 or 56645. OLE color: 56645.
HSL color Cylindrical-coordinate representation of color #45DD00: hue angle of 101.27º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #45DD00 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 221 | 0 | - |
| CMYK | 0.69 | 0 | 1 | 0.13 |
| HSL | 101.27º | 1% | 0.43% | - |
| HSV(B) | 101.27º | 1% | 0.87% | - |
| XYZ | 28.31 | 52.98 | 8.73 | - |
| YUV | 150.36 | 43.14 | 69.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 221 | 0 | 0.69 | 0 | 1 | 0.13 | 101.27 | 1 | 0.43 |
| Hex | 45 | DD | 0 | 45 | 0 | 64 | D | 65 | 64 | 2B |
| Octal | 105 | 335 | 0 | 105 | 0 | 144 | 15 | 145 | 144 | 53 |
| Binary | 1000101 | 11011101 | 0 | 1000101 | 0 | 1100100 | 1101 | 1100101 | 1100100 | 101011 |
Color Harmonies of #45DD00
Complementary color
Monochromatic Colors of #45DD00
Black with #45DD00
Text Example
Text Example
White with #45DD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DD00; }
p { color: rgb(69,221,0); }
H1.HeaderClassName
{
color: #45DD00;
}
.AnyTagClassName
{
color: #45DD00;
}
</style>
background-color css
<style>
a { background-color: #45DD00; }
a { background-color: rgb(69,221,0); }
div.DivClassName
{
background-color: #45DD00;
}
.BgClassName
{
background-color: #45DD00;
}
</style>
border-color css
<style>
span { border-color: #45DD00; }
span { border-color: rgb(69,221,0); }
td.TdClassName
{
border-color: #45DD00;
}
.TagClassName
{
border-color: #45DD00;
}
</style>