Shades of Harlequin #45E900
Tints of Harlequin #45E900
RGB
CMYK
RGB Variations
Color information
#45E900 (or 0x45E900) is known color: Harlequin. HEX triplet: 45, E9 and 00. RGB value is (69,233,0). Sum of RGB (Red+Green+Blue) = 69+233+0=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 233 (91.41% from 255 or 77.15% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 233 - color contains mainly: green. Hex color #45E900 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #45E900 is #BA16FF. Grayscale: #9E9E9E. Windows color (decimal): -12195584 or 59717. OLE color: 59717.
HSL color Cylindrical-coordinate representation of color #45E900: hue angle of 102.23º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #45E900 is Cyan = 0.70, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 69 | 233 | 0 | - |
| CMYK | 0.70 | 0 | 1 | 0.09 |
| HSL | 102.23º | 1% | 0.46% | - |
| HSV(B) | 102.23º | 1% | 0.91% | - |
| XYZ | 31.59 | 59.54 | 9.83 | - |
| YUV | 157.4 | 39.17 | 64.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 233 | 0 | 0.70 | 0 | 1 | 0.09 | 102.23 | 1 | 0.46 |
| Hex | 45 | E9 | 0 | 46 | 0 | 64 | 9 | 66 | 64 | 2E |
| Octal | 105 | 351 | 0 | 106 | 0 | 144 | 11 | 146 | 144 | 56 |
| Binary | 1000101 | 11101001 | 0 | 1000110 | 0 | 1100100 | 1001 | 1100110 | 1100100 | 101110 |
Color Harmonies of #45E900
Complementary color
Monochromatic Colors of #45E900
Black with #45E900
Text Example
Text Example
White with #45E900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E900; }
p { color: rgb(69,233,0); }
H1.HeaderClassName
{
color: #45E900;
}
.AnyTagClassName
{
color: #45E900;
}
</style>
background-color css
<style>
a { background-color: #45E900; }
a { background-color: rgb(69,233,0); }
div.DivClassName
{
background-color: #45E900;
}
.BgClassName
{
background-color: #45E900;
}
</style>
border-color css
<style>
span { border-color: #45E900; }
span { border-color: rgb(69,233,0); }
td.TdClassName
{
border-color: #45E900;
}
.TagClassName
{
border-color: #45E900;
}
</style>