Shades of Harlequin #45E307
Tints of Harlequin #45E307
RGB
CMYK
RGB Variations
Color information
#45E307 (or 0x45E307) is known color: Harlequin. HEX triplet: 45, E3 and 07. RGB value is (69,227,7). Sum of RGB (Red+Green+Blue) = 69+227+7=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 227 (89.06% from 255 or 74.92% from 303); Blue value is 7 (3.12% from 255 or 2.31% from 303); Max value from RGB is 227 - color contains mainly: green. Hex color #45E307 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45E307 is #BA1CF8. Grayscale: #9B9B9B. Windows color (decimal): -12197113 or 516933. OLE color: 516933.
HSL color Cylindrical-coordinate representation of color #45E307: hue angle of 103.09º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #45E307 is Cyan = 0.70, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 227 | 7 | - |
| CMYK | 0.70 | 0 | 0.97 | 0.11 |
| HSL | 103.09º | 0.94% | 0.46% | - |
| HSV(B) | 103.09º | 0.97% | 0.89% | - |
| XYZ | 29.96 | 56.22 | 9.47 | - |
| YUV | 154.68 | 44.65 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 227 | 7 | 0.70 | 0 | 0.97 | 0.11 | 103.09 | 0.94 | 0.46 |
| Hex | 45 | E3 | 7 | 46 | 0 | 61 | B | 67 | 5E | 2E |
| Octal | 105 | 343 | 7 | 106 | 0 | 141 | 13 | 147 | 136 | 56 |
| Binary | 1000101 | 11100011 | 111 | 1000110 | 0 | 1100001 | 1011 | 1100111 | 1011110 | 101110 |
Color Harmonies of #45E307
Complementary color
Monochromatic Colors of #45E307
Black with #45E307
Text Example
Text Example
White with #45E307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E307; }
p { color: rgb(69,227,7); }
H1.HeaderClassName
{
color: #45E307;
}
.AnyTagClassName
{
color: #45E307;
}
</style>
background-color css
<style>
a { background-color: #45E307; }
a { background-color: rgb(69,227,7); }
div.DivClassName
{
background-color: #45E307;
}
.BgClassName
{
background-color: #45E307;
}
</style>
border-color css
<style>
span { border-color: #45E307; }
span { border-color: rgb(69,227,7); }
td.TdClassName
{
border-color: #45E307;
}
.TagClassName
{
border-color: #45E307;
}
</style>