Shades of Harlequin #45E400
Tints of Harlequin #45E400
RGB
CMYK
RGB Variations
Color information
#45E400 (or 0x45E400) is known color: Harlequin. HEX triplet: 45, E4 and 00. RGB value is (69,228,0). Sum of RGB (Red+Green+Blue) = 69+228+0=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 228 (89.45% from 255 or 76.77% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 228 - color contains mainly: green. Hex color #45E400 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45E400 is #BA1BFF. Grayscale: #9B9B9B. Windows color (decimal): -12196864 or 58437. OLE color: 58437.
HSL color Cylindrical-coordinate representation of color #45E400: hue angle of 101.84º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #45E400 is Cyan = 0.70, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 228 | 0 | - |
| CMYK | 0.70 | 0 | 1 | 0.11 |
| HSL | 101.84º | 1% | 0.45% | - |
| HSV(B) | 101.84º | 1% | 0.89% | - |
| XYZ | 30.2 | 56.75 | 9.36 | - |
| YUV | 154.47 | 40.82 | 67.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 228 | 0 | 0.70 | 0 | 1 | 0.11 | 101.84 | 1 | 0.45 |
| Hex | 45 | E4 | 0 | 46 | 0 | 64 | B | 66 | 64 | 2D |
| Octal | 105 | 344 | 0 | 106 | 0 | 144 | 13 | 146 | 144 | 55 |
| Binary | 1000101 | 11100100 | 0 | 1000110 | 0 | 1100100 | 1011 | 1100110 | 1100100 | 101101 |
Color Harmonies of #45E400
Complementary color
Monochromatic Colors of #45E400
Black with #45E400
Text Example
Text Example
White with #45E400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E400; }
p { color: rgb(69,228,0); }
H1.HeaderClassName
{
color: #45E400;
}
.AnyTagClassName
{
color: #45E400;
}
</style>
background-color css
<style>
a { background-color: #45E400; }
a { background-color: rgb(69,228,0); }
div.DivClassName
{
background-color: #45E400;
}
.BgClassName
{
background-color: #45E400;
}
</style>
border-color css
<style>
span { border-color: #45E400; }
span { border-color: rgb(69,228,0); }
td.TdClassName
{
border-color: #45E400;
}
.TagClassName
{
border-color: #45E400;
}
</style>