Shades of Harlequin #45E516
Tints of Harlequin #45E516
RGB
CMYK
RGB Variations
Color information
#45E516 (or 0x45E516) is known color: Harlequin. HEX triplet: 45, E5 and 16. RGB value is (69,229,22). Sum of RGB (Red+Green+Blue) = 69+229+22=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 229 (89.84% from 255 or 71.56% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 229 - color contains mainly: green. Hex color #45E516 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45E516 is #BA1AE9. Grayscale: #9E9E9E. Windows color (decimal): -12196586 or 1500485. OLE color: 1500485.
HSL color Cylindrical-coordinate representation of color #45E516: hue angle of 106.38º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #45E516 is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 229 | 22 | - |
| CMYK | 0.70 | 0 | 0.90 | 0.10 |
| HSL | 106.38º | 0.82% | 0.49% | - |
| HSV(B) | 106.38º | 0.9% | 0.9% | - |
| XYZ | 30.62 | 57.36 | 10.22 | - |
| YUV | 157.56 | 51.49 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 229 | 22 | 0.70 | 0 | 0.90 | 0.10 | 106.38 | 0.82 | 0.49 |
| Hex | 45 | E5 | 16 | 46 | 0 | 5A | A | 6A | 52 | 31 |
| Octal | 105 | 345 | 26 | 106 | 0 | 132 | 12 | 152 | 122 | 61 |
| Binary | 1000101 | 11100101 | 10110 | 1000110 | 0 | 1011010 | 1010 | 1101010 | 1010010 | 110001 |
Color Harmonies of #45E516
Complementary color
Monochromatic Colors of #45E516
Black with #45E516
Text Example
Text Example
White with #45E516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E516; }
p { color: rgb(69,229,22); }
H1.HeaderClassName
{
color: #45E516;
}
.AnyTagClassName
{
color: #45E516;
}
</style>
background-color css
<style>
a { background-color: #45E516; }
a { background-color: rgb(69,229,22); }
div.DivClassName
{
background-color: #45E516;
}
.BgClassName
{
background-color: #45E516;
}
</style>
border-color css
<style>
span { border-color: #45E516; }
span { border-color: rgb(69,229,22); }
td.TdClassName
{
border-color: #45E516;
}
.TagClassName
{
border-color: #45E516;
}
</style>