Shades of Harlequin #45E511
Tints of Harlequin #45E511
RGB
CMYK
RGB Variations
Color information
#45E511 (or 0x45E511) is known color: Harlequin. HEX triplet: 45, E5 and 11. RGB value is (69,229,17). Sum of RGB (Red+Green+Blue) = 69+229+17=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 229 (89.84% from 255 or 72.70% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 229 - color contains mainly: green. Hex color #45E511 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45E511 is #BA1AEE. Grayscale: #9D9D9D. Windows color (decimal): -12196591 or 1172805. OLE color: 1172805.
HSL color Cylindrical-coordinate representation of color #45E511: hue angle of 105.28º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #45E511 is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 229 | 17 | - |
| CMYK | 0.70 | 0 | 0.93 | 0.10 |
| HSL | 105.28º | 0.86% | 0.48% | - |
| HSV(B) | 105.28º | 0.93% | 0.9% | - |
| XYZ | 30.57 | 57.34 | 9.99 | - |
| YUV | 156.99 | 48.99 | 65.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 229 | 17 | 0.70 | 0 | 0.93 | 0.10 | 105.28 | 0.86 | 0.48 |
| Hex | 45 | E5 | 11 | 46 | 0 | 5D | A | 69 | 56 | 30 |
| Octal | 105 | 345 | 21 | 106 | 0 | 135 | 12 | 151 | 126 | 60 |
| Binary | 1000101 | 11100101 | 10001 | 1000110 | 0 | 1011101 | 1010 | 1101001 | 1010110 | 110000 |
Color Harmonies of #45E511
Complementary color
Monochromatic Colors of #45E511
Black with #45E511
Text Example
Text Example
White with #45E511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E511; }
p { color: rgb(69,229,17); }
H1.HeaderClassName
{
color: #45E511;
}
.AnyTagClassName
{
color: #45E511;
}
</style>
background-color css
<style>
a { background-color: #45E511; }
a { background-color: rgb(69,229,17); }
div.DivClassName
{
background-color: #45E511;
}
.BgClassName
{
background-color: #45E511;
}
</style>
border-color css
<style>
span { border-color: #45E511; }
span { border-color: rgb(69,229,17); }
td.TdClassName
{
border-color: #45E511;
}
.TagClassName
{
border-color: #45E511;
}
</style>