Shades of Harlequin #45DD0B
Tints of Harlequin #45DD0B
RGB
CMYK
RGB Variations
Color information
#45DD0B (or 0x45DD0B) is known color: Harlequin. HEX triplet: 45, DD and 0B. RGB value is (69,221,11). Sum of RGB (Red+Green+Blue) = 69+221+11=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 221 (86.72% from 255 or 73.42% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 221 - color contains mainly: green. Hex color #45DD0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45DD0B is #BA22F4. Grayscale: #989898. Windows color (decimal): -12198645 or 777541. OLE color: 777541.
HSL color Cylindrical-coordinate representation of color #45DD0B: hue angle of 103.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #45DD0B is Cyan = 0.69, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 221 | 11 | - |
| CMYK | 0.69 | 0 | 0.95 | 0.13 |
| HSL | 103.43º | 0.91% | 0.45% | - |
| HSV(B) | 103.43º | 0.95% | 0.87% | - |
| XYZ | 28.37 | 53 | 9.05 | - |
| YUV | 151.61 | 48.64 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 221 | 11 | 0.69 | 0 | 0.95 | 0.13 | 103.43 | 0.91 | 0.45 |
| Hex | 45 | DD | B | 45 | 0 | 5F | D | 67 | 5B | 2D |
| Octal | 105 | 335 | 13 | 105 | 0 | 137 | 15 | 147 | 133 | 55 |
| Binary | 1000101 | 11011101 | 1011 | 1000101 | 0 | 1011111 | 1101 | 1100111 | 1011011 | 101101 |
Color Harmonies of #45DD0B
Complementary color
Monochromatic Colors of #45DD0B
Black with #45DD0B
Text Example
Text Example
White with #45DD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DD0B; }
p { color: rgb(69,221,11); }
H1.HeaderClassName
{
color: #45DD0B;
}
.AnyTagClassName
{
color: #45DD0B;
}
</style>
background-color css
<style>
a { background-color: #45DD0B; }
a { background-color: rgb(69,221,11); }
div.DivClassName
{
background-color: #45DD0B;
}
.BgClassName
{
background-color: #45DD0B;
}
</style>
border-color css
<style>
span { border-color: #45DD0B; }
span { border-color: rgb(69,221,11); }
td.TdClassName
{
border-color: #45DD0B;
}
.TagClassName
{
border-color: #45DD0B;
}
</style>